资源列表
vbkill
- VB杀手 v1.0.2007.1210(附源码),VBKiller使用说明Killer是一个VB辅助逆向分析的工具。首先声明,它不能帮你把VB程序反编译到VB源代码,只能使得VB程序的反汇编看起来更接近VB代码。 配合IDA使用,可以建立VB程序几乎所有的类结构、方法表、函数体,并建立方法表结构体;可以识别VB程序中引用的COM的CLSID,并使用ProgID命名;可以建立任意COM程序(非VB编译的也可以)的方法表、函数体,并建立方法表结构体,可以在待分析的VB程序中使用这些结构体。经过这些处
yufafenxi
- 利用递归下降分析程序实现对语法的分析,并输出语法树-Recursive descent parser used to achieve the analysis of grammar and syntax tree output
qdkc_80251-keil_4.0.01
- keil 80251 编译器相关资料,有源码,有例子-keil 80251 compiler information, a source, there are examples
ModelSim6
- ModelSim6破解补丁及破解方法,内有详细的操作步骤-ModelSim 6 crack version and method
javaccgrammer
- 使用javacc编写的语法分析器,针对C语言-Written using javacc parser for C language
IDAPro
- IDA反汇编软件的中文帮助手册,对IDA初步接触者有很大帮助。好不容易找到的IDA的中文帮助手册,希望能给大家带来帮助。-IDA disassembler software, the Chinese help manual for IDA initial contact of much help. IDA finally found the Chinese to help manual, want to give us some help.
SupercbCMS
- Asp.net+ACCESS数据库,非常适合企业级网站的快速和智能化搭建-gkjjjjjjjjjjjjjjjjjjjjjjjjjjgvjbbbbbb
c
- 机器狗穿还原完整可编译源代码,这个东西确实可以穿透还原.-Robot Dog wear to restore integrity to compile the source code, that can really penetrate the restore.
Yacc
- 语法分析器 生成工具 YACC 实例 说明 含源码 运行程序-YACC parser generation tool with source code examples to run programs
easycompile
- 实现if条件语句的编译,输出中间代码为四元式-If conditional statement to achieve the compilation, the output intermediate code for the quaternary type
Java-Scanner
- 词法分析器(编译原理) Java语言词法分析器的设计与实现-Lexical Analyzer (Compilation Principle) Java language lexical Analyzer Design and Implementation
LL(1)_LR(0)_Demo
- 包括一个LR(1)的语法分析程序和一个LL(1)的语法分析程序的例子- Including LR (1) grammar analysis program and LL (1) grammar analysis program example