Cracking
Cracking - ELF MIPS Basic Crackme
Hi all,
I do not know, how many days it has been to get this task make itself moving from my list of challenges. Now as you guess i have done again and again several things:
As i have seen, that it is being interpreted by uClibc, so i decided to download it and compiled for mipsel architecture with given kernel headers. No problem. Good... But after i installed it properly and run the binary, i have seen that TLS is not supported. Following question:
I compiled the uClibc with and without this support. How could you guys get around this problem and do the challenge. How could you run the binary ?
I wish i were an angel,
i wish i were you,
Thx for having a nap
before i come back, 😇
Cracking - ELF MIPS Basic Crackme
Good question.
Im stuck too with running the binary. I think Ill just overlook the binary and recompile the ghidra code to a Linux x86 ELF to see what happens.
Cracking - ELF MIPS Basic Crackme
You don’t need to run it, it can be done statically. Think about loops & how the stack is assembled 😉