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!
- Host: GitHub
- URL: https://github.com/vibheksoni/reversing-utils
- Owner: vibheksoni
- License: mit
- Created: 2025-07-17T17:08:50.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-07-17T17:17:02.000Z (7 months ago)
- Last Synced: 2025-07-17T20:15:31.153Z (7 months ago)
- Topics: 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
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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!