MCPcopy 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
30const 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
37const char* moptToString(mopt_t mop)
38{

Callers 1

ACT_DEFFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected