Files
2026-06-13 23:47:04 +02:00

10 lines
244 B
C++

#pragma once
#include <windows.h>
#include <vector>
#include <cstdint>
#include <iostream>
namespace Module_Stomping {
bool PatchSectionAndExecute(LPCWSTR dllPath, const std::vector<uint8_t>& shellcode);
} // namespace Module_Stomping