KodyJKing / PauseOnLoad

A little DLL that pauses all threads until the user decides to proceed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A little DLL that pauses all threads until the user decides to proceed.

Intended to allow debuggers to attach to programs before early library loading and initialization. I use this to inject RenderDoc into games that need to be launched through Steam before they load D3D libraries.

Use with setdll.exe from MSDetours.

About

A little DLL that pauses all threads until the user decides to proceed.


Languages

Language:C++ 74.3%Language:C 25.7%