-
直接在内存运行PE
使用了PE加载技术、Hook技术用程序加载PE文件到内存并运行。当在内存中运行的程序,比如arp.EXE执行完之后就会退出,那结果是ExitProcess被调用,那将是我们主进程也结束,显然我们不希望这样。
处理办法:HOOK ExitProcess。问题来了,对MS的许多控制台程序,它们退出都是调用exit,所以如果HOOK ExitProcess, 那我们俩次在内存中运行arp.EXE之后就会死锁。所以对这类程序而言,不能H
OOK ExitProcess,只能HOOK msvcrt!exit。LOADER要加载一个EXE文件,这个EXE文件加载的地址是在0x400000。在我们LOADER的MAIN函数里面,这个地址已经被占用,而你是不能去Free这个地址
重新分布的,这样可能会导致程序崩溃,处理方法相见说明。
- 2022-01-21 18:51:40下载
- 积分:1
-
用MATLAB做的解方程的程序源程序及演示课件。
用MATLAB做的解方程的程序源程序及演示课件。-do with MATLAB solution to the equation and demonstrate procedures source courseware.
- 2022-05-21 21:53:24下载
- 积分:1
-
猜数字小游戏。游戏规则:随机产生4个数字,由玩家输入4个不重复的数字(如:8 3 1 2)按回车后电脑给出提示,其形式为"?A?B".你所输入的四位数中,位置和...
猜数字小游戏。游戏规则:随机产生4个数字,由玩家输入4个不重复的数字(如:8 3 1 2)按回车后电脑给出提示,其形式为"?A?B".你所输入的四位数中,位置和数字都正确则为A,数字相同但位置不相同时为B,你只可以猜10次,若你所用的次数小于纪录保持者,则为破纪录。-small game viewing. The rules of the game : randomly generated four figures from the importation of four players not to repeat the figures (eg : 8 3 1 2) by the transport after the computer is suggested, in the form of "A B." You have entered the four-digit, location and the correct figures for A, figures but with the location is not same as B, you can only guess 10 times, if you use less than the number of records, compared with the record.
- 2022-12-27 04:05:03下载
- 积分:1
-
Russian box, VC source code, the use of DirectX 8.1, a good learning DirectX cod...
俄罗斯方块, VC源代码, 使用DirectX 8.1, 学习DirectX的好代码.-Russian box, VC source code, the use of DirectX 8.1, a good learning DirectX code.
- 2022-10-26 23:30:03下载
- 积分:1
-
著名的安装制作软件InnoSetup的源码及示例源码
著名的安装制作软件InnoSetup的源码及示例源码-The installation of a well-known software s source code and sample InnoSetup source
- 2022-03-15 12:15:03下载
- 积分:1
-
In MATLAB does not draw a continuous COLORBAR, and easily adjust colors accordin...
在MATLAB中绘制不连续的COLORBAR,并方便根据自己喜好调节色彩-In MATLAB does not draw a continuous COLORBAR, and easily adjust colors according to their own preferences
- 2022-03-13 12:33:00下载
- 积分:1
-
台讯企业全站管理系统V2006
供下载时经过了严格的测试,但是这是一个复杂的程序,我们并不能保证程序没有BUG。
当然,如果您在使用本程序时发现了BUG...
台讯企业全站管理系统V2006
供下载时经过了严格的测试,但是这是一个复杂的程序,我们并不能保证程序没有BUG。
当然,如果您在使用本程序时发现了BUG和漏洞,请及时与我们联系。
本系统版权归HECHENn所有,您可以把这个程序应用于商业或者个人网站。
请不要修改程序的版权信息,也不要以任何形式发表所谓的修改版本。
admin/admin-Taiwan enterprises appear station management system available for downloading at V2006 after rigorous tests, But this is a complex process, we can not guarantee that procedures were not BUG. Of course, if you use this procedure and found a loophole BUG, please contact us promptly. HECHENn property of the system all, you can use the procedures used in commercial or personal websites. Please do not amend the copyright information, and not to any form of the so-called revised version. Admin/admin
- 2022-06-13 08:26:34下载
- 积分:1
-
最小和米!这是动态规划的实现!顶
最小M段和问题! 这个是用动态规划实现的! 自顶向下的备忘录方法实现的!-smallest and M! This is the realization of dynamic programming! Top-down approach to achieve the memorandum!
- 2022-05-06 01:29:30下载
- 积分:1
-
MIMO通信系统的解码范围
sphere decoding for MIMO communication system -sphere decoding for MIMO communication sy stem
- 2022-05-23 08:57:04下载
- 积分:1
-
GUILib的例子,和GUILib源码配套,欢迎品尝。
GUILib的例子,和GUILib源码配套,欢迎品尝。-GUILib examples and source matching GUILib welcome to enjoy.
- 2022-03-22 02:58:01下载
- 积分:1