[scripts] Add debugging help for linked lists and GOT

Adding in scripts that i wrote to examine GOT/PLT/DYNAMIC in shared libs, as well
as a GDB pretty-printer for util::linked_list.
This commit is contained in:
Justin C. Miller
2024-02-13 22:36:50 -08:00
parent 4abcf238a0
commit 75d30fb56d
3 changed files with 153 additions and 0 deletions

View File

@@ -5,3 +5,4 @@ pyyaml >= 5.4
lark == 0.12.0
pure-cdb == 4
pyzstd == 0.15
pyelftools