[Minor] Add lz4 support

This commit is contained in:
Vsevolod Stakhov 2019-09-11 14:00:43 +01:00
parent 952850a474
commit 941bde4266

Vedi File

@ -190,17 +190,17 @@ local patterns = {
lz4 = {
matches = {
{
hex = "184d2204",
hex = "04224d18",
relative_position = 0,
weight = 60,
},
{
hex = "184c2103",
hex = "03214c18",
relative_position = 0,
weight = 60,
},
{
hex = "184c2102",
hex = "02214c18",
relative_position = 0,
weight = 60,
},