retdec
Namespaces | Functions
signature.cpp File Reference

Declaration of class for matching signatures in executable files and buffers. More...

#include <algorithm>
#include "retdec/unpacker/signature.h"

Namespaces

 retdec
 
 retdec::unpacker
 

Functions

bool retdec::unpacker::operator== (uint8_t lhs, const Signature::Byte &rhs)
 
bool retdec::unpacker::operator!= (uint8_t lhs, const Signature::Byte &rhs)
 

Detailed Description

Declaration of class for matching signatures in executable files and buffers.