Jump to content

MemoryGetBaseAddress probleme


Recommended Posts

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 by chipie
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...