notes.md: Add book notes for Montevideo through Lagos

This commit is contained in:
Val
2023-03-15 20:13:34 -05:00
parent 5e23a963ec
commit 95e7776c8a
10 changed files with 368 additions and 0 deletions

16
9-Johannesberg/notes.md Normal file
View 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
```