# hexen-dll-injector **Repository Path**: aa77ss55dd/hexen-dll-injector ## Basic Information - **Project Name**: hexen-dll-injector - **Description**: HEX-EN DLL Injector - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
](https://i.imgur.com/rnv5kCY.png)
### Prerequisites to build
* [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/lang/en/)
* [node-gyp and tools required by node-gyp](https://github.com/nodejs/node-gyp)
### 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`](https://yarnpkg.org) package manager as it handles dependencies much better and can help reduce final build size with `yarn clean`.
```bash
# 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
```bash
cd hexen-dll-injector/lib/bindings/injector
yarn # or npm install
yarn run build # or npm run build
```
### Building executable
```bash
yarn run build # or npm run build
```
## Contributing
Just contribute!
## Authors
* **expl0it / alza54** - *expl0it@shellcode.team* [GitHub](https://github.com/alza54)
See also the list of [contributors](https://github.com/alza54/hexen-dll-injector/contributors) who participated in this project.
###### (probably only me xD)
## License
This project is licensed under the MIT License (*but plss dont sell it*)