mirror of
https://git.soft.fish/val/MicroCorruption.git
synced 2025-10-29 12:29:15 +00:00
notes.md: Add book notes for Tutorial through Whitehorse
This commit is contained in:
34
6-Reykjafik/notes.md
Normal file
34
6-Reykjafik/notes.md
Normal 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_
|
||||
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user