搜索资源列表
PEEncrypt_gb2312
- delphi语言,另有少量汇编代码,实现了PE文件的加密。-language, and another small amount of code compilation, achieved a PE file encryption.
PE程序加密壳源程序1
- 汇编加密文件一例。-compilation of case file encryption.
PE程序加密壳源程序2
- 汇编加密文件另一例。-another compilation document encryption cases.
teach_pe1
- 关于pe文件的汇编语言-on pe language compilation of documents
pe_decoder
- 在《软件加密技术》这本书里看过PE文件各部分的详细解释之后,我也有了一个自己写PE文件分析器的的想法。虽然好的分析器不在少数,但对于一堆十六进制数,有些朋友可能不明白它代表什么意思。如果在程序里就可以将这些01序列转换成可以直接看懂得信息,那至少用户可以省去以后去查表的麻烦。怀着这样的想法,我仔细的研究了书中分析器PEInfo的源代码,我发现它没有提供信息转换的功能。 通过研究发现,PEInfo是通过PE文件在内存中的映象来获取文件信息的,我在想是否还有别的方法可以绕过将文件映象到内
Md5xfTest
- MD5数据校验的例子 演示了用md5算法对pe文件资源的校验,如资源被修改则弹出提示消息框。附各种数据校验的简介。 king_koo原创-MD5 checksum of the data examples demonstrated the use md5 algorithm pe Resources calibration If resources are suggested changes to the ejection news box. Check with various data br
PE_Info
- PE文件加壳信息的检测,可以检测出是哪个编译器编译和加壳。
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源码
LCCrypto_Src
- 本程序可以在 PE 文件的结尾增加一个新节,从而在已被“加密”的程序开始运行时,要求输入密码。
checkPE
- 这个是一个用汇编编写的查看PE文件有效性的程序,PE加载器需要做的事情之一。
PeX v0.99src
- 加密pe文件源代码!一个非常好的加壳程序源代码!编译环境masm-pe document encryption source code! A very good worm source code! Build environment can
exebind
- pe文件2in1捆绑工具源代码!请用Delphi编译!-pe paper in 1 tool bundled source code! Please use the Delphi compiler!
LoadPE-Tools.rar
- 一款很强大的文件PE修复工具,是软件破解研究者的修复利器!,A very powerful PE file repair tool to repair software tool for researchers to break!
jiami
- Delphi实现PE文件加密加壳程序源码,2种编码加密加壳-Delphi to achieve PE exe file encryption source code encryption packers 2
PEViewer
- PE文件查看器,对于研究PE文件,获取软件信息的好工具-PE viewer,use this tool to get PE file informatio。
PEDecompileSource
- PE文件反编译的工具源码.可以用来监控程序运行情况.-PE files decompilation tool for source code. Can be used to monitor operating conditions.
ollysseh
- Ollydbg常用插件之一的源代码,主要用于扫描Ollydbg载入PE文件的各模块是否有采用SafeSEH编程。-Ollydbg common plug-ins, one of the source code used to load a PE file scanning Ollydbg whether the module uses SafeSEH programming.
PEDecrypterMASMSourceCode
- 一个涉及PE文件加密解密的源码,如果想研究壳的编程的朋友可以把这个作为一个框架来深入开发,asm源码-Involved in a PE file encryption and decryption of the source code, if you want to study shell programming friends can take this as a framework for further development, asm source
pe
- pe 头文件,定义了 PE 文件中用到的一些结构。(The PE header file defines some of the structures used in the PE file.)