linux-injector is the first public shared object injector written with Node. I decided to combine power of Vue and Electron with Shell script, so I created this tool. I tried to keep code clean and bug-free. It is made mostly for CS:GO players who use internal cheats (yes, it is undetected). Feel free to contribute and use this code in your open-source projects.
- Linux 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/Lumm1t/linux-injector.git
cd linux-injector/
yarn # or npm install
yarn dev # or npm run dev
yarn build # or npm run build
Just contribute!