Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/igio90/uddbg
- Owner: iGio90
- License: other
- Created: 2018-01-06T14:16:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T17:56:28.000Z (almost 2 years ago)
- Last Synced: 2024-12-11T10:37:11.999Z (15 days ago)
- Topics: debugger, emulation, reverse-engineering, unicorn
- Language: Python
- Homepage:
- Size: 150 KB
- Stars: 192
- Watchers: 14
- Forks: 25
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```