Rob-- / memoryjs

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

setProtection is not available in latest version #95

Closed xtance closed 1 year ago

xtance commented 2 years ago

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 a function, is it protection related error?) Thanks in advance

Rob-- commented 1 year ago

memoryjs.setProtection has been renamed to memoryjs.virtualProtectEx. Refer to the read me, documentation and Wiki for more details :)