removed empty content

pull/40/head
Souhit Dey 2021-01-24 21:45:07 +05:30
parent 829ff7b22e
commit 4f24808b8b
1 changed files with 0 additions and 3 deletions

View File

@ -1307,9 +1307,6 @@ Binary Exploitation/pwn
64-bit buffer overflow challenges are often difficult because the null bytes get in the way of memory addresses (for the function you want to jump to, that you can usually find with `readelf -s`). But, check if whether or not the function address you need starts with the same hex values already on the stack (in `rsp`). Maybe you only have to write two or three bytes after the overflow, rather than the whole function address.
VisualBasicScript Reversing
---------------------------
Miscellaneous
----------