feat get_hmodule_expotr_func

This commit is contained in:
2026-06-23 13:15:34 +08:00
parent afc667b1da
commit 60884491e7
2 changed files with 33 additions and 0 deletions
+4
View File
@@ -3,6 +3,9 @@
namespace utils
{
EXTERN_C NTKERNELAPI PVOID PsGetProcessWow64Process(IN PEPROCESS Process);
EXTERN_C NTKERNELAPI PVOID PsGetProcessPeb(IN PEPROCESS Process);
auto GetVersion() -> OSVERSIONINFOW;
auto FindSectionsCode(unsigned long long Base, const char* pattern, const char* mask, const char* name) -> ULONG64;
@@ -11,4 +14,5 @@ namespace utils
auto get_beep_trampoline_ptr()->uintptr_t;
auto get_hmodule_expotr_func(void* modulebase, const char* func_name)->uintptr_t;
}