View Single Post
  #26  
Old 08-07-2003, 20:29
ArC ArC is offline
VIP
 
Join Date: Jan 2003
Location: NTOSKRNL.EXE
Posts: 172
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 5
Thanks Rcvd at 17 Times in 12 Posts
ArC Reputation: 1
Quote:
Is the best solution to rip the RC4 code and insert it into yor own app?
You can try to rip the RC4 code.....
But pay attention to the S-box and to the field K!
Don't forget to rip the init routine!

Quote:
Once I isolated the code, is MASM the best tool for keygen creation?
When I code a keygen in ASM, I use MASM(32 v8).

Quote:
I notice that Dede doesn't recognise win32 API calls and IDA doesn't recognise some custom Delphi library calls
That's why I usually use Olly and/or DeDe with IDA.
As sKAMER said: Olly and IDA --> deadly combo

Last edited by ArC; 08-07-2003 at 20:35.
Reply With Quote