哪吒机器人提醒:

提醒:我的杂事本
【标题】什么是专业SSDT的hook函数呢?这个就是了~
【摘要】 typedef struct _fltcall_context{ ulong regedi; ulong regesi; ulong regebp; ulong regesp; ulong regebx; ulong regedx; ulong regecx; ulong regeax; ulong regeflag; ulong regorgesp; ulong regeip;}fltcall_context,*pfltcall_context;typedef struct _fltcall_node{ ulong32 prefilter; ulong32 postfilter; ulong32 espadd;}fltcall_node,*pfltcall_node;pfltcall_node *pflttable_ssdt;#define flt_status_notproc 0xee00000ulong32 __stdcall flthandler_... (02-06 19:25)