Skip to content

care1es5/lldbinit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLDBINIT

A gdbinit clone for LLDB aka how to make LLDB a bit more useful and less crappy

(c) Deroko 2014, 2015, 2016

(c) fG! 2017, 2018 reverser@put.as : https://reverse.put.as

(c) z3r0s 2018 : http://z3r0s.com

Requirements

  • This was tested with lldb from Xcode 9.4.1. It should work with the older version but no guarantee...

Installation

git clone https://github.com/z3r0s/lldbinit ~/lldbinit
echo "command import script ~/lldbinit/lldbinit.py" >> ~/.lldbinit

If you are lazy, just run lldbinit.sh

Features

Todo

  • Add rop search feature for x86 and arm
  • Add display the user defined struct feature
  • Display heap sturcture (Maybe something like this but better)
  • (For CTF) xor feature
  • (For CTF) auto solver/exploit for simple problem (This may not be as useful on mac as there is little to no mac challenge in CTF scene but nice to have)
  • More to come...

Screenshot

peda

indirectflow

stack

symbol

Contributing

  • If you want to help with the development, pull requests are always welcomed :).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published