From cd69291f0a5586d24ac540064901b488f0a2f45d Mon Sep 17 00:00:00 2001 From: lucky-vers Date: Tue, 14 Nov 2023 16:15:39 +0530 Subject: [PATCH] Fix spelling --- Phase 2/01 Reverse Engineering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Phase 2/01 Reverse Engineering.md b/Phase 2/01 Reverse Engineering.md index 387b529..08e07a0 100644 --- a/Phase 2/01 Reverse Engineering.md +++ b/Phase 2/01 Reverse Engineering.md @@ -176,7 +176,7 @@ The value finally in `eax` is therefore 0x86342 in hexadecimal, or `549698` in d **Flag:** `picoCTF{5EE79C2B}` -We're given an (ARM) assembly source file `chall.s`. The structure is as follows +We're given an ARM assembly source file `chall.s`. Its structured as follows ``` main: