https://crackmes.one/crackme/5b81014933c5d41f5c6ba944

Determine the file type
Use the file command to determine the file type

Test the program

Strings
Use strings to print the sequences of printable characters in files

Analyze
Dissemble the program with GDB Peda


Set a breakpoint at the test instruction. Run the program and observe the registers.

Test the program

Leave a Reply