Skip to content

Commit 955b607

Browse files
authored
Update README.md
1 parent 5286de5 commit 955b607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A header-only library for proxying DLLs with one function call:
66
### Features:
77
* No .masm or .def files required
88
* 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)
1010
* Set [callbacks](https://github.com/techiew/UniversalProxyDLL/blob/master/README.md#supported-dlls) for exported functions
1111
* No race conditions (exported functions will wait for proxy creation)
1212
* No [LoadLibrary calls](https://learn.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-best-practices) within DllMain

0 commit comments

Comments
 (0)