llef icon indicating copy to clipboard operation
llef copied to clipboard

LLEF is a plugin for LLDB to make it more useful for RE and VR

Results 3 llef issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/foundryzero/llef/assets/9882181/0dc8f026-dcd6-4d8d-8877-772bf773e5ff) ![image](https://github.com/foundryzero/llef/assets/9882181/583c6b86-4bf8-4e56-93c1-1aed0ac08ba3) its not working well for a 32 bit process :\ 1. registers should be: eax, ebx... 2. stack should be 4 byte align 3. disasm is wrong (64...

Hello, I have installed lldb15, ``` lldb-1500.0.200.58 Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) ``` and I get the following error when using llef ``` Architecture set to: x86_64h-apple-macosx-. (lldb) si...

Hey FZ, I noticed your Darwin "is_heap" implementation filtered based on !is_stack && !is_code. I've worked up a implementation which enumerates the zones using XNU's malloc introspection APIs. This will...