https://github.com/sha0coder/visualgdb
gdb front-end similar to ollydbg
https://github.com/sha0coder/visualgdb
Last synced: 9 months ago
JSON representation
gdb front-end similar to ollydbg
- Host: GitHub
- URL: https://github.com/sha0coder/visualgdb
- Owner: sha0coder
- Created: 2016-02-16T21:04:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T22:48:29.000Z (almost 10 years ago)
- Last Synced: 2025-03-27T22:51:08.086Z (9 months ago)
- Language: JavaScript
- Size: 206 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
== usage ==
node visualgdb.js [binary to debug]
ex:
node visualgdb.js /bin/ls
click on http://127.0.0.1:1337 link
== todo ==
- asm scroll
- align the asm instructions
- asm buttons
- finish function
- scroll down
- scroll up