Upload Project
This commit is contained in:
commit
fe8c405b94
16 changed files with 1381 additions and 0 deletions
7
InstantReplayUnlock/scanner.h
Normal file
7
InstantReplayUnlock/scanner.h
Normal 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue