Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/igio90/uddbg

A gdb like debugger that provide a runtime env to unicorn emulator and additionals features!
https://github.com/igio90/uddbg

debugger emulation reverse-engineering unicorn

Last synced: 7 days ago
JSON representation

A gdb like debugger that provide a runtime env to unicorn emulator and additionals features!

Awesome Lists containing this project

README

        

# uDdbg - Unicorn DOPE Debugger

A gdb like debugger that provide a runtime env to unicorn emulator and additionals features!

## Info, features, help
* [Description, short features introduction and little usage case](http://www.giovanni-rocca.com/debug-static-context-uddbg-unicorn-dope-debugger/)
* [Wiki](https://github.com/iGio90/uDdbg/wiki)

## Installation
`python3 setup.py install`

a shortcut launcher will be created in local binaries and you can start it from your terminal with:

```uddbg```

## Get in touch
* https://discord.gg/hTVhy3V
* https://twitter.com/iGio90

# Have fun!

![](http://www.giovanni-rocca.com/wp-content/uploads/2018/02/Screenshot-from-2018-03-01-00-44-05.png)

![](http://www.giovanni-rocca.com/wp-content/uploads/2018/02/Screenshot-from-2018-03-01-00-44-46.png)

---

```Copyright (C) 2020
Giovanni -iGio90- Rocca, Vincenzo -rEDSAMK- Greco

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see
```