进程启动时主线程创建过程分析
摘要:VS2013编译以下代码: #include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { int test = 1; test = 2; return 0; } 使用CFF Explorer或者PEID打开编译后生成的exe文件,查看imageBase和OEP,如下所示: OEP:...
阅读全文
posted @ 2016-09-17 00:50
posted @ 2016-09-17 00:50