blob: f6edd8a32b0acde31d3fb7dfb0fc525d2b9914c6 [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 Quynh37099822014-01-07 23:54:31 +080021- OCaml binding are broken due to many API changes. This should be fixed ASAP.