xref: /aosp_15_r20/external/capstone/TODO (revision 9a0e4156d50a75a99ec4f1653a0e9602a5d45c18)
1Issues to be solved in next versions
2
3
4[Core]
5
6- 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.
10
11- More optimization for better performance.
12
13
14[Bindings]
15
16- OCaml binding is working, but still needs to support the core API better.
17