Log in

View Full Version : some asm querries


crUsAdEr
March 28th, 2002, 16:20
Hi folks,

here i am asking some newbie question on asm... having little experience in asm...

My masm can not compile Laptonic's MD5 Pentium optimised code with this error
"Instruction or register not accepted in this CPU mode"

I am using Athlon ThunderBird... so could this be a problem or am i doing somethign wrong??

Thanx

LaptoniC
March 28th, 2002, 17:18
In what line it gaved this error ? Did you commented out some MMX functions in the source like mem6 ?
If it so then add
.586
.MMX
to top of your source code

crUsAdEr
March 28th, 2002, 22:25
Yep, thanx Laptonic...

Well it is done.. my lame bruteforcer... not sure if it can be improved... yeah it bruteforce 6 digits (alphanumerics) in 13 min 57 sec... a simple calculation that if i wanna brute the whole serial of 12 digits will with my 1.2GHz Athlon, it will take about 125 years... grinz....

Ah well... i guess project over :>... guess i will stop here until there is some kind of breakthough to break MD5...

thanx Laptonic :>, for the source code... for the efforts to put comments just for me, and for replying promptly for my silly querry..

Cheers,

crUsAdEr
March 29th, 2002, 09:48
Bruteforcing 7 digits on my computer took 8h: 22m : 12 sec :>... hmm... maybe i should just try 8 digits in the server here, hopefully i get the result in a week :>...

Cheers,