alephsecurity / xnu-qemu-arm64-tools

168 stars 45 forks source link

[GDB] Import known symbols to gdb #5

Open V3rochka opened 4 years ago

V3rochka commented 4 years ago

Description

The kernelcache binary comes without a symbol table. Current available symbols are retrieved from the Ghidra analyzer and jtool2 and are extracted to a JSON file using a python script. We want the symbols to be imported into the gdb session natively.

Resources

KnownSymbols.zip