|
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.
|