lonkil 从某AutoRun中逆出来的,利用微软未公布的API,sfc_os.dll中的ordinal为5函数,关闭文件保护一分钟。在网上查了一下资料,C代码如下: [cpp] view plain copy print? //C code demo typedef DWORD(__stdcal Read More
posted @ 2016-10-03 06:35 findumars Views(304) Comments(0) Diggs(0)
(unresolved external symbol __endthreadex解决办法) 1、新建控制台程序: 2、添加源代码如下: [cpp] view plain copy print? #include <afx.h> #include <stdio.h> int main() { int Read More
posted @ 2016-10-03 06:34 findumars Views(2790) Comments(0) Diggs(0)
在upk 里挖坟得来,有兴趣查查这几个函数... [cpp] view plain copy print? #include "windows.h" #pragma comment(lib,"user32.lib") int main() { STARTUPINFO si; PROCESS_INFO Read More
posted @ 2016-10-03 06:33 findumars Views(3641) Comments(0) Diggs(0)
Description of CSeException CSeException class is based on CException class provided by MFC. I overwrite some of useful methods, but it is working sam Read More
posted @ 2016-10-03 06:32 findumars Views(596) Comments(0) Diggs(0)
一、非MFC程序可以用以下方法检测内存泄露: 1.程序开始包含如下定义: [cpp] view plain copy print? #ifdef _DEBUG #define DEBUG_CLIENTBLOCK new( _CLIENT_BLOCK, __FILE__, __LINE__) #els Read More
posted @ 2016-10-03 06:27 findumars Views(863) Comments(0) Diggs(0)