blob: ebe94dfe35b186464fc5878b6c60577275051ec1 [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
13- Support more operand details for Arm, Arm64, Mips & X86, especially focus on
14 non-standard instructions.
15
Nguyen Anh Quynhcb0de3b2013-12-19 10:33:07 +080016- Reduce the binary size of libraries, so Capstone can be embeded into products.
17
18
Nguyen Anh Quynh1d67f052013-12-16 09:32:47 +080019[Bindings]
20
Nguyen Anh Quynha2c5e4c2014-10-01 15:04:41 +080021- OCaml binding is working, but still support the core API better.