Actions

Difference between revisions of "Interactive Disassembler"

From Sonic Retro

(External links: - fixed the link to IDA Pro's current home page.)
m (fixing double redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
The '''Interactive Disassember''', more commonly known as '''IDA''', is a popular disassembler used in reverse engineering software. It works on code generated for a wide variety of processors, including the [[Motorola 68000]] and [[Zilog_Z80|Z80]] processors used in the [[Sega_Genesis|Mega Drive]].
+
#REDIRECT [[sega:Interactive Disassembler]]
 
 
Although IDA performs a large degree automatic reverse-engineering to a certain extent, leveraging cross-references between code sections, knowledge of parameters of API calls, and other information, it is focused on being interactive. A typical IDA user will begin with an automatically generated disassembly listing and then rename, annotate, or otherwise add information to the listing, until it becomes clear what it does, creating an effective reverse-engineering.
 
 
 
Although at one time IDA was distributed freely by its creator (Ilfak Guilfanov), it was later turned into a commercial product by DataRescue, a Belgian company, who currently maintains and supports an improved version they call IDA Pro. A license for IDA Pro costs about 450 USD, but it is widely pirated, and at least two freeware versions exist.
 
 
 
==External links==
 
* [http://www.openrce.org OpenRCE.org: Large collection of IDA plug-ins and scripts]
 
* [http://www.hex-rays.com/idapro/ English-language IDA Pro home page]
 
* [http://www.idapro.ru/ Russian-language IDA Pro home page]
 
* [http://www.themel.com/idafree.zip IDA 4.1 download] - A Windows program that can only disassemble 80x86 code.
 
 
 
[[Category:Programs]]
 

Latest revision as of 17:57, 23 March 2011