onestcoder Posted December 11, 2006 Posted December 11, 2006 Has anyone used AutoIt to find the Base Address of a .dll Need a website: http://www.iconixmarketing.com
onestcoder Posted April 4, 2008 Author Posted April 4, 2008 I was hoping someone may have an idea on this subject? Need a website: http://www.iconixmarketing.com
Richard Robertson Posted April 4, 2008 Posted April 4, 2008 What good does the base address really do? And good job on digging up a 1 1/4 year old post.
onestcoder Posted April 4, 2008 Author Posted April 4, 2008 Well if one is doing code that relys on memory searches to find a memory address one needs to do the formula. Offset + Dll Base Address = Memory Address If I am about to automaticly able to find the dll's bass address I can hard wire the offsets into the code Yes, the dll base address changes every update, so if I want the program to be a stand alone I need it to know when it changes. Need a website: http://www.iconixmarketing.com
Siao Posted April 4, 2008 Posted April 4, 2008 (edited) _WinAPI_GetModuleHandle()Edit: but if you need this for dll loaded by other process. See EnumProcessModules then. Edited April 4, 2008 by Siao "be smart, drink your wine"
onestcoder Posted April 6, 2008 Author Posted April 6, 2008 I think this is going to work I will report back more definitively. Need a website: http://www.iconixmarketing.com
Romeo23 Posted July 26, 2008 Posted July 26, 2008 any luck? cuz i have a problem finding process base address
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now