UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 29f92057 authored by Bryan Gagne's avatar Bryan Gagne
Browse files

Merge branch 'temp-sg-branch' into 'master'

Temp sg branch

See merge request !94
parents a608653c ed1f9d2e
Branches
1 merge request!94Temp sg branch
Pipeline #113962 passed with stages
in 57 seconds
......@@ -483,7 +483,7 @@ nop = '\x90' * 5
print(buffer + eip + nop)
----
Run this in and ensure that the EIP contains all \x90's when it crashes. This will mean that your memory address returned the flow of execution to the top of the stack where you nop sled was loaded. +
Run this in and ensure that the ESP contains all \x90's when it crashes. This will mean that your memory address returned the flow of execution to the top of the stack where you nop sled was loaded. +
*Remember to run gdb through env and unset LINES and COLUMNS.* +
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment