blob: bc90adbc3c7e4091161ae6d7122f2a5f1e126026 [file] [log] [blame]
Nguyen Anh Quynh1d67f052013-12-16 09:32:47 +08001Issues to be solved in next versions
2
3
4[Core]
5
6- X86 cannot handle many tricks introduced by malware yet. If you find any such
7 instruction sequence that Capstone disassembles wrongly or fails completely,
8 please report. This would be the top priority of our project.
9
10- More optimization for better performance.
11
12- Support more operand details for Arm, Arm64, Mips & X86, especially focus on
13 non-standard instructions.
14
15
16[Bindings]
17
18- OCaml & C# bindings are broken due to many API changes. This should be fixed ASAP.