Reverse Engineering Tools: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(+codec.kiev.ua)
 
(3 intermediate revisions by 3 users not shown)
Line 15: Line 15:
* [[Rewind]]
* [[Rewind]]
* [[strings]]
* [[strings]]
* [[valgring]]
* [[valgrind]]


=== Java ===
=== Java ===
Line 31: Line 31:
== Other ==
== Other ==
* [[Hachoir]]: File parser framework written in Python
* [[Hachoir]]: File parser framework written in Python
 
* [[Hex-Rays Decompiler]]: Decompiler plugin for IDA Pro 5.1
[[Category:RE Tools]]
[[Category:RE Tools]]
* listdlls: Windows program for listing dlls opened by another program. useful for finding which codec.dll is being used.
* [http://codec.kiev.ua/ Freeware video codec collection]. Useful resource.

Latest revision as of 04:43, 16 August 2008

Here is a list of free (mostly as in beer) tools that can be used to aid Reverse Engineering. The list is divided into software that can be run under Win32 only, Win32/Wine and Linux/Unix.

Disassemblers

Win32/Wine

Win32 only

Linux/Unix

Java

Cross Platform

Network Analysis

Other