Skip to content

Commit fcfc548

Browse files
committed
Fix typo
1 parent 21a000f commit fcfc548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/Swamp_CTF_2025/greeting_as_a_service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pwndbg> bt
3434
#10 0x0000000000000000 in ?? ()
3535
```
3636

37-
This guess is purelt based on the return addresses. I think from number 4 onwards it's just random values found on the stack, but the addresses 1 to 3 are probably entry functions from libc, like `libc_start_main()`.
37+
This guess is purely based on the return addresses. I think from number 4 onwards it's just random values found on the stack, but the addresses 1 to 3 are probably entry functions from libc, like `libc_start_main()`.
3838
So that leaves address 0 to be the `main()` function. Let's disassemble it:
3939

4040
```

0 commit comments

Comments
 (0)