Binary Hacks - on inspecting a binary (ELF)
📝
内容提要
§ dump process virtual memory get [pid] of process get the memory mappings cat /proc/[PID]/maps identify the memory range of interest connect gdb to pid and dump memory: # perhaps need...
➡️