cyber-security-resources/reverse-engineering
Omar Santos 7d2420c6b3 Add various cybersecurity tools and resources
This commit introduces a comprehensive set of new tools across multiple categories, including AI research, car hacking, cloud resources, cracking passwords, cryptography, DFIR, exploit development, game hacking, honeypots, IoT hacking, Linux hardening, mobile security, networking, OSINT, post-exploitation, recon, reverse engineering, social engineering, threat intelligence, vulnerability scanners, web application testing, and wireless resources. Each category includes detailed descriptions and links to the respective tools, enhancing the overall resource library for cybersecurity practitioners.
2025-11-27 01:03:35 -05:00
..
crackmes Update various documentation files across multiple directories to enhance clarity and organization. Key changes include improvements to README files, updates to AI research resources, and refinements in lab instructions. This commit aims to streamline navigation and provide comprehensive guidance for users engaging with AI and cybersecurity topics. 2025-11-15 21:35:45 -05:00
README.md Update various documentation files across multiple directories to enhance clarity and organization. Key changes include improvements to README files, updates to AI research resources, and refinements in lab instructions. This commit aims to streamline navigation and provide comprehensive guidance for users engaging with AI and cybersecurity topics. 2025-11-15 21:35:45 -05:00
tools.md Add various cybersecurity tools and resources 2025-11-27 01:03:35 -05:00

Reverse Engineer References

Hex Editors

Disassemblers

Dynamic Analysis

Sandbox and Stuff

Deobfuscation

Getting into Reversing

Reverse Engineering Tutorials

Other Tools

Reverse Engineering Tools

  • Interactive Disassembler (IDA Pro) - Proprietary multi-processor disassembler and debugger for Windows, GNU/Linux, or macOS; also has a free version, IDA Free.
  • WDK/WinDbg - Windows Driver Kit and WinDbg.
  • OllyDbg - x86 debugger for Windows binaries that emphasizes binary code analysis.
  • Radare2 - Open source, crossplatform reverse engineering framework.
  • x64dbg - Open source x64/x32 debugger for windows.
  • Immunity Debugger - Powerful way to write exploits and analyze malware.
  • Evan's Debugger - OllyDbg-like debugger for GNU/Linux.
  • Medusa - Open source, cross-platform interactive disassembler.
  • plasma - Interactive disassembler for x86/ARM/MIPS. Generates indented pseudo-code with colored syntax code.
  • peda - Python Exploit Development Assistance for GDB.
  • dnSpy - Tool to reverse engineer .NET assemblies.
  • binwalk - Fast, easy to use tool for analyzing, reverse engineering, and extracting firmware images.
  • PyREBox - Python scriptable Reverse Engineering sandbox by Cisco-Talos.
  • Voltron - Extensible debugger UI toolkit written in Python.
  • Capstone - Lightweight multi-platform, multi-architecture disassembly framework.
  • rVMI - Debugger on steroids; inspect userspace processes, kernel drivers, and preboot environments in a single tool.
  • Frida - Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers.

Reverse Engineering CTF-like Exercises