WriteFile() API 钩取

2021-05-22 21:31

阅读:542

OnCreateProcessDebugEvent函数:  

   void *memcpy(void *to, const void *from, size_t count)

  函数memcpy()从from指向的数组向to指向的数组复制count个字符。

OnExceptionDebugEvent函数:  

  typedef struct _EXCEPTION_RECORD {
  DWORD ExceptionCode;
  DWORD ExceptionFlags;
  struct _EXCEPTION_RECORD *ExceptionRecord;
  PVOID ExceptionAddress;
  DWORD NumberParameters;
  ULONG_PTR ExceptionInformation[EXCEPTION_MAXIMUM_PARAMETERS];
  } EXCEPTION_RECORD;

上一篇:c#反射

下一篇:Windows禅道环境部署


评论


亲,登录后才可以留言!