|
Hi Ahmadmansoor,
Have you read my post?
I think I clearly noted that your IAT.Txt file is not in a valid parseable format. It doesn't contain a clear standard for the separation of fields. I also noted you should check the output in the immediate window from VB6. You will see that the dllname and the functionname sometimes are wrong because of the wrong format of the IAT.txt.
About the memory searching problem:
I'm sorry but I'm not in the position to do the coding for you. I can assist you in the VB language and point at bugs but you have to do the majority of the work. That means you have to be specific on what doesn't work.
Questions:
- What error do you get on the search function?
- Are you aware you can step through the code and look at what the value of the variables are? (F8, F9 for breakpoint)
- Do you have complete sourcecode and a target where the function fails on?
IW
|