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

Method isTypeCrypto

src/common/pattern.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252bool Pattern::isTypeCrypto() const
253{
254 return _type == eType::CRYPTO;
255}
256
257bool Pattern::isTypeMalware() const
258{

Callers 3

getCryptoPatternMethod · 0.80
serializeFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64