HEX-EN is a DLL injector written in Node.js with a help of C++ bindings (Nan). Feel free to contribute and use the code in your open-source projects.
- 32bit/64bit Windows operating system
The use of node@^7 or higher required. electron-vue also officially recommends the yarn package manager as it handles dependencies much better and can help reduce final build size with yarn clean.
# Clone repo
git clone https://github.com/alza54/hexen-dll-injector.git
cd hexen-dll-injector/
yarn # or npm install
yarn run dev # or npm run devcd hexen-dll-injector/lib/bindings/injector
yarn # or npm install
yarn run build # or npm run buildyarn run build # or npm run buildJust contribute!
This project is licensed under the MIT License.

