Browse Source

[Minor] Add lz4 support

tags/2.0
Vsevolod Stakhov 4 years ago
parent
commit
941bde4266
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      lualib/lua_magic/patterns.lua

+ 3
- 3
lualib/lua_magic/patterns.lua View 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,
},

Loading…
Cancel
Save