搜索资源列表
elf file format
- linux 环境下 elf可执行文件格式标准 包括程序装载,load,link过程。-elf (the executable file format under Linux) file format standard. Include linking and loading process.
能将ELF&AFX 文件转换成二进制文件的解析源码
- 能将ELF&AFX 文件转换成二进制文件的解析源码-ELFAFX can convert documents into the binary files of source code analysis
elf for linux
- 这是gcc编译中不可或缺的代码段,想了解elf的人不如从源代码入手,深入理解elf的思想。-gcc This is an indispensable source of that to understand better the elf from the start with the source code, in-depth understanding of elf thinking.
ARM-elf-PDF
- 详细的介绍了GNU工具生成的elf文件格式,对学习ARM编程的人很有帮助-detailed account of the GNU tools generated elf file format for the study of ARM programming helpful!
ELF
- ELF文件格式分析及引用,从程序员的角度对ELF文件的格式,加载,执行进行了说明.
elf
- 序言 1. OBJECT文件 导言 ELF头(ELF Header) Sections String表(String Table) Symbol表(Symbol Table) 重定位(Relocation) 2. 程序装载与动态连接 导言 Program头(Program Header) Program装载(Program Loading) Dynamic连接(Dynamic Linking) 3. C LIBRARY
ARM-ELF-Specification
- This specification defines the ARM-specific features of Executable and Linking Format (ELF).
elf装载
- 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.
elf2bin
- 用VC编写的将elf文件转化为bin文件的程序,可以用来转化elf文件为二进制可执行文件-This program can change elf file into bin file.
dynload
- elf文件解析,加载运行程序。可以支持动态加载。-elf file parsing, loading run the program. Can support dynamic loading.
microblaze-elf-tools-20060213.tar
- FPGA 上的嵌入式系统设计实例,SPARTEN-3E-FPGA, embedded system design example, SPARTEN-3E
bootloader_elf_from_flash
- 原创作品,真正可用的超小型 bootloader。将存于norflash里的elf文件装入ram运行,比xilinx提供的bootloader好用多了,至少可以节省你1周的时间. 嵌入式系统用 edk powerpc 或 microblaze 通用-Original works, the real availability of ultra-small bootloader. load .elf from Norflash move into the ram to run, more usefu
or32-elf-cygwin
- openrisc gnu toolchain for windows
messagerfairy
- 信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-messenger elf is a simple chat tools. A major demonstration is the main network programming ste
Elf
- 摩托罗拉手机最新开发程序,ELF程序使用于P2K系统手机,但是需要将相关补丁打入手机系统-Motorola mobile phone the latest development of procedures, ELF procedures P2K system for use in mobile phones, but a need to patch into the phone system
elf-file-format
- 北京大学信息科学技术学院操作系统实验室写的ELF文件格式-Peking University Institute of Information Science and Technology Laboratory of the operating system to write the ELF file format
ARM-analysis-ELF-source-code
- ARM2440下分析ELF文件并加载,ads下编译-2440 analysis of the ELF file and load, ads compiled
ELF动态解析符号过程
- 讲解了ELF文件动态解析符号的过程,以linux平台为例(The process of dynamic parsing of symbols in ELF files)