Skip to content

Instantly share code, notes, and snippets.

@netadr
Created November 22, 2022 00:39
Show Gist options
  • Save netadr/6b5cc9703df5dd4639f89e5a530629c2 to your computer and use it in GitHub Desktop.
Save netadr/6b5cc9703df5dd4639f89e5a530629c2 to your computer and use it in GitHub Desktop.
SBZ module dump GDB script
break *0x000338d4
commands
eval "dump binary memory mod_%x.bin 0x%x 0x%x+0x%x", $l4, $o1, $o1, $o2
cont
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment