update TODO

This commit is contained in:
Nguyen Anh Quynh 2013-12-16 22:13:22 +08:00
parent 572afeed7c
commit 42dfccfeb4

5
TODO
View File

@ -12,7 +12,12 @@ Issues to be solved in next versions
- Support more operand details for Arm, Arm64, Mips & X86, especially focus on
non-standard instructions.
- At the moment the only way to get Windows binaries is cross-compiling. We have
to port the code over to Visual Studio, so those only have Windows can still
compile Capstone without needing to have Linux machine for cross-compiling.
[Bindings]
- OCaml & C# bindings are broken due to many API changes. This should be fixed ASAP.
- Python 3 support is needed.