-
直接在内存运行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
-
This is a C Programming Document
这是一个C++编程文档-This is a C Programming Document
- 2022-01-26 06:57:18下载
- 积分:1
-
themselves prepared a 331 vc hope that the right
自己编写的一个vc的五子棋 希望对爱好vc编程的朋友有所帮助 也请高手多指教-themselves prepared a 331 vc hope that the right-loving friends vc programming also help enlighten more 19:56
- 2022-02-19 22:21:33下载
- 积分:1
-
这是一个基于网络游戏的结构,服务器
这是一款基于B/S结构的网络游戏,服务器端可以实现对客户端数据的控制,客户端实现游戏引擎,以及网络通信-This is a based on B/S structure of online games, server-side can be achieved on the control of client data, the client to achieve game engine, and network communication
- 2022-06-19 22:12:18下载
- 积分:1
-
omnet++ 节点传输
omnet中节点的简单传输,目前实现单向传输,后续添加双向传输。代码是C++实现的,运用OMNet++自带的模块,定义实现节点剪得通信
- 2023-01-06 10:30:04下载
- 积分:1
-
LabVIEW introductory tutorial, can let you in the shortest possible time to mast...
labview的入门教程,可以让你在最短时间内掌握labview的基础知识-LabVIEW introductory tutorial, can let you in the shortest possible time to master the basic knowledge of LabVIEW
- 2022-04-27 18:41:42下载
- 积分:1
-
火柴游戏 21根小火柴谁拿到最后一根则输
火柴游戏 21根小火柴谁拿到最后一根则输-Match 21 small game matches who will get a final losers
- 2022-04-30 10:16:22下载
- 积分:1
-
ADSP
ADSP-BF533Blackfin开关稳压器设计参考。要顶啊!-ADSP-BF533Blackfin switching regulator design. To顶啊!
- 2023-02-18 06:00:04下载
- 积分:1
-
The code used to calculate the band TVI values, the code from the operating proc...
该代码用于计算波段的TVI值,该代码来源于作业程序,属于实验程序-The code used to calculate the band TVI values, the code from the operating procedures, an experimental procedure
- 2022-07-10 21:49:25下载
- 积分:1
-
雷曼,经典动作小游戏的源码
雷曼,经典动作小游戏的源码-Lehman, a small classic games FOSS
- 2023-02-27 22:00:03下载
- 积分:1