We are still actively working on the spam issue.

Difference between revisions of "Reverse Engineering"

From InstallGentoo Wiki
Jump to: navigation, search
(Add more tools and some info about existing ones. Restructure headers slightly)
m (Update to latest cracked version of IDA Pro which can be found here: https://leakforum.io/Thread-IDA-PRO-8-3-x86-x64-ARM-ARM64-MIPS-PPC-PPC64)
 
Line 16: Line 16:
 
===Reverse Engineering Suites===
 
===Reverse Engineering Suites===
 
These generally include and integrate tools for both static analysis (disassembler, decompiler) and dynamic analysis (debugger).
 
These generally include and integrate tools for both static analysis (disassembler, decompiler) and dynamic analysis (debugger).
*[https://hex-rays.com/ida-pro/ IDA Pro] (latest cracked version is 7.7)
+
*[https://hex-rays.com/ida-pro/ IDA Pro] (latest cracked version is 8.3)
 
*[https://ghidra-sre.org/ Ghidra], a free alternative to IDA released by the NSA(!). Its debugger can be buggy and frustrating, but the package as a whole is competitive.
 
*[https://ghidra-sre.org/ Ghidra], a free alternative to IDA released by the NSA(!). Its debugger can be buggy and frustrating, but the package as a whole is competitive.
 
*https://binary.ninja/
 
*https://binary.ninja/

Latest revision as of 06:53, 20 May 2024

Reverse engineering is an occasional topic on 4chan, and there is an interest in turning this into a general: /reg/.

Archive: [1]

Links

Getting Started

Reverse Engineering Suites

These generally include and integrate tools for both static analysis (disassembler, decompiler) and dynamic analysis (debugger).


Other Dynamic Analysis Tools


Hex Editors


Other Tools


News

Some publish news of what they have reverse engineered.

Special Interests

Old Games

There is a lot of interest in RE of old games, to understand how they worked, or to port them to newer platforms as old platforms no longer are available,

Cars

There is a lot of electronics and microcontrollers in a car, and a corresponding interest in reverse engineering

  • The Car Hacker's Handbook is presented as "A Guide for the Penetration Tester". It has been Licensed under CC-BY-NC-SA though the text of the book has not been amended
  • 2014 Car hacker's Handbook - the earlier version of the above, distributed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 license. Note the file is 251 MB in size and slow to download from The Archive.

Resources