diff --git a/Phase 2/02 Binary Exploitation.md b/Phase 2/02 Binary Exploitation.md index abf90f1..7169402 100644 --- a/Phase 2/02 Binary Exploitation.md +++ b/Phase 2/02 Binary Exploitation.md @@ -190,7 +190,7 @@ void init_player(undefined4 *param_1) { return; } ``` -This seems to +This seems to set three values, which seem to be the players x-coordinate, y-coordinate, and flag. They are set to 4, 4, and 0 respectively. The state of the flag is given by this function. Going by this, it seems the flag is the integer value of the character at the memory location 8 bytes offset from `param_1`.