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.