chipie Posted April 9, 2012 Posted April 9, 2012 (edited) hello all i have a problem with the fonction MemoryGetBaseAddress she return alway a 0. i have read the forum for similar problème but i dont found... can you help me ? #include <GUIConstants.au3> #include <NomadMemory.au3> #RequireAdmin ;Asks for admin rights SetPrivilege("SeDebugPrivilege", 1) ; Sets privilege Global $PID = ProcessExists("Tutorial-i386.exe"); $Mem_Open = _MemoryOpen(ProcessExists("Tutorial-i386.exe")) local $BaseAddress = _MemoryGetBaseAddress($PID,1) MsgBox(0, "PID", $PID) MsgBox(0, "Base adresse", $BaseAddress) thx Vidada Edited April 9, 2012 by chipie
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