-
直接在内存运行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
-
Small football games, complete code can freely use perspective .. QUAKE2 to writ...
小足球游戏,代码齐全可以自由视角..利用QUAKE2来写的,非常适合初级游戏开发者学习和研究.-Small football games, complete code can freely use perspective .. QUAKE2 to write, and very suitable for the primary game developers to learn and research.
- 2022-01-22 10:48:21下载
- 积分:1
-
按键精灵v2.10
很老的一个版本,大家试试看,
按键精灵v2.10
很老的一个版本,大家试试看,-Wizard v2.10 keys, a very old version, U.S. Try
- 2023-02-21 00:25:03下载
- 积分:1
-
决定你一生成就的21个信念,决定你一生成就的21个信念决 定你一生成就的21个信念....
决定你一生成就的21个信念,决定你一生成就的21个信念决 定你一生成就的21个信念.-decision of your life achievements 21 convictions, deciding your lifetime achievements of the 21 convictions decision achievements of your life 21 convictions decision achievements of your life 21 convictions.
- 2022-02-05 11:02:28下载
- 积分:1
-
本文提供了英文公式的标准读法,对于参加国际学术会议交流具有很好的参考作用
本文提供了英文公式的标准读法,对于参加国际学术会议交流具有很好的参考作用-This article provides a formula for the standard reading of English law, to participate in international academic conferences for the exchange of a good reference
- 2022-05-05 19:58:24下载
- 积分:1
-
A full source code of housing agency web site,it can be used after decompression...
一个房产中介网站的代码,解压缩后即可使用-A full source code of housing agency web site,it can be used after decompression.
- 2022-10-11 04:55:03下载
- 积分:1
-
Group还对Microsoft Dynamics AX与微软技术的紧密集成深感欣慰,因为这意味着可以轻松使用和拥有人们所熟悉的微软产品的外观和体验,降低了培训...
Group还对Microsoft Dynamics AX与微软技术的紧密集成深感欣慰,因为这意味着可以轻松使用和拥有人们所熟悉的微软产品的外观和体验,降低了培训成本。 Microsoft Dynamics AX的实施过程与在Windows服务器上实施其他微软程序包的过程十分相似-Group is also on the Microsoft Dynamics AX with Microsoft technology and tightly integrated, very pleased, because it means that can easily use and possession of people are familiar with the appearance of Microsoft products and experience, reducing training costs. Microsoft Dynamics AX implementation process and in the Windows server implementation of other Microsoft packages is very similar to the process of
- 2022-02-03 03:15:49下载
- 积分:1
-
俄罗斯方块,和平时玩的一样的,打开后里面有说明怎样的玩法...
俄罗斯方块,和平时玩的一样的,打开后里面有说明怎样的玩法-Russian box, and usually play the same, and opened there on what" s playing
- 2022-10-20 09:35:04下载
- 积分:1
-
点阵字模工具示例
点阵字模工具示例-example
- 2022-07-01 02:28:23下载
- 积分:1
-
thesis I used some of the pretreatment process, a lot of procedures are prepared...
我论文里用到的预处理的一些程序,很多程序都是我自己编写的,有用的可以一起讨论-thesis I used some of the pretreatment process, a lot of procedures are prepared by myself, can be useful to discuss
- 2022-11-23 16:25:03下载
- 积分:1