unicorn/TODO
Nguyen Anh Quynh aaaea14214 import Unicorn2
2021-10-03 22:14:44 +08:00

12 lines
264 B
Plaintext

Optimization:
- avoid checking BB exit after every instruction. this need new OPT option?
----
- cleanup code
----
when we hook both BB & instruction, we insert 2 consecuritve calls to uc_tracecode.
optimize it by removing one
support Makefile, not just cmake?