PeClean.h
资源名称:PEClean.rar [点击查看]
上传用户:kuaidait
上传日期:2013-03-31
资源大小:4k
文件大小:0k
源码类别:
文件操作
开发平台:
C/C++
- #ifndef __PE_CLEAN_H_
- #define __PE_CLEAN_H_
- #include <windows.h>
- #include <stdio.h>
- #include <commctrl.h>
- #include "resource.h"
- #pragma comment(linker, "/subsystem:windows")
- #pragma comment(lib, "comctl32.lib")
- HINSTANCE hInst;
- HWND hWnd;
- HICON hIcon;
- char szFileName[MAX_PATH];
- IMAGE_NT_HEADERS32 *peHeader;
- #endif //__PE_CLEAN_H_