[go: up one dir, main page]

Module app

Source
Expand description

All the supported matchers categorized and exposed as functions

Functionsยง

is_coff
Returns whether a buffer is a Common Object File Format.
is_coff_i386
Returns whether a buffer is a Common Object File Format for i386 architecture.
is_coff_ia64
Returns whether a buffer is a Common Object File Format for Itanium architecture.
is_coff_x64
Returns whether a buffer is a Common Object File Format for x64 architecture.
is_der
Returns whether a buffer DER encoded X.509 certificate.
is_dex
Returns whether a buffer is a Dalvik Executable (DEX).
is_dey
Returns whether a buffer is a Dey Optimized Dalvik Executable (ODEX).
is_dll
Returns whether a buffer is a DLL. DLL and EXE have the same magic number, so returns true also for an EXE.
is_elf
Returns whether a buffer is an ELF.
is_exe
Returns whether a buffer is an EXE. DLL and EXE have the same magic number, so returns true also for a DLL.
is_java
Returns whether a buffer is compiled Java bytecode.
is_llvm
Returns whether a buffer is LLVM Bitcode.
is_mach
Returns whether a buffer is a Mach-O binary.
is_pem
Returns whether a buffer is pem
is_wasm
Returns whether a buffer is a wasm.