retdec
|
#include <cptypes.h>
Public Member Functions | |
bool | isReliable () const |
bool | isCompiler () const |
bool | isLinker () const |
bool | isInstaller () const |
bool | isPacker () const |
bool | isKnownType () const |
bool | isUnknownType () const |
Public Attributes | |
ToolType | type = ToolType::UNKNOWN |
std::string | name |
std::string | versionInfo |
std::string | additionalInfo |
unsigned long long | impCount = 0 |
total number of significant nibbles More... | |
unsigned long long | agreeCount = 0 |
matched number of significant nibbles More... | |
DetectionMethod | source = DetectionMethod::UNKNOWN |
detection type More... | |
DetectionStrength | strength = DetectionStrength::LOW |
detection strength More... | |
Structure with results of tool detection
bool retdec::cpdetect::DetectResult::isCompiler | ( | ) | const |
Check if result is compiler
true
if detected result is compiler, false
otherwise bool retdec::cpdetect::DetectResult::isInstaller | ( | ) | const |
Check if result is installer
true
if detected result is installer, false
otherwise bool retdec::cpdetect::DetectResult::isKnownType | ( | ) | const |
Check if result is know tool type
true
if detected result is known type, false
otherwise bool retdec::cpdetect::DetectResult::isLinker | ( | ) | const |
Check if result is linker
true
if detected result is linker, false
otherwise bool retdec::cpdetect::DetectResult::isPacker | ( | ) | const |
Check if result is packer
true
if detected result is packer, false
otherwise bool retdec::cpdetect::DetectResult::isReliable | ( | ) | const |
Check if result is reliable
true
if detected result is reliable, false
otherwise bool retdec::cpdetect::DetectResult::isUnknownType | ( | ) | const |
Check if result is unknow tool type
true
if detected result is unknown type, false
otherwise std::string retdec::cpdetect::DetectResult::additionalInfo |
unsigned long long retdec::cpdetect::DetectResult::agreeCount = 0 |
matched number of significant nibbles
unsigned long long retdec::cpdetect::DetectResult::impCount = 0 |
total number of significant nibbles
std::string retdec::cpdetect::DetectResult::name |
DetectionMethod retdec::cpdetect::DetectResult::source = DetectionMethod::UNKNOWN |
detection type
DetectionStrength retdec::cpdetect::DetectResult::strength = DetectionStrength::LOW |
detection strength
ToolType retdec::cpdetect::DetectResult::type = ToolType::UNKNOWN |
std::string retdec::cpdetect::DetectResult::versionInfo |