Re: What language is IDA Pro programmed in?




thelifter wrote:
Hello,

I'm wondering: in what language is IDA Pro programmed in? Assembly?

Thanks for any answers.


I ran PEiD over my copy of IDA Pro and it shows me that pretty much all
of it was written using the Borland C++ compiler, with the graphical
frontends (such as idag.exe) being packed using ASPack.

Also, if you have it and you download the free SDK you can confirm this
as in the SDK they provide the source code to many of their actual
disassembler engines. This includes the disassemblers for: the PDP11,
z8 (Zilog), i960, 6502, AVR, Java, and many more.


Peace out,
Austin

.