notes.md: Add book notes for Tutorial through Whitehorse

This commit is contained in:
Val
2023-03-15 20:44:18 -05:00
parent 95e7776c8a
commit a0d9829a4c
7 changed files with 109 additions and 0 deletions

34
6-Reykjafik/notes.md Normal file
View File

@@ -0,0 +1,34 @@
`Taken verbatim from my notebook`
# Page 1
```
Reykjavik ✓
4520(" E") looks interesting
+ int @ main
=> "What's the password?"
Creates XOR keystream
Decrypts block at
decrypted function:
Sets up new stack at 43da
Note: 4482: jmp #436c
110 away (ouch)
4536: jmp #43fc
-34 away (ouch)
2420: ~~puts(char*)~~?
function that takes input
password[24] -> 466d
36 char password?
466d
F m
call 2464
The password is Fm
lol
A program which might seem intimidating
may become easier if you rake it
one step at a time
Security by obscurity is dogshit
"Military grade" doesn't mean _shit_
```