-
-
Save AdityaChaudhary/87b91824c8f8db72d9c70a88bb25bec4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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