HyperDbg Debugger
Loading...
Searching...
No Matches
packets.h
Go to the documentation of this file.
1
12#pragma once
13
15// Functions //
17
18VOID
20
21DWORD WINAPI
22IrpBasedBufferThread(void * data);
unsigned long DWORD
Definition BasicTypes.h:38
DWORD WINAPI IrpBasedBufferThread(void *data)
Create a thread for pending buffers.
Definition packets.cpp:337
VOID ReadIrpBasedBuffer()
Read kernel buffers using IRP Pending.
Definition packets.cpp:32