Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T06:25:56.000Z (over 1 year ago)
- Last Synced: 2024-05-01T15:58:46.530Z (7 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?
![asmpoc](asmpoc.png)
Then gdis can help you
## Before gdis
![before](before.png)
## After gdis
![after](after.png)
## 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