Added support for self-injection via winhttp.dll

This commit is contained in:
acidicoala
2025-09-22 22:47:53 +05:00
parent 8decbafb53
commit f5b8c0c89f
2 changed files with 31 additions and 22 deletions

View File

@@ -1,11 +1,11 @@
// ReSharper disable CppUnusedIncludeDirective
#include <koalabox/win.hpp>
#include "smoke_api/smoke_api.hpp"
// These headers will be populated at build time
#include "linker_exports_for_steam_api.h"
#include "linker_exports_for_version.h"
#include "linker_exports_for_winmm.h"
#include "linker_exports_for_windows_dlls.h"
DLL_MAIN(void* handle, const uint32_t reason, void*) {
if(reason == DLL_PROCESS_ATTACH) {