Open GoogleCodeExporter opened 9 years ago
Original comment by folke.will@gmail.com
on 11 May 2014 at 6:46
> the GUI is very slow
They why develop it in Java in the first place? Why not Python + Qt? ;-)
Original comment by pmis...@gmail.com
on 8 Sep 2014 at 10:43
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 comment by folke.will@gmail.com
on 9 Sep 2014 at 6:11
Original issue reported on code.google.com by
folke.will@gmail.com
on 11 May 2014 at 6:45