Skip to content

alza54/hexen-dll-injector

Repository files navigation


hex-en logo
DLL Injector made with Electron, Vue, TypeScript and C++.

forthebadge forthebadge forthebadge

Overview

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.

Used projects:

Screenshots

*click for larger size*

hex-en logo

Prerequisites to build

Prerequisites to run

  • 32bit/64bit Windows operating system

Getting Started

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 dev

Building C++ module

cd hexen-dll-injector/lib/bindings/injector
yarn # or npm install
yarn run build # or npm run build

Building executable

yarn run build # or npm run build

Contributing

Just contribute!

License

This project is licensed under the MIT License.