https://github.com/zinx28/nodeinjector
this legit a injector for a nodejs/electron launcher
https://github.com/zinx28/nodeinjector
Last synced: 6 months ago
JSON representation
this legit a injector for a nodejs/electron launcher
- Host: GitHub
- URL: https://github.com/zinx28/nodeinjector
- Owner: zinx28
- License: apache-2.0
- Created: 2025-03-24T18:28:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T19:58:23.000Z (about 1 year ago)
- Last Synced: 2025-03-25T20:45:58.278Z (about 1 year ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node injector
~ compiles as a .node project
you need node modules to be installed
# Steps
1. npm install
2. npm install -g node-gyp
3. node-gyp configure
### Build it!
you can run
node-gyp build
or open the vs project in /build
and build it your self