From: Nguyen A. Q. <aq...@gm...> - 2014-06-18 14:59:54
|
hi, Capstone has seen some major improvement in performance in the core thanks to some optimizations: it uses a lot less heap memory now, but significantly faster for all 8 archs in our benchmarks. especially, X86 engine is around 3 times faster than before. besides, we have fixed a serious use-after-free bug in Python binding, so if you are using the "next" branch, you should definitely update. check it out in the "next" branch at https://github.com/aquynh/capstone/tree/next more information on other recent changes: https://github.com/aquynh/capstone/wiki/ChangeLog cheers, Q |