Rob-- / memoryjs

Read and write process memory in Node.js (Windows API functions exposed via Node bindings)
MIT License
636 stars 88 forks source link

I am new to this. #27

Closed idkRage closed 6 years ago

idkRage commented 6 years ago

Hello!

As the title says im new to this and i have an issue.

I would like to ask how do i get the address of the specific value in the memory?

idkRage commented 6 years ago

for example in cheat engine i got a value and i would like to read the address i got in cheat engine with memoryjs

idkRage commented 6 years ago

Nevermind i found the soultion :)

idkRage commented 6 years ago

it read the wrong value because i didnt add .exe to the end of the process name

p410n3 commented 6 years ago

We all start somewhere. Keep it up!

idkRage commented 6 years ago

It works great for now. Also the issue i noteced was if i add callback to writeMemory i get error that it requires 4 arguments.

MelerEcckmanLawler commented 5 years ago

Could you please post your code? I'm trying the same thing but it won't work. I expected it to be simple since it's just a notepad window with the text Hello World! but the pattern scan function won't find it.