fixing typo

This commit is contained in:
Amanda Rousseau
2017-11-17 17:33:31 -08:00
parent 679018c5d7
commit 1f87a4cfee

View File

@@ -77,7 +77,7 @@ shr ax,1
pop ebp
```
## Find where if the input is validated ##
### Find where is the input validated ###
In function 401050, after the input is xored with `0x04` it's checked against a string stored at offset `403000`
Because xoring is symetric, you can easily xor the hardcoded answer with the same key.