evaluator
December 31st, 2004, 03:56
just coded hot puzzle for our MB
find "brand-new-ways-crypted" message!

find "brand-new-ways-crypted" message!
View Full Version : "brand-new-ways-crypted" crackme for new year!
hlt
and eax, 79h
push 5
pop ecx
inc eax
...
.text:00402005 hlt
.text:00402006 and eax, 79h
.text:00402009 push 5
.text:0040200B pop ecx
.text:0040200C inc eax
.text:0040200D neg eax
.text:0040200D ; -----------------------------------------
.text:0040200F dd 419B0B0Fh, 0D083770Fh
.text:00402017 ; -----------------------------------------
.text:00402017 and ebx, eax
.text:00402019 retn
.text:00402005 000 hlt
.text:00402006 000 and eax, 79h
.text:00402009 000 push 5
.text:0040200B 004 pop ecx
.text:0040200C 000 inc eax
.text:0040200D 000 neg eax
.text:0040200F 000 nop
.text:00402010 000 nop
.text:00402011 000 wait
.text:00402012 000 inc ecx
.text:00402013 000 emms
.text:00402015 000 adc eax, 21h
.text:00402018 000 retn
00402005 HLT 00402006 AND EAX, 79 00402009 PUSH 5 0040200B POP ECX 0040200C INC EAX 0040200D NEG EAX 0040200F UD2 00402011 WAIT 00402012 INC ECX 00402013 EMMS 00402015 ADC EAX, 21 00402018 RETN 00402019 RETN |