x64 electron injector that intercepts the WNDPROC to fix a bug in chromium
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)
prerequisites: Rust + Cargo
- git clone https://github.com/slavcp/enject.git
- cd enject
- cargo build (or run)
wtf is an enjector