mirror of
https://git.soft.fish/val/MicroCorruption.git
synced 2025-10-29 12:09:14 +00:00
notes.md: Add book notes for Montevideo through Lagos
This commit is contained in:
16
9-Johannesberg/notes.md
Normal file
16
9-Johannesberg/notes.md
Normal file
@@ -0,0 +1,16 @@
|
||||
`Taken verbatim from my notebook`
|
||||
# Page 1
|
||||
```
|
||||
Johannesberg STACK CANARY
|
||||
Gets 3f bytes
|
||||
strcpy over stack
|
||||
...
|
||||
cmp str[0x11] == c6
|
||||
if str[0x11] == c6 ; 17th byte is c6
|
||||
add #0x12, sp
|
||||
ret
|
||||
else
|
||||
halt
|
||||
|
||||
['A';16] cb cb 94 45 20 20 7f
|
||||
```
|
||||
Reference in New Issue
Block a user