https://github.com/slavcp/enject
x64 electron injector that intercepts the WNDPROC to fix a bug in chromium
https://github.com/slavcp/enject
electron injector krunker
Last synced: 11 months ago
JSON representation
x64 electron injector that intercepts the WNDPROC to fix a bug in chromium
- Host: GitHub
- URL: https://github.com/slavcp/enject
- Owner: slavcp
- License: gpl-3.0
- Created: 2025-03-04T09:44:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-27T16:28:37.000Z (12 months ago)
- Last Synced: 2025-06-27T17:36:40.303Z (12 months ago)
- Topics: electron, injector, krunker
- Language: Rust
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# enject
x64 electron injector that intercepts the WNDPROC to fix a bug in chromium
## the bug
in chromium versions past ~97 holding and dragging the cursor freezes any current websocket connection if running with the flag `--disable-frame-rate-limit`
as of chromium 135 i am unsure if it still behaves properly
(it partially broke in my other project. I instead opted to just rebinding left click to f20 inside the dll and making that shoot)
## build
prerequisites: [Rust + Cargo](https://doc.rust-lang.org/stable/cargo/getting-started/installation.html)
1. git clone https://github.com/slavcp/enject.git
1. cd enject
1. cargo build (or run)
wtf is an enjector