Skip to content

Commit

Permalink
LHA/LZH: add file type magic signature
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Mar 2, 2024
1 parent 37ffd03 commit 72d963d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libclamav/filetypes_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,6 @@ static const char *ftypes_int[] = {
"0:0:00010d0a:PyPy 3.8 byte-compiled (.pyc):CL_TYPE_ANY:CL_TYPE_PYTHON_COMPILED:200",
"0:0:50010d0a:PyPy 3.9 byte-compiled (.pyc):CL_TYPE_ANY:CL_TYPE_PYTHON_COMPILED:200",
"1:0:??0d0d0a:Python 3.7 or newer byte-compiled (.pyc):CL_TYPE_ANY:CL_TYPE_PYTHON_COMPILED:200",
"0:0:1234:LHA or LZH archive:CL_TYPE_ANY:CL_TYPE_LHA_LZH:200",
"1:0:????2d6c68(30|31|32|33|34|35|36|37)2d:LHA or LZH archive:CL_TYPE_ANY:CL_TYPE_LHA_LZH:210",
NULL};
#endif

0 comments on commit 72d963d

Please sign in to comment.