mirror of
https://gitgud.io/yuv420p10le/plexmediaserver_crack
synced 2025-07-04 16:34:47 +00:00
10 lines
285 B
C++
10 lines
285 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
#include <string>
|
|
|
|
bool get_dottext_info(uintptr_t& start, uintptr_t& end);
|
|
uintptr_t sig_scan(const uintptr_t start, const uintptr_t end, std::string_view pattern);
|
|
uint64_t hook_is_feature_available(uintptr_t user, const char* feature);
|
|
void hook();
|