reverseProeasy
Mic Check 10
spbctf
Task: call a hidden function in an ELF binary that prints the flag, while main accepts no input. Solution: patch the binary to redirect main to yes_print_the_flag via a JMP instruction (or use GDB/ctypes to call it directly).
$ ls tags/ techniques/
binary_patchingfunction_redirectionentry_point_modification
🔒
Permission denied (requires tier.pro)
Sign in to access full writeups
Sign in with GitHub to continue. No email required.
$sign in$ grep --similar
Similar writeups
- [pwn][free]0xDiablos— hackthebox
- [reverse][free]cf madness— pingctf2026
- [pwn][Pro]Mic Check — getflag— spbctf
- [reverse][Pro]Deceptive Checker— miptctf
- [pwn][Pro]Easy ROP— hackerlab