Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MemoryJS can't get modules #7

Closed
TwinkerMan opened this issue Mar 23, 2017 · 4 comments
Closed

MemoryJS can't get modules #7

TwinkerMan opened this issue Mar 23, 2017 · 4 comments

Comments

@TwinkerMan
Copy link

TwinkerMan commented Mar 23, 2017

MemoryJS can't find engine.dll or client.dll

All modules:
csgo.exe
ntdll.dll
wow64.dll
wow64win.dll
wow64cpu.dll

P.s even if I use example.js

@Rob--
Copy link
Owner

Rob-- commented Mar 23, 2017

In your root directory, open the terminal and write npm run build32 as CSGO is a 32 bit application. If you want to target a 64 bit application run npm run build64.

@TwinkerMan
Copy link
Author

Hm.. Module that I was build using npm run build32 I can't use on my 64bit system. I'm getting Error: %1 is not a valid Win32 application.

@TwinkerMan
Copy link
Author

TwinkerMan commented Mar 23, 2017

I want to include this library into Electron app but it compiles as 64bit lib. Now I'm understood my mistake, I will try to fix it now. Thanks

@Rob--
Copy link
Owner

Rob-- commented Mar 23, 2017

No problem. You reminded me of the reason I made this library. I wanted to be able to create a Node Webkit app that "interacts" with CSGO. Reading from and writing to memory is quite slow though.

@Rob-- Rob-- closed this as completed Mar 23, 2017
@Rob-- Rob-- added bug and removed bug labels Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants