Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

README

        

# gdis
GDB plugin to debug instructions mixed with data. GDB-GEF support included

Do 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