Skip to content

Making LLDB easier to use for exploit development and reverse engineering.

Notifications You must be signed in to change notification settings

krakankrakan/llef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLEF: "GDB Enhanced Features"-like, but for LLDB

This script aims to make the use of LLDB easier and much more convenient. Like e.g. gdb-gef, this script shows the register contents and the stack whenever execution stops. Currently, only Aarch64 is supported, but other architectures will follow.

Install

Add the following line to .lldbinit in your home directory:

command script import PATH_TO_CLONED_REPO/gef.py

Be sure to use an absolute instead of a relative path.

About

Making LLDB easier to use for exploit development and reverse engineering.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages