Nguyen Anh Quynh | 1d67f05 | 2013-12-16 09:32:47 +0800 | [diff] [blame] | 1 | Issues to be solved in next versions |
| 2 | |
| 3 | |
| 4 | [Core] |
| 5 | |
Nguyen Anh Quynh | 8c1c36f | 2014-05-27 16:17:26 +0800 | [diff] [blame] | 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. |
Nguyen Anh Quynh | 1d67f05 | 2013-12-16 09:32:47 +0800 | [diff] [blame] | 10 | |
| 11 | - More optimization for better performance. |
| 12 | |
Nguyen Anh Quynh | cb0de3b | 2013-12-19 10:33:07 +0800 | [diff] [blame] | 13 | |
Nguyen Anh Quynh | 1d67f05 | 2013-12-16 09:32:47 +0800 | [diff] [blame] | 14 | [Bindings] |
| 15 | |
Nguyen Anh Quynh | f92daed | 2015-03-11 11:32:37 +0800 | [diff] [blame] | 16 | - OCaml binding is working, but still needs to support the core API better. |