-
-
Notifications
You must be signed in to change notification settings - Fork 402
Open
Description
While testing, I noticed reading a process memory using Kernel-Bridge is slower than a small driver I wrote.
I checked and it seems KB is mapping MDLs and then copies the memory. While all I need is using a Method_Out_Direct to get a kernel-address space buffer and attach to target process stack, Copy memory and detach.
I wonder if such a thing or something close is possible in KB?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels