mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-24 13:32:51 -05:00
Added support for self-injection via winhttp.dll
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user