Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 281 Bytes

File metadata and controls

4 lines (2 loc) · 281 Bytes

dll-proxy

Trivially embeddable library that adds exports for proxying to another DLL. Very useful for injection. You can "replace" a target DLL by putting your own DLL in a higher priority position on the search path and proxy usages of that DLL's functions to the real thing.