pub enum PatternCategory {
FileFormat,
Compiler,
Packer,
Crypto,
Malware,
Api,
Debug,
Metadata,
Network,
Custom,
}
Expand description
Pattern categories
Variants§
FileFormat
File format signatures
Compiler
Compiler signatures
Packer
Packer signatures
Crypto
Cryptographic constants
Malware
Malware signatures
Api
API strings
Debug
Debug information
Metadata
Copyright/version strings
Network
Network protocols
Custom
Custom patterns
Trait Implementations§
Source§impl Clone for PatternCategory
impl Clone for PatternCategory
Source§fn clone(&self) -> PatternCategory
fn clone(&self) -> PatternCategory
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PatternCategory
impl Debug for PatternCategory
Source§impl Hash for PatternCategory
impl Hash for PatternCategory
Source§impl PartialEq for PatternCategory
impl PartialEq for PatternCategory
impl Eq for PatternCategory
impl StructuralPartialEq for PatternCategory
Auto Trait Implementations§
impl Freeze for PatternCategory
impl RefUnwindSafe for PatternCategory
impl Send for PatternCategory
impl Sync for PatternCategory
impl Unpin for PatternCategory
impl UnwindSafe for PatternCategory
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more