An open API service indexing awesome lists of open source software.

https://github.com/vibheksoni/reversing-utils

A growing collection of open-source tools for reverse engineering, debugging, and software analysis. Includes utilities for process manipulation, binary inspection, and web analysis. Ideal for security researchers, developers, and CTF enthusiasts. Contribute and explore!
https://github.com/vibheksoni/reversing-utils

automation binary-analysis ctf-tools debug-tools debugging developer-tools hacking infosec linux-tools malware-analysis memory-inspection open-source process-injection process-manipulation reverse-engineering reversing-tools security-tools software-analysis utilities windows-tools

Last synced: 27 days ago
JSON representation

A growing collection of open-source tools for reverse engineering, debugging, and software analysis. Includes utilities for process manipulation, binary inspection, and web analysis. Ideal for security researchers, developers, and CTF enthusiasts. Contribute and explore!

Awesome Lists containing this project

README

          

# My Reversing Utils

A growing collection of practical tools for reversing, debugging, and software analysis.
Find everything from process utilities to web and binary analysis helpers free and open source.

---

## πŸš€ Quick Start

1. **Browse the tools below**
2. **Clone this repo:**
```sh
git clone https://github.com/vibheksoni/MyReversingUtils.git
```
3. **Try a tool:**
See each tool’s folder for usage.

---

## πŸ› οΈ Tools

| Tool | What it does | Location | Docs |
|-------------------|----------------------------------------------------------|--------------------------|-------------------------------|
| ProcSuspender | Launches a process in a suspended state for debugging | `ProcSuspender/main.cpp` | [README](ProcSuspender/README.md) |

*More tools coming soon!*

---

## πŸ”— Popular Third-Party Tools

See [3rdparty/README.md](3rdparty/README.md) for a curated list of essential reversing and analysis tools (IDA Pro, Ghidra, Burp Suite, and more).

---

## 🀝 Contribute

Have a tool or script? [Contribute here!](CONTRIBUTING.md)
All skill levels welcome.

---

## πŸ“£ Author & Links

- [GitHub](https://github.com/vibheksoni)
- [Blog](https://insecuremind.xyz/)
- [Portfolio](https://vibhek.com/)
- [Socials](https://vibhek.com/socials)

---

## βš–οΈ License

[MIT License](LICENSE.md)

---

### ⭐ If you find this useful, **star** the repo and share it!