|
|
|
|
|
by Const-me
1794 days ago
|
|
See this answer for slightly more info https://stackoverflow.com/a/54855964/126995 Just don’t use `LoadLibraryA` like the OP, that API is only there for compatibility with software written for Windows 95/98/Me. Use UTF-16 encoding for the path instead, and `LoadLibraryW` function for the remote thread address. |
|