View Single Post
  #7  
Old 09-30-2007, 00:17
abccc
 
Posts: n/a
Quote:
Originally Posted by Sabor
You can load it in olly/ida/sice directly and dont need to unpack or fix anything. Just find the registration routine which accesses registry for reg info. Patch it to be nice and you should be done.

well, I tryed to run under ollydbg ,it always crachs and I think it got anti-debug tricks or something like that here what I got

00497D16 C600 00 mov byte ptr [eax], 0
error : access violation when writing to [00000000]

and it goes into loop because I tryed to continue with shift+f9 and
I used a plugin to hide debuger but with no lock at all....

Last edited by abccc; 09-30-2007 at 00:24.
Reply With Quote