You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the actual disassembler is quite fast, the GUI is very slow and thus
working with larger files isn't fun. See
[http://stackoverflow.com/questions/20151701/swing-text-api-override-labelview-w
ith-different-string-length here] for more information on the issue.
Original issue reported on code.google.com by [email protected] on 11 May 2014 at 6:45
The text was updated successfully, but these errors were encountered:
Good point :-) I needed a scriptable disassembler for my master thesis as our
work group didn't want to buy a license for IDA Pro just for my project. But
since I really needed the disassembler for some proofs, this project had to be
finished rather quickly - hence I chose a language where scripting suppport
would be really easy. I've integrated Python support into a C++ project before
(using Boost.Python) and thus knew I would have to write boiler-plate code to
export classes and methods to Python. In Java, there is no need for that due to
its runtime reflection support.
But I still agree, given more time I would actually have chosen Qt :-)
Original issue reported on code.google.com by
[email protected]
on 11 May 2014 at 6:45The text was updated successfully, but these errors were encountered: