anyone interested in cracking crackme's?
hi all,
at the moment i'm learning secure coding, meaning create a secure (hard to crack) serial routine to use in programs. at the same time i'm learning ASM.
and during this study, i thought it might be nice to create some crackme's and let other people (try to) crack them, and ask them to let me know how they did this.
this way the "cracker" learns something from it, and me too ;)
if anyone has gotten interested, the crackme's can be found on my site.
if anyone has some nice tut's about this subject, please post the links here so i can learn even more ;)
Re: anyone interested in cracking crackme's?
Quote:
Originally posted here by lepricaun
at the moment i'm learning secure coding, meaning create a secure (hard to crack) serial routine to use in programs.
You may be interrested in Hacker Disassembling Uncovered.
It talks alot about C/C++ structures and how they're translated into assembly. It also talks about securing your code to prevent 'snooping'.