mirror of
https://gitgud.io/yuv420p10le/plexmediaserver_crack
synced 2025-12-30 22:20:28 +00:00
Oops.. fixed explicit hook on v8395.
This commit is contained in:
@@ -348,9 +348,9 @@ bool process_feature(const char* guid)
|
||||
return false;
|
||||
}
|
||||
|
||||
uint64_t hook_is_feature_available(uintptr_t user, const char* feature)
|
||||
uint64_t hook_is_feature_available(uintptr_t user, const char** feature)
|
||||
{
|
||||
if(process_feature(feature))
|
||||
if(process_feature(*feature))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -9,6 +9,6 @@ std::optional<std::tuple<uintptr_t, uintptr_t>> get_dottext_info();
|
||||
std::optional<uintptr_t> create_hook(uintptr_t from, uintptr_t to);
|
||||
std::optional<uintptr_t> sig_scan(const uintptr_t start, const uintptr_t end, std::string_view pattern);
|
||||
uintptr_t follow_call_rel32(const uintptr_t address);
|
||||
uint64_t hook_is_feature_available(uintptr_t rcx, const char* guid);
|
||||
uint64_t hook_is_feature_available(uintptr_t rcx, const char** guid);
|
||||
uint64_t* hook_map_find(uintptr_t* rcx, const char** str);
|
||||
void hook();
|
||||
|
||||
Reference in New Issue
Block a user