打印节表头 // Print ELF Section Headers char *getSectionTypeString(Elf_Word sectionType) { switch (sectionType) { case SHT_NULL: return "NULL"; case SHT_PROGBITS: return "PROGBITS"; case SHT_SYMTAB: return "SYMTAB"; case SHT_STRTAB: return "STRTAB"; case SHT_RELA: return "RELA"; case...
// Print ELF Section Headers char *getSectionTypeString(Elf_Word sectionType) { switch (sectionType) { case SHT_NULL: return "NULL"; case SHT_PROGBITS: return "PROGBITS"; case SHT_SYMTAB: return "SYMTAB"; case SHT_STRTAB: return "STRTAB"; case SHT_RELA: return "RELA"; case SHT_HASH:...
printf("\t[Nr] Name\t\t\tType\t\t\tAddr\t\tOffset\t\tSize\t\tEntSize\tFlag\tLink\tInfo\tAlign\n"); for (int i = 0; i < sectionNum; i++) { printf("\t[%2d] %-20s", i, (char *) &pStringTable[pSectionHeader[i].sh_name]); printf("\t%-16s", getSectionTypeSt...
11ed0 7864725f 766f6964 005f5f72 61776d65 xdr_void.__rawme 11ee0 6d636872 005f494f 5f767370 72696e74 mchr._IO_vsprint 11ef0 66006765 74757465 6e740072 636d645f f.getutent.rcmd_ 11f00 61660073 65746974 696d6572 00617267 af.setitimer.arg . . . 可以看到,.dynstr section的开头...
printf("\t[Nr] Name\t\t\tType\t\t\tAddr\t\tOffset\t\tSize\t\tEntSize\tFlag\tLink\tInfo\tAlign\n"); for (int i = 0; i < sectionNum; i++) { printf("\t[%2d] %-20s", i, (char *) &pStringTable[pSectionHeader[i].sh_name]); printf("\t%-16s", getSectionTypeString...
This Camping set includes an elf Christmas tent, sleeping bag, sweater, bathrobe, swing and Christmas elf Hammock. 20 Pcs Christmas Elf Doll Accessories Winter Set This winter set Includes a unicorn snow tube and pink flamingo snow tube, Christmas elf clothing with a bathrobe, scarf, skirts, ...
debug/elf import "debug/elf" 概述 参数 概述 封装ELF 实现了对 ELF 对象文件的访问。 索引 Constants Variables func R_INFO(sym, typ uint32) uint64 func R_INFO32(sym, typ uint32) uint32 func R_SYM32(info uint32) uint32 func R_SYM64(info uint64) uint32 func R_TYPE32(info uint32)...
e_phnum:程序头部表的项数。因此,e_pjnum与e_phtentsize的乘积即为程序头部表的字节长度。如果文件中没有程序头部表,则该项值为0. e_shentsize:节头的字节长度,一个节头是节头表中的一项,节头表中所有项占据的空间大小相同。 e_shnum:节头表的项数,因此,e_shnum与e_shentsize的乘积即为节头表的字节...
Sign up with one click: Facebook Twitter Google Share on Facebook Dictionary Thesaurus Financial Encyclopedia AcronymDefinition ELFSExtensible File System ELFSEuropean Labour Force Survey(EU) ELFSEagle Lake Field Station(Lassen County, CA) ELFSEnterprise Labour Flexibility and Security Surveys(various ...
#define R_390_GOTENT 26 /* 32 bit PC rel. to GOT entry >> 1. */ #define R_390_GOTOFF16 27 /* 16 bit offset to GOT. */ #define R_390_GOTOFF64 28 /* 64 bit offset to GOT. */ #define R_390_GOTPLT12 29 /* 12 bit offset to jump slot. */ #define R_390_GOTPLT16...