lifting-bits / remill

Library for lifting machine code to LLVM bitcode
Apache License 2.0
1.22k stars 142 forks source link

Use `DLOG` where appropriate #654

Closed tetsuo-cpp closed 1 year ago

tetsuo-cpp commented 1 year ago

We were using LOG instead of DLOG for things that belong as debug logging, causing some performance problems when lifting larger challenges.

This is related to https://github.com/lifting-bits/anvill/pull/348.