mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
Mach-O bytecode unpackers
This commit is contained in:
parent
2b776e4b89
commit
c84683f2f4
6 changed files with 79 additions and 0 deletions
|
@ -72,6 +72,8 @@ enum BytecodeKind {
|
|||
BC_PRECLASS,
|
||||
/** specifies an ELF unpacker, executed on ELF files on a logical trigger */
|
||||
BC_ELF_UNPACKER,
|
||||
/** specifies an Mach-O unpacker, executed on Mach-O files on a logical trigger */
|
||||
BC_MACHO_UNPACKER,
|
||||
_BC_LAST_HOOK
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue