搜索资源列表
FU_Rootkit
- rootkit工具,可以隐藏进程和驱动-rootkit tool to hide processes and drive
FU_Rootkit
- hide processes, elevate process privileges, fake out the Windows Event Viewer so that forensics is impossible, and even hide device drivers (NEW!) All this without any hooking.
klister-0.4
- read the internal kernel data structures, in order to get reliable information about the system state (like list of all processes, including those "hidden" by rootkits, even by fu )
劫掠轩辕剑(1.6版) (付源程序 地图编辑器)
- 劫掠轩辕剑(1.6版) (付源程序 地图编辑器).-looting X-Men (1.6) (FU source map editor).
dx9_fullscreen
- directx9实现全屏例程-directx9 achieve full screen routines
频谱分析仪 Frequency Analyzer
- 语音频谱分析。通过快速fu付立叶变化画出语音频谱-voice spectrum analysis. Fu fast Fourier spectrum voice changes paint
PCL6
- 图形处理project : PhoXo Core Library (PCL) - Version 2.1 (2004-7-24) copyright : Copyright (C) 2004 Fu Li <crazybit@263.net> -graphics processing project : Please Specify the Core Library (PCL)- Version 2.1 (2004-
jiancai
- 大量剪裁算法实现程序,用C++实现.借花献拂!-large tailoring algorithm procedures using C++. Presented by fu spent!
LR1
- LR1语法分析器 自动识别开始符号、终结符、非终结符; 生成各非终结符的 first和follow集 生成LR1分析表-Complete parser automatic identification symbols beginning and ending address, end-FU; The end-generating website and follow the first generation Complete
sphinx4-1.0beta-src
- 第四代sphinx,基于java的连续语音识别。鼎鼎大名的李开复的作品。-fourth generation Sphinx, the java-based continuous speech recognition. The best known of Kai-fu Lee works.
LL(1)defenxiqi
- 这是一个LL(1)的分析器,针对文法E->TG , T->FU , G->+TG|^ , U->*FU|^ , F->(E)|i,是对编译原理初学者的一个帮助。-This is an LL (1) analyzers, the grammar-E-
FU_Rootkit
- windows rootkit,可以列举出内核驱动程序以及就可以把自己的.sys隐藏起来-windows rootkit. can be cited and kernel drivers will be able to own. sys hidden
Multimedia
- directX 8.1 SDK direct3D fu-directX 8.1 SDK full direct3D
PowerfulListCtrlSample
- Customized List Control having various functions.-having various fu nctions.
UserManager
- Guest删除大师,可删除系统中的Guest账户。利用了著名的fu rootkit驱动。通过这个代码也展示了rootkit的正途,可以很好的管理系统的账户。界面也很漂亮。vc6+ddk环境-Guest delete master system can delete Guest account. Use of the famous fu rootkit driver. Through this code also demonstrated
FUTo_enhanced
- FU rootkit (enhanced)
up51v710_Full(uV3)
- Keil uVision3 V7.1 FUll Version.感觉这是目前比较好使的版本。其他版本在编写代码时大多存在光标选不中或错选的问题。-Keil uVision3 V7.1 FUll Version. Feel this is more so that version. Other versions exist mostly in the preparation of the code the cursor is not se
XXXXXXX
- Fu rootkit source code-Fu rootkit source code
FU_Rootkit
- 一个简单的rootkit,带源码,开源,叫fu rootkit,特点是小-A simple rootkit, with source code, open source, called fu rootkit, is characterized by small
SLR1
- 在VC下打开LRTrans1.dsp,阅读工程LRTrans1,LRTrans1为一个加、乘(适当扩充可为四则)运算表达式的SLR语法分析器,规定其文法如下: 文法3: (0) S ->E (1) E->E+E (2) E->E*E (3) E->(E) (4) E->i 经分析其SLR(1)分析表如下(分析表按“操作符运算优先级和运算符的结合率”方法解决冲