mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-24 14:54:54 +00:00
bin/d: add a starting point for zip pf (#9401)
This commit is contained in:
parent
aa5434a487
commit
4f1d46e9bf
@ -22,7 +22,7 @@ clean:
|
||||
|
||||
.PHONY: all clean install install-symlink symstall
|
||||
|
||||
FORMATS=elf32 elf64 elf_enums pe32 trx mz
|
||||
FORMATS=elf32 elf64 elf_enums pe32 trx mz zip
|
||||
|
||||
install: ${F_SDB}
|
||||
@echo "[i] Installing bin format files"
|
||||
|
6
libr/bin/d/zip
Normal file
6
libr/bin/d/zip
Normal file
@ -0,0 +1,6 @@
|
||||
pf.zip_local_file_hdr xwwwwwxxxww magic extract flags compression last_mod_time last_mod_date crc32 compressed_size uncompressed_size namlen extras
|
||||
pf.zip_data_desc xxx crc32 compressed_size uncompressed_size
|
||||
pf.zip_central_directory_hdr xwwwwwwxxxwwwwwxx magic encoder extract flags compression last_mod_time last_mod_date crc32 compressed_size uncompressed_size namlen extras comment diskstart filetype filemode offset
|
||||
pf.zip_end_central_dir xwwwwxxw magic disk finaldisk entries finalentries rootsize rootseek comment
|
||||
pf.zip64_end_central_dir xqwwxxqqqq magic size encoder extract disk finaldisk entries finalentries rootsize rootseek
|
||||
pf.zip64_end_central_dir_loc xxqx magic disk rootseek disks
|
Loading…
x
Reference in New Issue
Block a user