Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ant4g0nist/vegvisir
A browser based GUI for **LLDB** Debugger.
https://github.com/ant4g0nist/vegvisir
debugger gui lldb macos python reverse-engineering
Last synced: about 1 month ago
JSON representation
A browser based GUI for **LLDB** Debugger.
- Host: GitHub
- URL: https://github.com/ant4g0nist/vegvisir
- Owner: ant4g0nist
- License: mit
- Archived: true
- Created: 2017-06-17T14:07:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T19:03:27.000Z (over 3 years ago)
- Last Synced: 2024-08-01T23:32:32.700Z (4 months ago)
- Topics: debugger, gui, lldb, macos, python, reverse-engineering
- Language: JavaScript
- Size: 15.7 MB
- Stars: 200
- Watchers: 19
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
- License: License
Awesome Lists containing this project
- open-source-mac-os-apps - vegvisir - Browser based GUI for **LLDB** Debugger. ![javascript_icon] (Applications / Development)
- open-source-mac-os-apps - vegvisir - Browser based GUI for **LLDB** Debugger. ![javascript_icon] (Applications / Development)
- awesome-hacking-lists - ant4g0nist/vegvisir - A browser based GUI for **LLDB** Debugger. (JavaScript)
README
# Vegvisir:
A browser based GUI for **LLDB** Debugger.
## Screenshot:
![Screenshot](https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/target_create.png)# Installation:
### Note:
Please use the default python that comes with MacOS which is available at /usr/bin/python. This is because the LLDB framework currently only supports default python on MacOS.~~~
^^/D/p/Vegvisir >>> which python
/usr/bin/python^^/D/p/Vegvisir >>> python -V
Python 2.7.10
^^/D/p/Vegvisir >>> sudo pip install -r requirements.txt~~~
#Usage:
~~~
^^/D/p/Vegvisir >>> python vegvisir.py^^/D/p/Vegvisir >>> #and then point browser to http://127.0.0.1:8086
~~~## Donation:
If you like the project, you can buy me beers :)
[![Donate Bitcoin](https://img.shields.io/badge/donate-bitcoin-green.svg)](https://ant4g0nist.github.io)
# Views
### index
![Screenshot](https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/blank.png)### auto_suggest
![Screenshot](https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/auto_suggest.png)### target_create
![Screenshot](https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/target_create.png)### disassembly
![Screenshot](https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/funcs.png)### funcs_imported
![Screenshot](https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/funcs_imported.png)### sections
![Screenshot](https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/sections.png)### strings
![Screenshot](https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/strings.png)### help
![Screenshot](https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/help.png)# Code Sucks:
Duhhh, the code sucks big time. Lesser the time, more the suckyness. You guys could help me fix things ;)# TODO:
- [ ] Make lldbcontroller more reliable.
- [ ] Add hex memory view along with search.
- [ ] Add lisa.py support.
- [ ] Make it a pip package.
- [ ] Log events, modules, application stdout and stderr on frontend
- [ ] Better auto suggest of commands
- [ ] keyboard short cuts### Thanks:
- Capstone
- lldb
- hacker-bootstrap
- adminlte
- typeahead.js
- @happilycoded
- [@argentum47](https://github.com/argentum47) for help with CSS and stuff