https://github.com/Maijin/radare2-workshop-2015/tree/master/IOLI-crackme/bin-linux
Check the file.

Test the program out.

Analyze the program in Ghidra.
Assembly:

Decompile:

- Password is hard coded = 0x149a = 5274
- User Input is compared with password
Test the password

Leave a Reply