Jump to content

ReadProcessMemory


/\/\1|<3
 Share

Recommended Posts

I am afraid that AutoIt can't handle that call.

At least I not sure how detect the 'process handle' (what is that btw?)

This is a pure translation of the call sintax... Maybe it helps.

$hProcess = 
$lpBaseAddress = 
$lpBuffer = 
$nSize =
$a = DllCall('kernel32','long','ReadProcessMemory','long',$hProcess,'int',$lpBaseAddress,'int',$lpBuffer,'long',$nSize)
If @error Then
   MsgBox(0,'','Error')
Else
   MsgBox(0,'',$a[0])
EndIf
Edited by ezzetabi
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...