47 lines
486 B
Text
Vendored
47 lines
486 B
Text
Vendored
# 7-Zip format dictionary
|
|
# Magic bytes
|
|
"7z\xbc\xaf\x27\x1c"
|
|
"\x37\x7a\xbc\xaf\x27\x1c"
|
|
|
|
# Common property IDs
|
|
"\x00"
|
|
"\x01"
|
|
"\x02"
|
|
"\x03"
|
|
"\x04"
|
|
"\x05"
|
|
"\x06"
|
|
"\x07"
|
|
"\x08"
|
|
"\x09"
|
|
"\x0a"
|
|
"\x0b"
|
|
"\x0c"
|
|
"\x0d"
|
|
"\x0e"
|
|
"\x0f"
|
|
"\x10"
|
|
"\x11"
|
|
"\x17"
|
|
"\x19"
|
|
"\x21"
|
|
"\x23"
|
|
"\x24"
|
|
"\x25"
|
|
|
|
# Compression method IDs
|
|
"\x00\x00"
|
|
"\x00\x03"
|
|
"\x00\x04"
|
|
"\x00\x06"
|
|
"\x01\x01"
|
|
"\x03\x01\x01"
|
|
"\x04\x01\x08"
|
|
"\x04\x02\x02"
|
|
"\x21\x01"
|
|
"\x30\x01\x01"
|
|
|
|
# Encryption
|
|
"\x06\xf1\x07\x01"
|
|
"Password"
|
|
"password"
|