资源列表
SeePass
- 采用远程线程查看星号密码,支持查看某些采用了 anti 技术的编辑框。大部分网游就是因为这样所以用传统的键盘HOOK技术取不到密码。这份代码提供了完整的解决方案。用处嘛?还用多说?-distance threads View asterisk password used to support the view of some anti technical editor box. Most online games is the reason why the traditional keyboar
Kb_sniff
- 修改中断描述符表(IDT)中的键盘入口实现按健记录,把读取到的键盘扫描码转换成 ascii 码记录下来。查找键盘入口采用了查询 IO APIC 的重定向寄存器的方法(通过把物理地址 0xFEC00000 映射为虚拟地址,然后读取键盘中断向量,最难得是没有 xpsp2 的限制了。不经典不发。-interrupt descr iptor revised table (IDT), the keyboard imported by Kin achieve record Reads to put the
PEClean
- 一个清除PE头垃圾来缩短PE文件大小的演示程序。很好的说明了PE结构中无用的部分。学PE结构的朋友可以-a PE first garbage removal to reduce the file size of PE Demonstration Program. A good reminder of PE structure of the part useless. PE structure of the school friends can s
微机实验
- 微机接口的小实验:交通灯、计数器等,格式为asm,需要8209、8253、82-Computer Interface small experiment : traffic lights, counters, format asm need 8209,8253, 82
期刊杂志订阅管理系统(源代码)
- 小型的期刊杂志订阅管理系统,功能比较完整,使用了皮肤控件,可以更换皮肤。-small journals subscr iption management system, a more comprehensive function, the use of the skin controls, the replacement skin.
modGina
- 实现自定义gina接口,设计与winlogon.exe的交互: 开发原理:依赖Microsoft默认的gina dll:msgina.dll,在本dll中导入msgina.dll导出的接口,在本dll的导出接口中,保持大部分接口与msgina.dll操作的一致性,改变WlxLoggedOnSAS接口的响应,使系统在登陆成功的状态下,不响应Ctrl+Alt+Del-realize GINA interface definition, design and interactive winlogo
winlock_src
- 主要功能: 隐藏windows系统桌面,屏蔽掉 CTRL+ALT+DEL等系统按键。压缩包中 含有详细英文说明-main functions : hidden windows desktop system. shielding swap CTRL + ALT + DEL keys systems. Compressed packets containing detailed English
TEAve式加密
- 使用一次文本加密方法做到数字化文本文件加密-use a text encryption methods do digital text file encryption
TEA式加密
- 一个微小加密算法.这是一种最快速最有效的加密算法.使用混合代数公式组.作到64位加密 -a small encryption algorithm. This is one of the most rapid most effective encryption algorithm. The use of the mixed group algebraic formula. For 64-bit encryption
OneTimeNOCList
- 使用一次文本加密方法做到数字化文本文件加密-use a text encryption methods do digital text file encryption
icekey
- 由KWAN编写的ICE 加密算法,8 位7次加密算法-Kwan prepared by the ICE encryption algorithm, eight 7th encryption algorithm
GIZA++.2003-09-30.tar
- GIZA++是德国Och提供的针对统计机器翻译模型的训练工具集。这个工具可以生成IBM统计翻译模型的第4和第5种模型,采用两种方向的训练(比如对同一个语料,从中文到英文和从英文到中文的训练),再配以适当的编码,可以提取出适合基于Phrase的统计机器翻译phrase table来,为后续的工作提供数据支持。