feat mdl memcopy and close MmverifyFlags

This commit is contained in:
2026-06-11 15:22:28 +08:00
parent feeab2f00f
commit 91a213d460
2 changed files with 108 additions and 2 deletions
+4 -1
View File
@@ -3,7 +3,6 @@
namespace kernel_function
{
typedef enum _SYSTEM_INFORMATION_CLASS {
SystemBasicInformation = 0,
SystemPerformanceInformation = 2,
@@ -43,7 +42,11 @@ namespace kernel_function
auto GetKernelModule(CONST CHAR* Module)->uintptr_t;
auto MmMDLPagesCopy(IN PVOID Address, PVOID Buff, SIZE_T Size, BYTE Type, CHAR AccessMode)->NTSTATUS;
auto GetMmverifyCallBackFlags()->uintptr_t;
auto Mack_MmVerifyCallBackFlags(BYTE** orgin_byte)->BOOL;
auto Orgin_MmVerifyCallBackFlags(BYTE* orgin_byte)->BOOL;
}