#include <signature.h>
|
| Signature (std::string sName, std::string sVersion, std::string sPattern, std::string sAdditional="", unsigned sStart=0, unsigned sEnd=0) |
|
◆ Signature()
retdec::cpdetect::Signature::Signature |
( |
std::string |
sName, |
|
|
std::string |
sVersion, |
|
|
std::string |
sPattern, |
|
|
std::string |
sAdditional = "" , |
|
|
unsigned |
sStart = 0 , |
|
|
unsigned |
sEnd = 0 |
|
) |
| |
Constructor
- Parameters
-
sName | Name of compiler or packer |
sVersion | Version of used compiler or packer |
sPattern | Signature pattern |
sAdditional | Additional information about used compiler or packer |
sStart | Start offset of pattern |
sEnd | End offset of pattern |
◆ isValidSignaturePattern()
bool retdec::cpdetect::Signature::isValidSignaturePattern |
( |
const std::string & |
pattern | ) |
|
|
static |
◆ additional
std::string retdec::cpdetect::Signature::additional |
additional information about tool
◆ endOffset
unsigned retdec::cpdetect::Signature::endOffset = 0 |
◆ name
std::string retdec::cpdetect::Signature::name |
◆ pattern
std::string retdec::cpdetect::Signature::pattern |
◆ startOffset
unsigned retdec::cpdetect::Signature::startOffset = 0 |
◆ version
std::string retdec::cpdetect::Signature::version |
The documentation for this class was generated from the following files:
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/include/retdec/cpdetect/signature.h
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/src/cpdetect/signature.cpp