UNICODE_STRING str = RTL_CONSTANT_STRING(L"KeAttachProcess");
DbgPrint("misaka: %x\r\n", (ULONG)MmGetSystemRoutineAddress(&str));
結果輸出 3f5e530 看結果應該是在進程空間內?
UNICODE_STRING str = RTL_CONSTANT_STRING(L"KeAttachProcess");
DbgPrint("misaka: %x\r\n", (ULONG)MmGetSystemRoutineAddress(&str));
結果輸出 3f5e530 看結果應該是在進程空間內?