crackmes icon indicating copy to clipboard operation
crackmes copied to clipboard

Some CrackMe codes for Linux x86/x86_64

Results 5 crackmes issues
Sort by recently updated
recently updated
newest added

Hi there! I've had a lot of fun cracking your CrackMe. Thanks for that! In your makefile, you are using no optimization -O1. While this create a more straight forward...

First of all, thank you for the great tutorial and the introductory crackmes. It usually work with ARM assembly and your tutorials got me up and running with x86 disassembly...

Hello, I'm new to Reverse Engineering and thank you from providing the tutorial. I encountered one issue under crackme03.c that as I have installed Radare2 and run r2 ./crackme03.64, I...

Thanks for your tutorial. :) >So, if there’s a zero at `argv[1][1]`, we jump to 0x761. Where is that? It’s the block we just reversed above; it prints the success...

Hello NoraCodes , I think there is a problem with Crackme05 , i read your writeup and i solve it also , your solution was ``` EEBD,,,,2222QQOO,``` i compile that...