MCPcopy Create free account
hub / github.com/avast/retdec / isTypeMalware

Method isTypeMalware

src/common/pattern.cpp:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257bool Pattern::isTypeMalware() const
258{
259 return _type == eType::MALWARE;
260}
261
262bool Pattern::isEndianUnknown() const
263{

Callers 3

serializeFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64