搜索资源列表
elf
- geekos中ELF介绍和用法。熟悉ELF文件格式,了解GeekOS系统如何将ELF格式的用户可执行程序装入到内存,建立内核进程并运行的实现技术。
ELF 格式分析
- 举例分析ELF文件格式,学习ELF文件结构
ELF.Format.Summary(Chinese)
- ELF文件格式详细说明,北大操作系统实验室版-ELF file format in detail, the laboratory version of the operating system of Beijing University
TN05.ELF.Format.Summary
- 另一本ELF文件格式的资料,中文版很详细,但是不如英文的具体-Another of the ELF file format information, the Chinese version of a very detailed, but not as good as the specific English
ELF
- 著名ELF文件格式的比较详细的说明。可以方便大家了解哦。-ELF file format known a more detailed explanation. Oh, we can easily understand.
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 format based on the original a.out format.
ELF
- 讲述ELF文件格式,帮助理解可执行文件的构成。-About the ELF file format, to help understand the composition of the executable file.
elf-file-format
- elf文件格式英文版,标准化文件 V1.2-Tool Interface Standard (TIS) Executable and Linking Format (ELF) Specification Version 1.2
ELF-format-specification
- 本文首先介绍 ELF 文件格式规范,然后结合一个简单的 C 语言程序,分析编 译、链接后生成的可重定位、可执行格式实例。 -This paper describes the ELF file format specification, and then combined with a simple C language program analysis is compiled and linked to generate the relocatable, executable format
elf-format
- elf 文件格式分析,详细讲述ELF文件的格式-elf file format analysis, detailed account of the ELF file format
ExecutableandLinkableFormat
- ELF格式的详细说明及解释,非常好的学习资料-Executable and Linkable Format
ELF-section-segment
- ELF文件格式的详解,包括其链接机制,segment和section区别,还有结合一个实例讲解。-Detailed ELF file format, including its link mechanism, segment and section differences, as well as combining an example to explain.
elf
- 该文档是ELF格式的标准文档,它详细描述了文档的各个部分定义。-Executable and Linkable Format(elf),It detailly describe the definition of elf document.
nasm-manual
- NASM中文手册。 NASM是一个为可移植性与模块化而设计的一个80x86的汇编器。它支持相当多的目标文件格式,包括Linux和 NetBSD/FreeBSD , a.out , ELF , COFF ,微软16位的 OBJ 和 Win32 。它还可以输出纯二进制文件。它的语法设计得相当的简洁易懂,和Intel语法相似但更简单。-The Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 ar
ELF-64 Object File Format
- 本文档介绍了当前惠普/英特尔的elf-64对象定义文件格式。在大多数情况下是ELF32的一个简单的扩展,elf-32格式最初由AT&T定义的(This document describes the current HP/Intel definition of the ELF-64 object file format. It is, for the most part, a simple extension of the ELF-32 format as defined origin