unicorn/TODO

12 lines
264 B
Plaintext
Raw Normal View History

2021-10-03 17:14:44 +03:00
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?