GP-0: template for 'maint info sections'

GP-0: template for 'maint info sections'
This commit is contained in:
d-millar 2023-06-01 13:16:13 -04:00
parent 75b1dd163f
commit de3d53be90
2 changed files with 5 additions and 0 deletions

View File

@ -2,5 +2,6 @@
##MODULE IP: JSch License
Module.manifest||GHIDRA||||END|
data/scripts/fallback_info_proc_mappings.gdb||GHIDRA||||END|
data/scripts/fallback_maintenance_info_sections.gdb||GHIDRA||||END|
data/scripts/getpid-linux-i386.gdb||GHIDRA||||END|
data/scripts/wine32_info_proc_mappings.gdb||GHIDRA||||END|

View File

@ -0,0 +1,4 @@
define maintenance info sections
echo Exec file: `name_of_executable', file type elf64-x86-64. \n
echo [0] 0x0->0xFFFFFFFFFFFFFFFF at 0x00000000: .text ALLOC LOAD READWRITE CODE HAS_CONTENTS
end