Skip to content

szolowicz/linux-injector

Repository files navigation

linux-injector

Shared object injector made with Electron, Vue, TypeScript and Shell script.
It is functional, handy, fast, pretty, modern and easy-to-use.

Overview

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.

It was made using:

Screenshots

*click for larger size*

linux-injector

Prerequisites to build

Prerequisites to run

  • Linux 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/Lumm1t/linux-injector.git
cd linux-injector/
yarn # or npm install
yarn dev # or npm run dev

Building executable

yarn build # or npm run build

Contributing

Just contribute!

License

This project is licensed under the MIT License.