Update TODO

This commit is contained in:
lazymio
2021-10-06 12:52:52 +02:00
parent c9c685af51
commit df5df118db

12
TODO
View File

@ -1,11 +1 @@
Optimization: Moved to https://github.com/unicorn-engine/unicorn/milestones
- 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?