drcfg icon indicating copy to clipboard operation
drcfg copied to clipboard

Dynamic Control Flow Recovery

Results 3 drcfg issues
Sort by recently updated
recently updated
newest added

because it eliminates most parts of your code. I did this because of #1 which led me to https://github.com/DynamoRIO/dynamorio/issues/2919 and boiled down to this solution which makes it work on...

Renames cti.cpp to mbr.cpp to better reflect its usage. cbr.cpp does not support ARM, so we disable cbr.cpp on ARM, and enable mbr.cpp always. Furthermore we implement mbr.cpp with dr_insert_mbr_instrumentation()...

Hi, I just noticed that drcfg hangs when run on ARMv7/AARCHXX: drrun -c drcfg.so -only_from_app -no_cti -- /bin/true and it crashes when using -no_cbr : ``` # drrun -c drcfg.so...