Skip to content

Commit cbda677

Browse files
committed
fix typo
1 parent 530c1c0 commit cbda677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/fallctf-2025/rev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Above is a picture of the decompilation (disclaimer: this is not a challenge
9797
from Fall CTF). Almost every function you see will have an if statement with
9898
**\_\_stack_chk_fail** at the bottom. This is a check for the stack canary,
9999
which is not relevant to any challenges here. It may be of more interest in
100-
pwn challenge. The "local_10 = \*(long \*)(in_FS_OFFSET + 0x28);" line
100+
pwn challenges. The "local_10 = \*(long \*)(in_FS_OFFSET + 0x28);" line
101101
at the top sets up the stack canary and can also be ignored.
102102

103103
Note that the variables are named with undescriptive names, such as

0 commit comments

Comments
 (0)