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

Convert to NAPI, fix compilation on all node's versions #68

Closed bumpmann closed 4 years ago

bumpmann commented 4 years ago

I had some hard time with recent versions of node and electron so i did this. I also included #64 and added vs project to build the test exe.

Related to #49, #53, #57, #63, #64

Luchanso commented 4 years ago

This is working on node@14.12.0, thank you a lot of much @bumpmann, I published temporial package @luchanso/memoryjs@3.3.1 for workaround solution

Rob-- commented 4 years ago

@bumpmann Thanks for this, I appreciate the work that went into this upgrade. The minimalistic refactor also preserves code style so thanks for that as well. Will hold back on publishing this change to NPM though for a little bit until I verify the change some more.