FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

c0618/vegvisir: A browser based GUI for **LLDB** Debugger. · GitHub

/ vegvisir Public
forked from ant4g0nist/vegvisir
 
 

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vegvisir:

A browser based GUI for **LLDB** Debugger. 

Screenshot:

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 :)

Views

index

auto_suggest

target_create

disassembly

funcs_imported

sections

strings

help

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 for help with CSS and stuff

About

A browser based GUI for **LLDB** Debugger.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL