![](/assets/headers/header-logo.png)

![](https://img.shields.io/badge/Tools%20%26%20Resources%20Available-21-757575?style=for-the-badge)

## Binary Analysis

* [Angr](https://github.com/angr/angr) - A powerful and user-friendly binary analysis platform. ![last-commit](https://img.shields.io/github/last-commit/angr/angr?style=flat)
* [Detect It Easy - DiE](https://github.com/horsicq/Detect-It-Easy) - Program for determining types of files for Windows, Linux and MacOS. ![last-commit](https://img.shields.io/github/last-commit/horsicq/Detect-It-Easy?style=flat)

## Debugger

* [edb-debugger](https://github.com/eteran/edb-debugger) - edb is a cross-platform AArch32/x86/x86-64 debugger. ![last-commit](https://img.shields.io/github/last-commit/eteran/edb-debugger?style=flat)
* [OllyDbg](https://www.ollydbg.de/) - 32-bit assembler level analysing debugger for Microsoft Windows. 
* [pwndbg](https://github.com/pwndbg/pwndbg) - Exploit Development and Reverse Engineering with GDB Made Easy. ![last-commit](https://img.shields.io/github/last-commit/pwndbg/pwndbg?style=flat)
* [x64dbg](https://github.com/x64dbg/x64dbg) - An open-source x64/x32 debugger for windows. ![last-commit](https://img.shields.io/github/last-commit/x64dbg/x64dbg?style=flat)

## Frameworks

* [Capstone](https://github.com/capstone-engine/capstone) - Free book containing layouts of connectors, single board computers, dev boards, memory cards, microcontroller chips, and more. ![last-commit](https://img.shields.io/github/last-commit/capstone-engine/capstone?style=flat)

## Hardware

* [Pinouts](https://pinouts.org/) - Free book containing layouts of connectors, single board computers, dev boards, memory cards, microcontroller chips, and more. 

## Mobile

* [Androguard](https://github.com/androguard/androguard) - Reverse engineering, Malware and goodware analysis of Android applications. ![last-commit](https://img.shields.io/github/last-commit/androguard/androguard?style=flat)
* [Koodous](https://koodous.com/) - A collaborative platform that combines the power of online analysis tools with social interactions. 
* [Quark](https://github.com/quark-engine/quark-engine) - Android Malware Analysis/Scoring System. ![last-commit](https://img.shields.io/github/last-commit/quark-engine/quark-engine?style=flat)

## Sandbox

* [Boxxy](https://github.com/kpcyrd/boxxy-rs) - Linkable sandbox explorer ![last-commit](https://img.shields.io/github/last-commit/kpcyrd/boxxy-rs?style=flat)

## Tools

* [Binwalk](https://github.com/ReFirmLabs/binwalk) - Tool for analyzing, reverse engineering, and extracting firmware images. ![last-commit](https://img.shields.io/github/last-commit/ReFirmLabs/binwalk?style=flat)
* [Cutter](https://github.com/rizinorg/cutter) - Free and Open Source Reverse Engineering Platform. ![last-commit](https://img.shields.io/github/last-commit/rizinorg/cutter?style=flat)
* [Compiler Explorer](https://github.com/compiler-explorer/compiler-explorer) - Run compilers interactively from your web browser and interact with the assembly. ![last-commit](https://img.shields.io/github/last-commit/compiler-explorer/compiler-explorer?style=flat)
* [Ghidra](https://github.com/NationalSecurityAgency/ghidra) - Ghidra is a software reverse engineering \(SRE\) framework. ![last-commit](https://img.shields.io/github/last-commit/NationalSecurityAgency/ghidra?style=flat)
* [Hopper](https://www.hopperapp.com/) - RE tool for Mac and Linux, that lets you disassemble, decompile and debug your 32bits and 64bits executables. 
* [IDA Pro](https://hex-rays.com/) - State of the art binary code analysis. 
* [radare2](https://github.com/radareorg/radare2) - UNIX-like reverse engineering framework and command-line toolset. 

## UEFI

* [UEFITool](https://github.com/LongSoft/UEFITool) - UEFI firmware image viewer and editor ![last-commit](https://img.shields.io/github/last-commit/LongSoft/UEFITool?style=flat)

## Videos

* [Ghidra Class - HackadayU](https://www.youtube.com/watch?v=d4Pgi5XML8E) - This is Class 1 in Reverse Engineering with Ghidra taught by Matthew Alt. 
