View Single Post
  #4  
Old 09-05-2004, 01:55
nikita@work
 
Posts: n/a
Quote:
Originally Posted by toro
i tested many programs that protected with hardlock.
Last version of HL & HASP API was released more than year ago, but practically nobody use it. That's why I reversed driver.

Quote:
Originally Posted by toro
the level 2 of encryption is very easy to emulate. it use a seed that stored in offset (hl_api+0xBC). but in level 1 the packet is partially encrypted. are you see this thing too?
Right. Each field of packet have it's own encrypt/decrypt routine in p-code. Some of them in native code. And pay attention on field +0xBD - it's a version of crypt algo.

Quote:
Originally Posted by toro
however are you have any info on hl_api structure, i was studied it but not completly.
toro.
Only standard part from SDK.

Last edited by nikita@work; 09-05-2004 at 01:57. Reason: mistyping
Reply With Quote