views:

13

answers:

0

I have a third party application - lets call it ManageUsers.exe, which simply creates users and assign permissions. I would like to write a dll or exe which will go into ManageUsers.exe and create the users that I want. I am fairly new to injecting dll etc.. so I have almost no background on this at all. I have read the following article on codeproject (http://www.codeproject.com/KB/cpp/funccaller.aspx) however I am not able to find my CreateUser function of whatever it would be called in OllyDbg. Any advice or help would be appreciated.