Upload Project

This commit is contained in:
goduser 2025-10-23 09:15:12 +08:00
commit fe8c405b94
16 changed files with 1381 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#pragma once
#include <Windows.h>
#include <cstdio>
#include <string>
#include <vector>
std::uint8_t* sig(const HMODULE module, const std::string& byte_array);