Jump to content

MemoryAddressProblem


Recommended Posts

Hi Guys i just want to ask is there any way to use this Adress to read on Autoit NomadMemory Example : >> 004589B7 i want this adress to be read but i already did all things but still no lock ill attach my NomadMemory Here my Example how i test it 

 

#Include "NomadMemory.au3"

TEST()
                ;;Base = Adress = 004589B7

Func TEST()
    Sleep(1000)
    Local $base = 0x004589B7
    Local $hopen, $sread1
    $hopen = _MemoryOpen(WinGetProcess("Calc.exe"))
    $sread1 = _MemoryRead($base , $hopen)
    Global  $result = _MemoryRead($hopen, $sread1, 'dword')
    MsgBox(0,""," = " & $result)
EndFunc

always return 0 and i dont know what is the problem but for sure i have mistake on how should i call it in memory any one can help ??

NomadMemory.au3

Link to comment
Share on other sites

difference ? isnt make sense asking what is difference seriously this is how should i call that adress i didnt ask if how to freeze or unfreeze btw do you have brain either ? you dont know the difference  between on those question ?

Link to comment
Share on other sites

im just trying to know more on autoit and asking on experts since this is autoit thread and im not asking for any automate apps or what im just asking how should i proper call every memory or how can i call that kind of adress on autoit ? 

Link to comment
Share on other sites

is there any moderator their can comment here i dont need brainless moderator .... this is Thread for Autoit General Help and Support this is not Integoration either ? you look like POLICE that always ask members on their problem why you dont just answer us if you dont know then keep shut up . im not insulting you either but if you dont have answer just keep your mouth   ok  dont comment either .

Link to comment
Share on other sites

  • Developers
4 minutes ago, Bishop12 said:

is there any moderator their can comment here i dont need brainless moderator ...

Ok...  this is not acceptable here so you will not be allowed in our forums anymore.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Jos locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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