MCPcopy Create free account
hub / github.com/KasperskyLab/hrtng / Build

Function Build

src/MicrocodeExplorer.cpp:243–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 }
242
243 void Build(minsn_t *top)
244 {
245 Clear();
246 Insert(top, -1);
247 }
248
249protected:
250 void AddEdge(int iSrc, int iDest, int iPos)

Callers

nothing calls this directly

Calls 2

ClearFunction · 0.85
InsertFunction · 0.85

Tested by

no test coverage detected