Reverse Engineering Tools

From MultimediaWiki
Revision as of 07:35, 5 October 2007 by Compn (talk | contribs) (→‎Other: add listdlls, useful for identifying which dlls are open by a program)
Jump to navigation Jump to search

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.