Skip to content

A complete set of RE tools for ethical usage.

License

Notifications You must be signed in to change notification settings

YaronKoresh/Reverse-Engineering-Tools

Repository files navigation

Pre requirements:

included software (version upgrades are recommended):

My custom tools:

  • A pair of reverse engineering Python scripts: "ghidra/Ghidra/Features/PyGhidra/ghidra_scripts/{Disassemble.py + Decompile.py}"
    • You can use these Python scripts, through the "code browser" tool, from "scripts" window of Ghidra.
  • Batch scripts, inside the root folder.

Using the new reversing toolset:

  1. Import your software into Ghidra
  2. Inside the scripts window, double click on the name of the needed python script.
  3. Go into the root folder, to see the results.
  4. Use any batch script to manipulate the results, according to your needs.