The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "IDA"
MaybachMan (talk | contribs) (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.