-
National Electronic Design Contest
全国电子设计大赛相关的需要注意的培训内容!这是2007年我们老师给我们讲的一些东西!-National Electronic Design Contest-related training need to pay attention! This is a teacher in 2007 told us something!
- 2022-04-25 02:30:53下载
- 积分: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
-
python的学习笔记
很赞的说,深入浅出,我爱python
python的学习笔记
很赞的说,深入浅出,我爱python-learning python is Chan notes that in layman
- 2022-12-19 17:40:04下载
- 积分:1
-
msp430日历系统实现。可进行时间调节。
msp430日历系统实现。可进行时间调节。-MSP430 calendar system. Time adjustment can be carried out.
- 2022-03-06 05:54:15下载
- 积分:1
-
Huawei
关于华为智能网技术介绍,可以了解智能网发展的过程,含有部分华为产品的介绍,请大家-Huawei
- 2022-01-21 18:33:28下载
- 积分:1
-
application of the theory in vc prepare an environmental figures recognition sof...
应用hopfield网络的理论在vc环境下编写一个数字识别软件-application of the theory in vc prepare an environmental figures recognition software
- 2022-01-22 11:36:38下载
- 积分:1
-
非常好的汉字转换为GB和Unicode工具
非常好的汉字转换为GB和Unicode工具-very good conversion of Chinese characters and Unicode tools GB
- 2022-03-31 22:17:13下载
- 积分:1
-
主要是讲如何使用Vc++来制作界面,以及与数据库连接和网络编程...
主要是讲如何使用Vc++来制作界面,以及与数据库连接和网络编程-Mainly stress how to use Vc++ To create interfaces, and database connectivity and network programming
- 2022-04-25 11:54:47下载
- 积分:1
-
first boundary conditions cubic spline interpolation function and the derivative
第一种边界条件的三次样条函数插值与微商-first boundary conditions cubic spline interpolation function and the derivative
- 2022-02-13 07:48:42下载
- 积分:1
-
利用Visual Basic编写的小程序,一款模拟贪吃蛇的小游戏。
利用Visual Basic编写的小程序,一款模拟贪吃蛇的小游戏。-The use of Visual Basic procedures for the preparation of a small, a simulation game of Snake.
- 2022-07-25 05:24:47下载
- 积分:1