摘要: PE基本结构 直接上代码解析pe头 #include <stdio.h>#include <Windows.h>//Dos 头int main(){ FILE *pFile = NULL; char * buffer; int nFileLength = 0; pFile = fopen("E:\\ 阅读全文
posted @ 2021-03-21 18:19 包子TT 阅读(133) 评论(0) 推荐(0)