摘要: Windows内核分析索引目录:https://www.cnblogs.com/onetrainee/p/11675224.html PE文件 1. DOS头文件 DOS中 typedef struct _IMAGE_DOS_HEADER { // DOS .EXE header WORD e_ma 阅读全文
posted @ 2020-04-06 21:42 OneTrainee 阅读(1123) 评论(0) 推荐(1)
摘要: Windows内核分析索引目录:https://www.cnblogs.com/onetrainee/p/11675224.html 消息机制 1.最基本的窗口创建 #include <windows.h> LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, L 阅读全文
posted @ 2020-04-06 14:46 OneTrainee 阅读(458) 评论(0) 推荐(0)