Skip to content

Instantly share code, notes, and snippets.

@KrE80r
Last active July 31, 2020 00:42
Show Gist options
  • Save KrE80r/3d8afd7c5b00a15871fd77676a297460 to your computer and use it in GitHub Desktop.
Save KrE80r/3d8afd7c5b00a15871fd77676a297460 to your computer and use it in GitHub Desktop.
32bit
set disassembly-flavor intel
define hook-stop
info registers
x/24wx $esp
x/5i $eip
end
64bit
set disassembly-flavor intel
define hook-stop
info registers
x/24wx $rsp
x/5i $rip
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment