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

Any way to get module exports? #105

Open YEEEEEET0 opened 1 year ago

YEEEEEET0 commented 1 year ago

as the title says, does memoryjs have any function or return which gives me module exports. thank you for reading, hoping to see some good news! for context im trying to make a csgo interface manager. from research im guessing you could expose GetProcAddress to js side which could also work instead of returning list of export addrs

YEEEEEET0 commented 1 year ago

added work around.

clarkewd commented 5 months ago

Hello, could you share what the workaround was?