From 27b31220f4d64696174450f4ed6ab44778dbf8f8 Mon Sep 17 00:00:00 2001 From: lucky-vers Date: Sun, 5 Nov 2023 16:37:13 +0530 Subject: [PATCH] Add unfinished description for `init_player` --- Phase 2/02 Binary Exploitation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.