Home | History | Annotate | Download | only in capstone
      1 Issues 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