blob: e7117ee99a5a5b59fba09481e4a7af40cd55ecca [file] [log] [blame]
Nguyen Anh Quynh1d67f052013-12-16 09:32:47 +08001Issues to be solved in next versions
2
3
4[Core]
5
Nguyen Anh Quynh8c1c36f2014-05-27 16:17:26 +08006- X86 can already handle all the malware tricks we are aware of. If you find
7 any such instruction sequence that Capstone disassembles wrongly or fails
8 completely, please report. Fixing this issue is always the top priority of
9 our project.
Nguyen Anh Quynh1d67f052013-12-16 09:32:47 +080010
11- More optimization for better performance.
12
Nguyen Anh Quynhcb0de3b2013-12-19 10:33:07 +080013
Nguyen Anh Quynh1d67f052013-12-16 09:32:47 +080014[Bindings]
15
Nguyen Anh Quynhdc4f1a42015-03-11 11:32:37 +080016- OCaml binding is working, but still needs to support the core API better.