Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
252
bool Pattern::isTypeCrypto() const
253
{
254
return _type == eType::CRYPTO;
255
}
256
257
bool Pattern::isTypeMalware() const
258
{
Callers
3
getCryptoPattern
Method · 0.80
serialize
Function · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64