-
知道大家有没有用过PEDUMP,一个很好用的PE文件分析软件,不过那个软件是在DOS的命令行程序,并且是英文的,由于编EXE文件加密器的时候很想用一个这样的程序...
知道大家有没有用过PEDUMP,一个很好用的PE文件分析软件,不过那个软件是在DOS的命令行程序,并且是英文的,由于编EXE文件加密器的时候很想用一个这样的程序帮助分析,于是研究了PE文件的结构,做出了现在这个PE文件分析器,提供给那些想快些了解PE结构或者编制这方面的程序的朋友一个工具。
我正在加强其功能,主要是用在反编译方面太弱了,希望得到高手的帮助。
新版本的1.53版加强了文件导出功能,可以和M$的PUDUMP分析结果媲美:)
1.91版,最大的改动就是增加了资源分析显示部分,用法察看自带的ReadMe.txt,可以用来改资源了。
1.92版改进一点点小问题,增加毕业论文。 -err
- 2022-07-18 16:33:15下载
- 积分:1
-
编译原理词法分析源码,将一段程序代码,分析成一个有序token序列...
编译原理词法分析源码,将一段程序代码,分析成一个有序token序列 -Principles of lexical analysis to compile source code, will be a section of program code, analysis as a token in an orderly sequence
- 2022-02-05 12:35:17下载
- 积分:1
-
Compiler
编译器源代码相关的东西
- 2022-02-25 23:25:52下载
- 积分:1
-
在实验三所给文法中加上语义动作,使其在语法分析的同时,产生相应的四元式序列...
在实验三所给文法中加上语义动作,使其在语法分析的同时,产生相应的四元式序列-In the experiment three to add semantic actions to the grammar, so that in parsing the same time, resulting in a corresponding quaternary-type sequence
- 2022-02-25 13:31:56下载
- 积分:1
-
一个类似于写字板的程序
一个类似于写字板的程序- Is similar to writes the board the procedure
- 2022-02-11 16:01:21下载
- 积分:1
-
C语言实现的SIMPLE语言词法分析器,并用JAVA实现界面。
C语言实现的SIMPLE语言词法分析器,并用JAVA实现界面。-the C language SIMPLE language lexical analyzer and used JAVA interface.
- 2022-07-21 03:17:49下载
- 积分:1
-
adaboost code in matlab
adaboost code in matlab
- 2022-01-26 06:23:19下载
- 积分:1
-
V的编码器编码。
encode.v The encoder
syndrome.v Syndrome generator in decoder
berlekamp.v Berlekamp algorithm in decoder
chien-search.v Chien search and Forney algorithm in decoder
decode.v The top module of the decoder
inverse.v Computes multiplication inverse of an Galois field element
test-bench.v The test fixture, and some brief notes on using the modules.
data-rom.v A simple data source for testing
run For those intelligence-challenged who can t run verilog
LGPL The license
-encode.v syndrome.v Syndrome generator in decoder al berlekamp.v Berlekamp gorithm in decoder chien- search.v Chien searc h and Forney in decoder algorithm decode.v The t op module of the decoder inverse.v Computes intercommunication tiplication inverse of an element over Galois field test-bench.v The test fixture. and some brief notes on using the modules. data- rom.v A simple data source for testing run For th PNA intelligence-challenged who can not run veri The log LGPL license
- 2022-02-03 11:33:44下载
- 积分:1
-
词法分析与语法分析程序
词法分析和语法分析的程序,带实验报告- The lexical analysis and the grammar analysis procedure, brings
the test report
- 2022-01-22 15:35:40下载
- 积分:1
-
构造接受语言{{}}的一台自动机,对于任意输入的一个字符串,模拟其运行过程,判断字符串是否接受。...
构造接受语言{{}}的一台自动机,对于任意输入的一个字符串,模拟其运行过程,判断字符串是否接受。-structure acceptable language (()) of an automatic machine for the indiscriminate importation of a string, its process simulation, the judge whether to accept the string.
- 2022-05-12 11:44:55下载
- 积分:1