issues
search
mahaloz
/
decomp2dbg
A plugin to introduce interactive symbols into your debugger from your decompiler
BSD 2-Clause "Simplified" License
621
stars
39
forks
source link
MacOS lldb support
#59
Open
mahaloz
opened
1 year ago
mahaloz
commented
1 year ago
TODO
[ ] add
decompiler
command with Python
[ ] stop-event hook
[ ] define variables per stack var/reg var
[ ] create a MachO and add symbols
Useful Info
https://lldb.llvm.org/use/python-reference.html
(command and stop-event)
adding symbols:
https://lief-project.github.io/doc/stable/api/python/macho.html
TODO
decompiler
command with PythonUseful Info