Skip to content

slavcp/enject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

x64 electron injector that intercepts the WNDPROC to fix a bug in chromium

Topics

Resources

License

Stars

Watchers

Forks

Languages