Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 670 Bytes

File metadata and controls

20 lines (12 loc) · 670 Bytes

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

  1. git clone https://github.com/slavcp/enject.git
  2. cd enject
  3. cargo build (or run)

wtf is an enjector