All Projects β†’ alza54 β†’ hexen-dll-injector

alza54 / hexen-dll-injector

Licence: MIT license
HEX-EN DLL Injector

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
C++
36643 projects - #6 most used programming language
typescript
32286 projects
EJS
674 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to hexen-dll-injector

Conari
🧬 Platform for unmanaged memory, pe-modules, related PInvoke features, and more for: Libraries, Executable Modules, enjoy using of the unmanaged native C/C++ in .NET world, and other raw binary data …
Stars: ✭ 138 (+590%)
Mutual labels:  native, dll, binding
Aristois Legit
Full project files for aristois, Counter-Strike: Global Offensive cheat.
Stars: ✭ 110 (+450%)
Mutual labels:  dll, csgo, cheat
Osiris
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by Dear ImGui.
Stars: ✭ 1,851 (+9155%)
Mutual labels:  dll, csgo, cheat
gamesneeze
CS:GO cheat for linux with a basic gdb injector
Stars: ✭ 181 (+805%)
Mutual labels:  csgo, cheat, injector
singlefile
featured cs:go internal hack, one file and less than 1000 lines.
Stars: ✭ 47 (+135%)
Mutual labels:  dll, csgo, injector
Pcsgolh
PCSGOLH - Pointless Counter-Strike: Global Offensive Lua Hooks. A open-source Lua API for CS:GO hacking written in modern C++
Stars: ✭ 56 (+180%)
Mutual labels:  dll, csgo, cheat
VARGEN
Π‘heat for CS:GO. Based on Osiris - https://github.com/danielkrupinski/Osiris
Stars: ✭ 12 (-40%)
Mutual labels:  dll, csgo, cheat
Anubis
Free open-source training software / cheat for Counter-Strike: Global Offensive, written in C.
Stars: ✭ 81 (+305%)
Mutual labels:  dll, csgo, cheat
Nomercy
Open source anti cheat
Stars: ✭ 211 (+955%)
Mutual labels:  dll, cheat
webgl-raub
WebGL bindings to desktop OpenGL
Stars: ✭ 66 (+230%)
Mutual labels:  native, addon
Java-Memory-Manipulation
User friendly, Garbage-free, and cross-platform process, module and memory interfacing via the power of Java
Stars: ✭ 51 (+155%)
Mutual labels:  native, csgo
Goesp
Cross-platform streamproof ESP hack for Counter-Strike: Global Offensive, written in modern C++. Rendering and GUI powered by Dear ImGui.
Stars: ✭ 210 (+950%)
Mutual labels:  dll, csgo
Bacardi
Bacardi project is an effort to provide multi-language binding for Node.js native layer.
Stars: ✭ 115 (+475%)
Mutual labels:  native, addon
imgui-java
JNI based binding for Dear ImGui
Stars: ✭ 270 (+1250%)
Mutual labels:  native, binding
Vac Hooks
Hook WinAPI functions used by Valve Anti-Cheat. Log calls and intercept arguments & return values. DLL written in C.
Stars: ✭ 103 (+415%)
Mutual labels:  dll, csgo
ghostscript4js
Ghostscript4JS binds the Ghostscript C API to the Node.JS world.
Stars: ✭ 53 (+165%)
Mutual labels:  native, addon
Node Postal
NodeJS bindings to libpostal for fast international address parsing/normalization
Stars: ✭ 165 (+725%)
Mutual labels:  native, binding
pengWin
An external cheat for the Linux version of Counter-Strike Global Offensive
Stars: ✭ 28 (+40%)
Mutual labels:  csgo, cheat
le chiffre
CS:GO external cheat.
Stars: ✭ 227 (+1035%)
Mutual labels:  csgo, cheat
Dll hook Rs
Rust code to show how hooking in rust with a dll works.
Stars: ✭ 57 (+185%)
Mutual labels:  dll, cheat

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].