-
Minigof 迷你高尔夫游戏源代码(手机版)
Minigof 迷你高尔夫游戏源代码(手机版)-Minigof mini-golf game source code (mobile version)
- 2022-03-06 14:20:06下载
- 积分: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
-
cc++图像处理编程这本书的全部代码。分章节的
cc++图像处理编程这本书的全部代码。分章节的-All source code of the book:Image processing programming using C and C++,dispart in chapters.
- 2022-03-09 15:44:59下载
- 积分:1
-
工具:visual studio 2005
里面有说明文件。
工具:visual studio 2005
里面有说明文件。-tools : visual studio 2005 with a note.
- 2022-04-07 01:11:52下载
- 积分:1
-
directx9.0 do with a 3D tank game, the most important is adding an advanced phys...
用directx9.0做的一个3D坦克游戏,最主要的地方是加进了先进的物理碰撞检测-directx9.0 do with a 3D tank game, the most important is adding an advanced physics Collision Detection
- 2022-03-24 14:48:39下载
- 积分:1
-
动态计算网络最长最短路线
动态计算网络最长最短路线-dynamic computing network longest shortest route
- 2022-01-24 18:53:49下载
- 积分:1
-
the easyest snake game with mfc for newer
the easyest snake game with mfc for newer
- 2022-04-26 20:27:54下载
- 积分:1
-
Tsinghua University, 2009 edition of Information Theory and Coding Courseware (p...
清华大学 2009版 信息论与编码 教学课件(ppt格式),包括各章习题解答,复习,和教学日历(ppt格式)。学校内部使用的-Tsinghua University, 2009 edition of Information Theory and Coding Courseware (ppt format), including the chapters Exercise answers, review, and teaching calendar (ppt format). Schools internal use ~ ~
- 2023-08-11 18:05:04下载
- 积分:1
-
PKU ACM 1002 的源码,鉴于本人初学编程,水平不高,代码质量不敢保证...
PKU ACM 1002 的源码,鉴于本人初学编程,水平不高,代码质量不敢保证-PKU ACM 1002 source code, Since I am learning programming, the level is not high, the quality of the code is no guarantee
- 2022-02-01 00:39:23下载
- 积分:1
-
很经典的100个C源程序,很值得一看. 我刚好发现了.
很经典的100个C源程序,很值得一看. 我刚好发现了.-classic of 100 C source, it is worth looking at. I just discovered.
- 2022-02-04 18:29:12下载
- 积分:1