mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-24 14:54:54 +00:00
Add MZ/DOS to makefile
This commit is contained in:
parent
e91c6fb96d
commit
56228aa5ec
@ -22,7 +22,7 @@ clean:
|
||||
|
||||
.PHONY: all clean install install-symlink symstall
|
||||
|
||||
FORMATS=elf32 elf64 elf_enums pe32 trx
|
||||
FORMATS=elf32 elf64 elf_enums pe32 trx mz
|
||||
|
||||
install: ${F_SDB}
|
||||
@echo "[i] Installing bin format files"
|
||||
|
@ -1 +0,0 @@
|
||||
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
|
1
libr/bin/d/mz
Normal file
1
libr/bin/d/mz
Normal file
@ -0,0 +1 @@
|
||||
pf.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
|
@ -1,4 +1,4 @@
|
||||
pfo dos
|
||||
pfo mz
|
||||
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]Ewtxxw[2]B (pe_machine)machine numberOfSections timeDateStamp pointerToSymbolTable numberOfSymbols sizeOfOptionalHeader (pe_characteristics)characteristics
|
||||
|
Loading…
x
Reference in New Issue
Block a user