ELF MIPS basic crackme¶
Root-me challenge: Find the validation password.
Decompile the binary in, for example, Ghidra.
Analysis
There is no check on the length of the input
There is a loop which checks that at indexes 8 - 16 there is an
i
Check the stack.
Find the other characters.
The password is 19 characters long.
Resources¶
Exploiting Buffer Overflows on MIPS Architectures - Lyon Yang
Taming a Wild Nanomite-protected MIPS Binary With Symbolic Execution - Diary of a reverse-engineer
Last update:
2025-05-12 14:16