mirror of
https://git.soft.fish/val/MicroCorruption.git
synced 2024-11-22 17:35:59 +00:00
15 lines
236 B
Markdown
15 lines
236 B
Markdown
`Taken verbatim from my notebook`
|
|
# Page 1
|
|
```
|
|
Montevideo
|
|
strcpy/memset
|
|
|
|
Allocated 16-byte buffer on stack
|
|
Strcpy into it
|
|
43ee: start of stack buffer
|
|
43fe: return address
|
|
454c: INT
|
|
|
|
['A';16] 4c45 0000 7f
|
|
```
|