Log in

View Full Version : Hasp 4


ChORdlESS
March 17th, 2003, 18:45
Greetings Members

I Was Just Wondering About hasp 4 dongles cracking and i was thinking it was impossible at this time as some crackers said to me untill a guy called 1ST chalnged me that he can crack HASP 4 so i toled him that i have a programe protected with HASP 4 and he toled me that he can do that in 3-4 days and voila after 4 days he forwarded to me the programe with an emulator for the dongle and i was shocked becaouse the sw was working 10000000% as the protected programe!!!!


so plz can some one give a tut in how did he do that !!!


thank you

naides
March 17th, 2003, 18:56
Check the CrackZ archive site linked below within this page. He has extensive coverage of Dongles in general and HASP in particular.

By the way, this post belongs either in the Newbies or the off topic forum.

tgodd
March 18th, 2003, 00:12
There are products that can do it out of the box.
What's this 3-4 day thingy.

Bwahahahahaha



tgodd

TOTEU
March 18th, 2003, 13:04
It is possible even if you don't know 3C and 3D services to emulate HASP4
Problem is if the developer really used 3C and 3D services.
Even with the envelope which performs (1,2,3C,3D) services
you can log all data and emulate haspdecode and haspdecode by a (big)tables of responses. (you could use CRC32 for recognizing the 3C/3D input data, just for fun)
The envelope I saw used:
a) service 1 (once)
2) service 2 (3-4 times) but using only two seeds
3) service 3C (once, block size 8bytes)
4) service 3D (blocks with size 0x7FFE and 2-3 smaller blocks)

All these can be implemented either in a minikernel emulator running in ring 3 or in low level driver.

Regards,
TOTEU