Jump to content

_memorywrite Bug ?


Recommended Posts

Hi

code sample

#include <NomadMemory.au3>
Opt("TrayIconHide", 1)
Opt("TrayAutoPause",0)


$offset=0xFC2EA3

$data=0x001D2CFC00AB

$open = _MemoryOpen(ProcessExists("calc.exe"))
_MemoryWrite($offset, $open,$data,"int")
_memoryclose($open)

error Message

$data=0x001D2CFC00AB
$data=0x001D2CFC00AB^ ERROR

Help me :ermm:

what is the solution?

Thank you in advance!

Edited by Turkishuser
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...