llef
llef copied to clipboard
LLEF is a plugin for LLDB to make it more useful for RE and VR
  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...