An open API service indexing awesome lists of open source software.

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

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