We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2147112 commit 8d5410fCopy full SHA for 8d5410f
README.md
@@ -67,7 +67,7 @@ auto InjectA = (f_InjectA)GetProcAddress(hInjectionMod, "InjectA");
67
auto GetSymbolState = (f_GetSymbolState)GetProcAddress(hInjectionMod, "GetSymbolState");
68
auto GetImportState = (f_GetSymbolState)GetProcAddress(hInjectionMod, "GetImportState");
69
auto StartDownload = (f_StartDownload)GetProcAddress(hInjectionMod, "StartDownload");
70
-auto GetDownloadProgressEx = (f_GetDownloadProgress)GetProcAddress(hInjectionMod, "GetDownloadProgressEx");
+auto GetDownloadProgressEx = (f_GetDownloadProgressEx)GetProcAddress(hInjectionMod, "GetDownloadProgressEx");
71
72
StartDownload();
73
0 commit comments