mirror of
https://github.com/e9x/electron-injector.git
synced 2025-12-16 15:37:42 +01:00
19 lines
212 B
Markdown
19 lines
212 B
Markdown
|
|
# Client Injector
|
||
|
|
|
||
|
|
A web-based Asar preload injector.
|
||
|
|
|
||
|
|
## Features
|
||
|
|
|
||
|
|
- No .exe
|
||
|
|
- Simple
|
||
|
|
- Fast
|
||
|
|
|
||
|
|
## Quickstart
|
||
|
|
|
||
|
|
```sh
|
||
|
|
git clone https://github.com/e9x/client-injector
|
||
|
|
cd client-injector
|
||
|
|
npm install
|
||
|
|
npm run dev
|
||
|
|
```
|