搜索资源列表
elf file format
- linux 环境下 elf可执行文件格式标准 包括程序装载,load,link过程。-elf (the executable file format under Linux) file format standard. Include linking and loading process.
ELFParser
- 一个小型的ELF文件分析器,使用vc编写,是一个理解ELF文件格式的好工具.-a small ELF document analyzer, using vc preparation, ELF is an understandable format good tool.
ELFanylse
- ELF文件格式分析,适合对ELF感兴趣者使用的一篇文章-ELF file format, suitable for use ELF interested in an article
ARM-ELF-Specification
- This specification defines the ARM-specific features of Executable and Linking Format (ELF).
DolTool3.zip
- DolTool v0.3,DOL/ELF/BIN文件相互转换工具 带源代码 ,DolTool v0.3- loser 2003 oO What is a Dol file Oo a dol file is a gamecube executable file. when compiling code for gamecube, an elf file is the typical output file format. the elf file is then conv
ELF_Loader_and_Link.rar
- ELF是一种很有用的文件格式,本资料主要讲解了ELF格式文件的装载和动态链接的理论,当然包含有源码。,ELF is a very useful file format, this information is mainly explained the ELF format file loading and dynamic linking of theory, of course, contains the source code.
main
- 一个ELF格式的截图软件,可用在支持ELF的手机上-ELF format of a screenshot software which can be used in support of ELF phone
awstats-6.8
- AWStats is a free powerful and featureful tool that generates advanced web, streaming, ftp or mail server statistics, graphically. This log analyzer works as a CGI or from command line and shows you all possible information your log contains, in few
ELF_Format
- Unix 下 ELF 格式的详细介绍和程序的动态链接执行资料-Unix under the ELF format and procedures for a detailed descr iption of the dynamic-link the implementation of information
ELF_File_Format
- 详细分析了elf文件的格式,对于理解elf很有帮助-detailedly analyse the elf file format,it is very helpful for understanding the elf.
ParseELF
- 10.1啦,庆祝祖国60华诞,再次奉献,同时也 祝我们的祖国繁荣富强,永远屹立在世界的东方!!! 这是由ELF文件,解码出BIN数据的源码, 附有演示工程,及相关的ELF文件。 生成BIN格式可以根据自己需要修改, 解都解出来了,要生成什么格式的自己就随便了。呵呵。 sck007 2009.09.29-10.1啦to celebrate the 60 anniversary of the motherland, once again sacrifi
elf
- Document on Executable and Linkable Format
elf-file-format
- 北京大学信息科学技术学院操作系统实验室写的ELF文件格式-Peking University Institute of Information Science and Technology Laboratory of the operating system to write the ELF file format
elfcopy
- copy the file in elf format
analysis_elf
- ELF(Executable and Linkable Format,可执行与可链接格式)是一种二进制文件格式,用于可执行、对象代码、共享库和内存信息转储。1999 年被86open 项目选为x86 架构上的类Unix 操作系统的二进制文件格式标准.此代码对ELF 文件的数据做简单的拆分,对不同的部分用不同的颜色标识。-ELF (Executable and Linkable Format, executable and linkable format) is a binary file for
elffilestudy
- 这份文档描述了linux elf文件格式的详细内容,希望对大家有所帮助。-this is a document about elf file format
awstats-7.3-1393380640327.tar
- AWStats 是一个免费的强大而有个性的工具,带来先进的网络,流量,FTP或邮件服务器统计图. 本日志分析器作为CGI或从命令行在数个图形网页中显示你日志中包含的所有可能信息. 它利用一部分档案资料就能经常很快地处理大量日志档案, 它能分析日志文件来自从各大服务器工具 ,如 Apache日志档案 s (NCSA combined/XLF/ELF log format or common/CLF log format), WebStar, IIS (W3C的日志格式)及许多其他网站,Proxy(
bflt
- 文件格式是一种二进制执行文件格式有许多,如elf、coff、aout和flat等,flat格式主要应用在嵌入式uClinux系统中,该文章描述了flat文件格式的具体细节。-uClinux uses a Binary Flat format commonly known as BFLT. It is a relatively simple and lightweight executable formatbased on the original a.out format.
coff2elf
- This utility converts COFF(Common Object File Format) format to ELF(Executable Linking Format) format. Relocations & Symbols will be converted soon.