add disassembly
This commit is contained in:
@@ -17,6 +17,10 @@ Something must be wrong with him.
|
|||||||
- `checksec --file=mrsnowy` reports NX being enabled
|
- `checksec --file=mrsnowy` reports NX being enabled
|
||||||
- So no shellcode will be placable unless there is executable space
|
- So no shellcode will be placable unless there is executable space
|
||||||
- This hints to ROP Chaining
|
- This hints to ROP Chaining
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
- The binary should be patched to get rid of the timetaking animation
|
- The binary should be patched to get rid of the timetaking animation
|
||||||
- Just `nop` the banner() function call using radare2
|
- Just `nop` the banner() function call using radare2
|
||||||
- Overwriting the returnpointer of `investigate()` using pwntools:
|
- Overwriting the returnpointer of `investigate()` using pwntools:
|
||||||
|
|||||||
BIN
pwn/mrsnowy/images/investigate_disass.png
Normal file
BIN
pwn/mrsnowy/images/investigate_disass.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
Reference in New Issue
Block a user