NVShadowPlayUnlock/InstantReplayUnlock/scanner.h

7 lines
160 B
C
Raw Permalink Normal View History

2025-10-23 09:15:12 +08:00
#pragma once
#include <Windows.h>
#include <cstdio>
#include <string>
#include <vector>
std::uint8_t* sig(const HMODULE module, const std::string& byte_array);