-
一个保护眼睛的程序
一个保护眼睛的程序-one eye protection procedures
- 2022-01-26 03:16:55下载
- 积分:1
-
DShow编写的俄罗斯方块的源代码,非常漂亮
DShow编写的俄罗斯方块的源代码,非常漂亮-DShow sheet prepared by the Russian source, very beautiful
- 2022-07-12 01:08:56下载
- 积分:1
-
手动脱壳入门第三篇ASPACK 1.08.chm
手动脱壳入门第三篇ASPACK 1.08.chm
- 2023-04-18 12:15:03下载
- 积分:1
-
直接在内存运行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
-
人机对弈,互取火柴。取最后一根者输。每次至少取一根,最多取4跟。如果人先取则人必输。如果机先取,则机器等待人出错。否则人胜。...
人机对弈,互取火柴。取最后一根者输。每次至少取一根,最多取4跟。如果人先取则人必输。如果机先取,则机器等待人出错。否则人胜。-Human-computer game, and take matches. The last one loses. Check at least one of each, with up to 4 check. If the person is who will get lost. If the machine to check, then wait for others to machine error. Otherwise, people win.
- 2022-02-07 14:11:00下载
- 积分:1
-
RPG游戏道具编辑器源代码,可以用于编辑RPG游戏的道具,供大家学习如何制作RPG游戏的道具工具...
RPG游戏道具编辑器源代码,可以用于编辑RPG游戏的道具,供大家学习如何制作RPG游戏的道具工具-RPG game props editor source code, can be used for editing RPG game props, for everyone to learn how to produce RPG game props tools
- 2022-03-26 00:36:54下载
- 积分:1
-
VC+++课程设计程序加论文++源代码有注释
VC+++课程设计程序加论文++源代码有注释-VC+++ processes in curriculum design papers++ source code annotated
- 2022-05-23 07:19:27下载
- 积分:1
-
实用的DOS系统工程,深入讲解DOS的操作过程
实用的DOS程序,包含细致入微的讲解,循序渐进的深入,让你成为DOS高手...
实用的DOS系统工程,深入讲解DOS的操作过程
实用的DOS程序,包含细致入微的讲解,循序渐进的深入,让你成为DOS高手
-DOS practical engineering, in-depth course on the operation of DOS" s DOS utility program, included on the meticulous, step-by-step in depth, so that you become a master DOS
- 2022-05-25 19:56:51下载
- 积分:1
-
DS18B20 digital thermometer in the use of the single bus DS18B20 Temperature Sen...
DS18B20在数字温度计中的使用
DS18B20的单总线的温度传感器-DS18B20 digital thermometer in the use of the single bus DS18B20 Temperature Sensor
- 2022-08-17 18:52:41下载
- 积分:1
-
对平稳时间序列中的参数估计方法(包括矩估计,极大似然估计)和预测方法(包括差分方程预测方法,逆函数预测方法,格林函数预测方法)应用matlab进行编程,大家可以...
对平稳时间序列中的参数估计方法(包括矩估计,极大似然估计)和预测方法(包括差分方程预测方法,逆函数预测方法,格林函数预测方法)应用matlab进行编程,大家可以方便使用-For stationary time series in the parameter estimation methods (including moment estimation, maximum likelihood estimation) and forecasting methods (including the difference equation forecasting methods, inverse function of forecasting methods, Green s function prediction method) Application matlab program, we can easily use
- 2022-02-09 15:40:28下载
- 积分:1