https://github.com/therealdreg/gdis
GDB plugin to debug instructions mixed with data (GDB-GEF support included)
https://github.com/therealdreg/gdis
debugging gdb gdb-extension malware-analysis reverse-engineering shellcode-analysis
Last synced: 4 months ago
JSON representation
GDB plugin to debug instructions mixed with data (GDB-GEF support included)
- Host: GitHub
- URL: https://github.com/therealdreg/gdis
- Owner: therealdreg
- License: mit
- Created: 2022-06-29T11:34:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T06:25:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T21:30:17.967Z (5 months ago)
- Topics: debugging, gdb, gdb-extension, malware-analysis, reverse-engineering, shellcode-analysis
- Language: Python
- Homepage: https://rootkit.es/
- Size: 1.63 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# gdis
GDB plugin to debug instructions mixed with data. GDB-GEF support includedDo you need debug with GDB-GEF a shellcode/malware/packer code like this?

Then gdis can help you
## Before gdis

## After gdis

## Tutorial
Basic tutorial: see **tutorial.pdf**
Or check my post:
https://medium.com/@therealdreg/how-to-debug-instructions-mixed-with-data-using-gdb-gef-5acffce3bb18