2 Commits

Author SHA1 Message Date
  c0dycode 8b47141b2b Stop tracking these files 4 years ago
  c0dycode 55f37e153b Init Minhook earlier 4 years ago
10 changed files with 11 additions and 50 deletions
Split View
  1. BIN
      .vs/BL3ProxySettings/v16/Solution.VC.db
  2. BIN
      .vs/BL3ProxySettings/v16/ipch/AutoPCH/fafe9dce735647df/BL3PROXYSETTINGS.ipch
  3. +11
    -9
      BL3ProxySettings.cpp
  4. BIN
      x64/Release/BL3ProxySettings.dll
  5. BIN
      x64/Release/BL3ProxySettings.lib
  6. +0
    -41
      x64/Release/BL3ProxySettings.log
  7. BIN
      x64/Release/BL3ProxySettings.obj
  8. BIN
      x64/Release/BL3ProxySettings.tlog/BL3ProxySettings.write.1u.tlog
  9. BIN
      x64/Release/BL3ProxySettings.tlog/clang-cl.delete.1.tlog
  10. BIN
      x64/Release/BL3ProxySettings.tlog/lld-link.delete.1.tlog

BIN
.vs/BL3ProxySettings/v16/Solution.VC.db View File


BIN
.vs/BL3ProxySettings/v16/ipch/AutoPCH/fafe9dce735647df/BL3PROXYSETTINGS.ipch View File


+ 11
- 9
BL3ProxySettings.cpp View File

@@ -473,7 +473,7 @@ public:
int32_t Max;
};

struct FString : private TArray<wchar_t>
struct FString : TArray<wchar_t>
{
inline FString()
{
@@ -1323,6 +1323,15 @@ DWORD WINAPI MainThread(LPVOID param)
atexit(callAtExit);
GetModuleHandleEx(GET_MODULE_HANDLE_EX_FLAG_PIN, L"BL3ProxySettings.dll", &forRefCount);

MH_STATUS status;
status = MH_Initialize();
while (status == MH_ERROR_NOT_INITIALIZED) {
Sleep(200);
status = MH_Initialize();
if (status == MH_ERROR_ALREADY_INITIALIZED)
break;
}

while (!oMalloc)
oMalloc = (tMalloc)PatternScan::FindSignature(NULL, mallocPattern.crypt_get());
while (!oRealloc)
@@ -1397,14 +1406,7 @@ DWORD WINAPI MainThread(LPVOID param)
}
oDoThing = (tDoThing)dothingAddress;*/

MH_STATUS status;
status = MH_Initialize();
while (status == MH_ERROR_NOT_INITIALIZED) {
Sleep(200);
status = MH_Initialize();
if (status == MH_ERROR_ALREADY_INITIALIZED)
break;
}
/*while (MH_CreateHookEx((LPVOID)fsparkmanagerctor, &hkFSparkManagerCtor, &oFSparkManagerCtor) != MH_OK)
Sleep(200);*/
while (MH_CreateHookEx((LPVOID)curl_easy_init, &hkCurl_Easy_Init, &oCurl_Easy_Init) != MH_OK)


BIN
x64/Release/BL3ProxySettings.dll View File


BIN
x64/Release/BL3ProxySettings.lib View File


+ 0
- 41
x64/Release/BL3ProxySettings.log View File

@@ -1,41 +0,0 @@
 In file included from BL3ProxySettings.cpp:24:
./include/patternscan.hpp(641,24): warning : multi-character character constant [-Wmultichar]
In file included from BL3ProxySettings.cpp:36:
./include/easywsclient.cpp(98,50): warning : format specifies type 'char *' but the argument has type 'WCHAR *' (aka 'wchar_t *') [-Wformat]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\WS2tcpip.h(670,24): message : expanded from macro 'gai_strerror'
In file included from BL3ProxySettings.cpp:36:
./include/easywsclient.cpp(563,18): warning : 'sscanf' is deprecated: This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt\stdio.h(2239,20): message : 'sscanf' has been explicitly marked deprecated here
I:\Microsoft VisualStudio 2019\VC\Tools\MSVC\14.28.29910\include\vcruntime.h(320,55): message : expanded from macro '_CRT_INSECURE_DEPRECATE'
I:\Microsoft VisualStudio 2019\VC\Tools\MSVC\14.28.29910\include\vcruntime.h(310,47): message : expanded from macro '_CRT_DEPRECATE_TEXT'
In file included from BL3ProxySettings.cpp:36:
./include/easywsclient.cpp(566,18): warning : 'sscanf' is deprecated: This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt\stdio.h(2239,20): message : 'sscanf' has been explicitly marked deprecated here
I:\Microsoft VisualStudio 2019\VC\Tools\MSVC\14.28.29910\include\vcruntime.h(320,55): message : expanded from macro '_CRT_INSECURE_DEPRECATE'
I:\Microsoft VisualStudio 2019\VC\Tools\MSVC\14.28.29910\include\vcruntime.h(310,47): message : expanded from macro '_CRT_DEPRECATE_TEXT'
In file included from BL3ProxySettings.cpp:36:
./include/easywsclient.cpp(570,18): warning : 'sscanf' is deprecated: This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt\stdio.h(2239,20): message : 'sscanf' has been explicitly marked deprecated here
I:\Microsoft VisualStudio 2019\VC\Tools\MSVC\14.28.29910\include\vcruntime.h(320,55): message : expanded from macro '_CRT_INSECURE_DEPRECATE'
I:\Microsoft VisualStudio 2019\VC\Tools\MSVC\14.28.29910\include\vcruntime.h(310,47): message : expanded from macro '_CRT_DEPRECATE_TEXT'
In file included from BL3ProxySettings.cpp:36:
./include/easywsclient.cpp(574,18): warning : 'sscanf' is deprecated: This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt\stdio.h(2239,20): message : 'sscanf' has been explicitly marked deprecated here
I:\Microsoft VisualStudio 2019\VC\Tools\MSVC\14.28.29910\include\vcruntime.h(320,55): message : expanded from macro '_CRT_INSECURE_DEPRECATE'
I:\Microsoft VisualStudio 2019\VC\Tools\MSVC\14.28.29910\include\vcruntime.h(310,47): message : expanded from macro '_CRT_DEPRECATE_TEXT'
In file included from BL3ProxySettings.cpp:36:
./include/easywsclient.cpp(641,17): warning : 'sscanf' is deprecated: This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt\stdio.h(2239,20): message : 'sscanf' has been explicitly marked deprecated here
I:\Microsoft VisualStudio 2019\VC\Tools\MSVC\14.28.29910\include\vcruntime.h(320,55): message : expanded from macro '_CRT_INSECURE_DEPRECATE'
I:\Microsoft VisualStudio 2019\VC\Tools\MSVC\14.28.29910\include\vcruntime.h(310,47): message : expanded from macro '_CRT_DEPRECATE_TEXT'
BL3ProxySettings.cpp(124,1): warning : typedef requires a name [-Wmissing-declarations]
BL3ProxySettings.cpp(188,1): warning : typedef requires a name [-Wmissing-declarations]
BL3ProxySettings.cpp(464,2): warning : class 'TArray' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
BL3ProxySettings.cpp(227,8): message : previous use is here
BL3ProxySettings.cpp(895,12): warning : unused variable 'replaceMode' [-Wunused-variable]
BL3ProxySettings.cpp(1153,49): warning : implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
BL3ProxySettings.cpp(1156,54): warning : implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
BL3ProxySettings.cpp(1159,55): warning : implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
BL3ProxySettings.cpp(1162,52): warning : implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
BL3ProxySettings.cpp(1165,53): warning : implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
BL3ProxySettings.vcxproj -> F:\Programmieren\C++\BL3\BL3ProxySettings\x64\Release\BL3ProxySettings.dll

BIN
x64/Release/BL3ProxySettings.obj View File


BIN
x64/Release/BL3ProxySettings.tlog/BL3ProxySettings.write.1u.tlog View File


BIN
x64/Release/BL3ProxySettings.tlog/clang-cl.delete.1.tlog View File


BIN
x64/Release/BL3ProxySettings.tlog/lld-link.delete.1.tlog View File


Loading…
Cancel
Save