-
关于PYTHON编成语言的最新中文翻译书,有大量的代码,还增加讲解最新的功能...
关于PYTHON编成语言的最新中文翻译书,有大量的代码,还增加讲解最新的功能-About PYTHON compiled the latest English language translation of the book, there are a lot of code, but also on the latest features to increase
- 2022-03-04 02:00:21下载
- 积分:1
-
Made a small program, mainly in order to verify the structure stored in ini file...
作了个小程序,主要是为了验证将结构体存储到ini文件中去到底是怎么回事,没有弄明白的是为什么结构体中不能包含CString类-Made a small program, mainly in order to verify the structure stored in ini files in the end to how the matter is not understood why the structure can not contain CString Class
- 2022-05-28 12:34:48下载
- 积分: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
-
关于SVM学习的两个ppt。内容通俗易懂,适合初学者看看,供大家参考。...
关于SVM学习的两个ppt。内容通俗易懂,适合初学者看看,供大家参考。-On the SVM learning 2 ppt. The contents of user-friendly, suitable for beginners look for your reference.
- 2022-04-22 08:32:14下载
- 积分:1
-
PB do with a small library management system without the installation procedure...
用PB做的一个小型图书管理系统 无安装程序ASA数据库-PB do with a small library management system without the installation procedure ASA databases
- 2022-05-23 11:31:14下载
- 积分:1
-
经典的俄罗斯方块游戏,界面简洁,不用图片,完全自画,快捷键操作,简单...
经典的俄罗斯方块游戏,界面简洁,不用图片,完全自画,快捷键操作,简单-classic game of the Russian box, the interface is simple and no photographs, completely self-portraits, the keyboard operation, a simple
- 2022-08-15 23:34:13下载
- 积分:1
-
Chinese chess source code can be difficult to set up and support two players, su...
中国象棋源代码,可以设置难度,支持两人对弈,可作为设计此类游戏的参考-Chinese chess source code can be difficult to set up and support two players, such as game design reference
- 2022-04-13 00:38:52下载
- 积分:1
-
快速傅立叶变换计算多项式,strassen算法计算矩阵相乘,以及其和普通多项式、矩阵乘法的比较...
快速傅立叶变换计算多项式,strassen算法计算矩阵相乘,以及其和普通多项式、矩阵乘法的比较-Fast Fourier Transform calculation of polynomial, strassen matrix multiplication algorithm, and its and ordinary polynomials, matrix multiplication comparison
- 2022-04-19 01:10:11下载
- 积分:1
-
C#隐藏指定分区不显示
C#隐藏指定分区不显示,先获取到所有的磁盘分区,然后本程序可禁止掉该分区盘符的显示,类似于Windows系统隐藏盘符的功能,这样就在硬盘上找不到该分区了,当然也可恢复显示。请注意:隐藏驱动器操作成功,注销计算机即可生效!
- 2023-03-13 13:30:04下载
- 积分:1
-
文章的浏览以及后台中文章的添加、修改、删除等操作
文章的浏览以及后台中文章的添加、修改、删除等操作-View the article as well as the background in the article to add, modify, delete and other operations
- 2022-02-24 12:48:09下载
- 积分:1