摘要:p - stept - tracepa - step to addressta - trace to addresspc - step to next calltc - trace to next calltb - trace to next branch (只适用于内核调试)pt - step to next returntt - trace to next returnph - step to...
阅读全文
摘要:return OpenProcess(PROCESS_ALL_ACCESS,TRUE,(DWORD)processID);
阅读全文
摘要:#include class ZWindow;ZWindow* g_pWnd = NULL;#pragma pack(push,1)struct _WndProcThunk{ DWORD m_mov; // mov dword ptr [esp+0x4], pThis (esp+0x4 is hWnd) DWORD m_this; BYTE ...
阅读全文
摘要:网上大多数共享软件的注册码(又称为序列号)的设计都不是很好,比较容易被破解者做出注册机来。下面介绍一种利用公钥算法(又称为非对称算法)RSA制作注册码的方法。采用这种方法,不知道密钥的话时很难写出注册机来。实际上有部分软件已经使用了这类方法。 大家都知道RSA采用一对密钥,即公钥和私钥,从公钥难于推出私钥,反之亦然,这个难度是基于大数分解的难度。利用RSA生成共享软件注册码的思路如下:1、先随机生...
阅读全文
摘要:如果用ServerXMLHTTP(SXH)对象向另一个ASP页面或者Internet资源发起HTTP请求,建议设置一下超时限制。 既可以异步提交这种HTTP请求,也可以通过同步操作时调用setTimeouts方法做到这一点。 ...
阅读全文
摘要:In the grand tradition of "sin in haste, repent at leisure," thousands of Windows applications have been built that don't expose an object model. So you can't instantiate instances and control their b...
阅读全文
摘要:http://support.microsoft.com/default.aspx?scid=kb;en-us;173974 SUMMARY When creating an ATL EXE project using the AppWizard, the MFC support check box is disabled. This article explains how to ad...
阅读全文