搜索资源列表
MEMORY-MANAGE
- 本程序主要实现内存管理的演示说明功能,利用MFC将七个部分综合在一起来说明内存管理的相关知识,包含1:内存空间分配,2:分配失败,3:堆区学习,4:虚拟内存,5:内存泄漏,6:内存池,7:智能指针等七部分,现已实现分配失败,堆区学习,内存泄漏等三部分,其他的演示对话框已经完成,但是功能还未实现-this procedure main memory management functions of the presentations, MFC will use some combination of
jiakeji
- 原理:对Pe文件的.data节,.text节进行XOR加密,然后将带解密的Loader写入文件头和第一个段的开头之间,修改Entry Point使其指向Loader. 测试用例:使用vc6.0自动生成的mfc对话框应用程序。 参考文献:(1)def源码 (2)黑客调试技术揭秘 (3)yoda s protector源码
jiakeji1
- 原理:对Pe文件的.data节,.text节进行XOR加密,然后将带解密的Loader写入文件头和第一个段的开头之间,修改Entry Point使其指向Loader. 测试用例:使用vc6.0自动生成的mfc对话框应用程序。 参考文献:(1)def源码 (2)黑客调试技术揭秘 (3)yoda s protector源码
WinService
- 我很喜欢的一个代码,MFC程序注册服务,自启动,让开发者了解 1.怎么安装一个服务 2.怎么控制一个服务(启动,停止,卸载) 3.最重要的怎么安装一个服务程序而且还会显示图形界面-Recently, I came across a situation where I needed to make an application launch automatically when the PC starts up. And the problem was that the program
263
- 0.3.1 Beta6 加入防盗功能,避免d3d9.dll被非法盗用! 开启程序后直接进入游戏 家庭用户只需要安装一遍补丁即可,网吧用户需要每次重启或开机时安装一次! 第一次使用或者出现缺少d3dx9_37.dll报错提示请进入补丁目录安装补丁. 游戏中:F5为地图透视,F6为人物透视+显鬼. 如果使用时出现以下情况: 1.Client MFC Application 遇到问题需要关闭.我们对此引起的不便表示抱歉.
war3terminate_code_and_program
- 一个学习注册表编程时做的MFC小程序。其中利用了映像劫持技术来完成对魔兽争霸3进程的拦截。-When a learning program to do registry applet. One advantage of image technology to hijack Warcraft 3 to complete the process of interception.
Ste-3
- 一个mfc下实现的watermark里的LSB算法的隐写、分析、提取,可自己设计隐写位数。-1 mfc achieved under the watermark inside the LSB steganography algorithms, analysis, extraction, can own design stego-bits.
RegFun
- 1.学习注册表编程 2.注册表总结.txt是本人自己在学习注册表编程学习中总结下来的函数以及说明,不是网上简单的函数原型说明 3.源程序基于MFC的,是自己在学习注册表编程时编写的,对注册表进行简单但却最重要的读写功能 4.学会注册表编程,在开发可以单独运行的exe程序时,就脱离文本文件来记录要保留的信息。-1. To learn the registry programming 2. Registry conclusion. Txt is my own study and the
Hide_Link
- 自己编写的基于MFC的小程序: 编写缘由: 打印室里面的电脑经常会遇到这样的病毒,把你的u盘根目录下的原始文件和文件夹设置为系统属性,隐藏属性,同时生成同名的快捷方式,很有可能指向一个病毒 程序功能: 1.恢复原始文件属性 2.删除根目录下的快捷方式 3.跟同学开个安全的玩笑-I have written a small MFC-based program: the preparation of reason: print room inside the computer
dx
- 利用Windows提供的MFC类编程实现读者/写者的同步互斥问题,保证:1)一个人在写时,其他人不允许写;2)一个人在写时,其他人不允许读;3)一个人在读时,其他人不允许写;4)一个人在读时,其他人允许读。-MFC classes provided by Windows programming reader/writer mutual exclusion synchronization to ensure that: 1) When a person writes, others are not
3.RSA
- 基于RSA加密算法的数据加密系统,有MFC界面-RSA encryption algorithm based on the data encryption system, a MFC interface
AutoShutDownPC
- 关于电脑定时关机,倒计时关机的MFC程序。 1、定时关机 2、倒计时关机 3、最小化到系统托盘 4、托盘的上下文菜单 5、开机自动运行(可选-Time on the computer shutdown, countdown shutdown of the MFC program. 1, time off 2, 3, countdown shutdown, minimize to tray 4, tray 5, the context menu, automatic o
3.find-and-replace-text-file
- 如何对文本文件进行查找与替换,vc++ mfc 编程代码,压缩包内有程序延时与源代码!-How to find and replace text file, vc++ mfc programming code, compressed within a program delay with the source code!
3.DongTaishengcheng
- MFC六大关键技术之动态生成,特别推荐想深入mfc的人学习之。-MFC dynamically generated six key technologies, especially recommended for people who want to learn mfc learning.
SpreadSheet
- 支持多字节和unicode编译,有中文注释和例子 //有些时候我们希望将输出的数据存到EXCEL文件或一些符号分隔文本文件(像逗号分隔、Tab符分隔)。CSpreadSheet类封装了对这些文件的读写操作。 //CSpreadSheet类的目标是简单易用,其主要的特性如下: // 1、构造一个新的EXCEL文件或符号分隔文本文件,并在其中写如行或单个的单元。 // 2、读取行、列或单个单元。 // 3、覆盖、插入或追加行。 // 4、将已存在或新的EXCEL文件转化成符号