geniiii / ripcord-audio-hook

Fixes Ripcord's voice chat functionality
MIT License
77 stars 4 forks source link

Do everything in the hijacked DLL #1

Closed geniiii closed 1 year ago

geniiii commented 1 year ago

I picked the wrong library to hijack; it gets freed by the program basically instantly. This means we have to build two DLLs for the time being.
winmm.dll might be a better pick for hijacking, though it'd bring in a ton of code, since you can't really forward its functions to another library's.

geniiii commented 1 year ago

Closed by 0ea7b3d8c08d5a21b6ac27bd7ec81cc476f1483a