Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KasperskyLab/hrtng
/ MicroMaturityToString
Function
MicroMaturityToString
src/MicrocodeExplorer.cpp:30–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
};
29
30
const char* MicroMaturityToString(mba_maturity_t mmt)
31
{
32
if(mmt > MMAT_ZERO && mmt <= MMAT_LVARS)
33
return matLevels[mmt - MMAT_GENERATED];
34
return
"???"
;
35
}
36
37
const char* moptToString(mopt_t mop)
38
{
Callers
1
ACT_DEF
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected