You are here: Links of Interest » HEIG-VD » [SLO] Sécurité Logicielle » Labo 03 - Crackme
Labo 03 - Crackme
This is an old revision of the document!
Table of Contents
Labo 03 - Crackme
Crackme 1
…
Crackme 2
<uml> :var1 = 0; while (var1 ≤ 7) :edx = password[var1]; :eax = argv[1]; if (strcmp(eax, edx)) then (≠0) :var1++; else (0) :fail!; end endif endwhile :eax = argv[1]; if (strlen(eax)) then (> 7) stop else :fail!; end endif </uml>