mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-24 14:54:54 +00:00
Add elf-32, 64 and pe32 bin/d format files
This commit is contained in:
parent
329bc84488
commit
9c7518681c
3
libr/bin/d/elf32
Normal file
3
libr/bin/d/elf32
Normal file
@ -0,0 +1,3 @@
|
||||
pf.elf_header [16]z[2]E[2]Exxxxxwwwwww ident (elf_type)type (elf_machine)machine version entry phoff shoff flags ehsize phentsize phnum shentsize shnum shstrndx
|
||||
pf.elf_phdr wxxxwwww type offset vaddr paddr filesz memsz flags align
|
||||
pf.elf_shdr xxxxxxxxxx name type flags addr offset size link info addralign entsize
|
3
libr/bin/d/elf64
Normal file
3
libr/bin/d/elf64
Normal file
@ -0,0 +1,3 @@
|
||||
pf.elf_header [16]z[2]E[2]Exqqqxwwwwww ident (elf_type)type (elf_machine)machine version entry phoff shoff flags ehsize phentsize phnum shentsize shnum shstrndx
|
||||
pf.elf_phdr qqqqqqqq type offset vaddr paddr filesz memsz flags align
|
||||
pf.elf_shdr xxqqqqxxqq name type flags addr offset size link info addralign entsize
|
5
libr/bin/d/pe32
Normal file
5
libr/bin/d/pe32
Normal file
@ -0,0 +1,5 @@
|
||||
pf.pe_dos_header [2]zwwwwwwwwwwwww[4]www[10]wx e_magic e_cblp e_cp e_crlc e_cparhdr e_minalloc e_maxalloc e_ss e_sp e_csum e_ip e_cs e_lfarlc e_ovno e_res e_oemid e_oeminfo e_res2 e_lfanew
|
||||
pf.pe_nt_image_headers32 [4]z?? signature (pe_image_file_header)fileHeader (pe_image_optional_header32)optionalHeader
|
||||
pf.pe_image_optional_header32 [2]Ebbxxxxxxxxxwwwwwwxxxx[2]E[2]Bxxxxxx[16]? (pe_magic)magic majorLinkerVersion minorLinkerVersion sizeOfCode sizeOfInitializedData sizeOfUninitializedData addressOfEntryPoint baseOfCode baseOfData imageBase sectionAlignment fileAlignment majorOperatingSystemVersion minorOperatingSystemVersion majorImageVersion minorImageVersion majorSubsystemVersion minorSubsystemVersion win32VersionValue sizeOfImage sizeOfHeaders checkSum (pe_subsystem)subsystem (pe_dllcharacteristics)dllCharacteristics sizeOfStackReserve sizeOfStackCommit sizeOfHeapReserve sizeOfHeapCommit loaderFlags numberOfRvaAndSizes (pe_image_data_directory)dataDirectory
|
||||
pf.pe_image_file_header [2]Ewxxxw[2]B (pe_machine)machine numberOfSections timeDateStamp pointerToSymbolTable numberOfSymbols sizeOfOptionalHeader (pe_characteristics)characteristics
|
||||
pf.pe_image_data_directory xx virtualAddress size
|
Loading…
x
Reference in New Issue
Block a user