You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/Swamp_CTF_2025/greeting_as_a_service.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ pwndbg> bt
34
34
#10 0x0000000000000000 in ?? ()
35
35
```
36
36
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()`.
38
38
So that leaves address 0 to be the `main()` function. Let's disassemble it:
0 commit comments