Add LZMA-BE magic signatures ##search
This commit is contained in:
parent
657acb2f1f
commit
6379317f57
BIN
binr/r2r/r2r
BIN
binr/r2r/r2r
Binary file not shown.
|
@ -109,6 +109,14 @@
|
||||||
>6 byte&0x10 0 single-block stream
|
>6 byte&0x10 0 single-block stream
|
||||||
>6 byte&0x10 0x10 multi-block stream
|
>6 byte&0x10 0x10 multi-block stream
|
||||||
|
|
||||||
|
## Classic LZMA signature
|
||||||
|
0 byte >0x5a
|
||||||
|
>0 byte <0x5e
|
||||||
|
>>5 belong 0xffffffff
|
||||||
|
>>>1 belong >0
|
||||||
|
>>>>1 belong <0xfffff
|
||||||
|
>>>>>1 belong x LZMA BE compressed data dictionary size: %d bytes,
|
||||||
|
|
||||||
#0 string \xff\x06\x00\x00\x73\x4e\x61\x50\x70\x59 Snappy compression, stream identifier
|
#0 string \xff\x06\x00\x00\x73\x4e\x61\x50\x70\x59 Snappy compression, stream identifier
|
||||||
|
|
||||||
#0 string \x1f\x9d\x90 compress'd data, 16 bits
|
#0 string \x1f\x9d\x90 compress'd data, 16 bits
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
NAME=/m lzma
|
||||||
|
FILE=../bins/other/hello-world.lzma
|
||||||
|
EXPECT=<<EOF
|
||||||
|
0x00000000 1 LZMA BE compressed data dictionary size: 32768 bytes,
|
||||||
|
EOF
|
||||||
|
CMDS=<<EOF
|
||||||
|
pm
|
||||||
|
EOF
|
||||||
|
RUN
|
||||||
|
|
||||||
NAME=/r push [imm] refs
|
NAME=/r push [imm] refs
|
||||||
FILE=../bins/pe/x.dll
|
FILE=../bins/pe/x.dll
|
||||||
EXPECT=<<EOF
|
EXPECT=<<EOF
|
||||||
|
|
Loading…
Reference in New Issue