摘要: APIHook64Class.h APIHook64Class.cpp 阅读全文
posted @ 2018-04-07 18:58 BiaoGe 阅读(1651) 评论(0) 推荐(0) 编辑
摘要: IATHookClass.h IATHookClass.cpp 阅读全文
posted @ 2018-04-07 18:54 BiaoGe 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 5 using namespace std; 6 7 /* 8 APC注入条件: 9 目标线程处于可唤醒状态 10 如使用以下API时就处于可唤醒状态 11 SleepEx, SignalObjectAndWait, WaitForSingle... 阅读全文
posted @ 2018-04-07 16:08 BiaoGe 阅读(212) 评论(0) 推荐(0) 编辑