View Single Post
  #9  
Old 07-14-2009, 03:53
IWarez IWarez is offline
Friend
 
Join Date: Jul 2003
Posts: 41
Rept. Given: 7
Rept. Rcvd 6 Times in 2 Posts
Thanks Given: 1
Thanks Rcvd at 0 Times in 0 Posts
IWarez Reputation: 7
I checked your code and made some modifications. You should check your immediate window after you press the 'Ready' button. You will see your IAT.TXT is badly formatted and sometimes your routines choke at that and try to find the wrong function or dll.

Do you have any way to modify the IAT.txt file? I suggest you use a <tab> to separate fields and use the vb command Split to get the fields. That makes your parsing much more readable and easier to debug.

Ps. I must say that when I checked your original code the address of the RegDeleteKeyA api was correct on my Vista system.
Attached Files
File Type: zip change some memory addreess.zip (20.0 KB, 8 views)
Reply With Quote