memoryjs icon indicating copy to clipboard operation
memoryjs copied to clipboard

Read and write process memory in Node.js (Windows API functions exposed via Node bindings)

Results 30 memoryjs issues
Sort by recently updated
recently updated
newest added

Could we get some declaration files for typescript?

Program working fine when in 'preview' mode (I mean `yarn electron:serve`), but `memoryjs.openProcess(process.th32ProcessID);` throws `Error: unable to find process` after being packed by electron-builder. Here's my code: ``` const signature...

Not really an issue, just wanted to use this amazing library on my host OS, Linux (arch btw). Would it be hard to please us, Linux folks?

Hello, I've noticed that function called "setProtection" is not available in latest version though it was there around 2019 Will it come back? (I'm having an access violation when executing...

hey, could u release the current version to npm ? the new readBuffer fixes arent there yet and im tired of recompiling everytime i update or reinstall my other dependencies...

cant call a function with a pointer or int64 argument because its not available in the types.

I am building a run history tracker Electron app for The Binding of Isaac and actually i am parsing the logs but it miss a lot of informations (coins, damage,...

when i call "readBuffer" maybe call once or 5-8times electron turn to whtie page and devtools only left “DevTools was disconnected from the page……”

const memoryjs = require('memoryjs') memoryjs.openProcess('notepad++.exe', (error, process) => { if (error) { console.log(error) } memoryjs.findPattern(process.handle, 'notepad++.exe', '65 6C 6C ? 20 57 6F 72 6C 64 21', memoryjs.NORMAL, 0, 0,...