Difference between revisions of "IDA"

From The iPhone Wiki
Jump to: navigation, search
(New page: IDA stands for Interactive Disassembler. It is a program which is used to reverse engineer many different types of software files.)
 
(external link to IDA Pro)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
IDA stands for Interactive Disassembler. It is a program which is used to reverse engineer many different types of software files.
+
IDA stands for Interactive Disassembler. It is a program which is used to reverse engineer many different types of software files, converting them into assembly language.
  +
  +
==See also==
  +
*[[IDA Pro Setup]]
  +
*http://www.hex-rays.com/idapro/

Latest revision as of 12:20, 31 December 2010

IDA stands for Interactive Disassembler. It is a program which is used to reverse engineer many different types of software files, converting them into assembly language.

See also