View Single Post
  #33  
Old 03-25-2004, 15:45
lownoise
 
Posts: n/a
Well for me it's a little bit early, and it seems i'm missing the link in the thread that the app crashes.
I dumped the app the same way as Malt.
The iat has been fixed with asprdbg from manko. It's a little tool which dumps asprotect targets from previous versions. When the asprdbg paused after he cleans the iat open imprec enther the values given by asprdbg en press fix dump.
After that open your dumped exe in olly and fix the check in dvdidle pro for the present of asprotect.
my quick and dirty fix is online 4043AA Mov eax, dword ptr ds:[eax] if you change this to xor eax,eax your app will run fine.

lownoise
Attached Images
File Type: bmp check before.bmp (190.5 KB, 30 views)
File Type: bmp check after.bmp (152.3 KB, 25 views)
Attached Files
File Type: zip AsprDbgr_build_106.zip (5.8 KB, 36 views)
Reply With Quote