You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ A header-only library for proxying DLLs with one function call:
6
6
### Features:
7
7
* No .masm or .def files required
8
8
* No project configuration required
9
-
* Built DLL can dynamically proxy any [supported DLL](https://github.com/techiew/UniversalProxyDLL/blob/master/README.md#supported-dlls) without rebuilding (just rename the DLL)
9
+
* Built DLL can dynamically proxy any [supported DLL](https://github.com/techiew/UniversalProxyDLL/tree/master#supported-dlls) without rebuilding (just rename the DLL)
10
10
* Set [callbacks](https://github.com/techiew/UniversalProxyDLL/blob/master/README.md#supported-dlls) for exported functions
11
11
* No race conditions (exported functions will wait for proxy creation)
12
12
* No [LoadLibrary calls](https://learn.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-best-practices) within DllMain
0 commit comments