Reverse Engineering Tools: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(Add Hex-Rays tool)
m (→‎Other: add listdlls, useful for identifying which dlls are open by a program)
Line 33: Line 33:
* [[Hex-Rays Decompiler]]: Decompiler plugin for IDA Pro 5.1
* [[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.

Revision as of 07:35, 5 October 2007

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

  • Hachoir: File parser framework written in Python
  • Hex-Rays Decompiler: Decompiler plugin for IDA Pro 5.1
  • listdlls: Windows program for listing dlls opened by another program. useful for finding which codec.dll is being used.