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

Function microcodegraph_ah_t

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

Source from the content-addressed store, hash-verified

637{
638 sample_info_t* si;
639 microcodegraph_ah_t(sample_info_t* _si) : si(_si) {}
640 virtual int idaapi activate(action_activation_ctx_t*) override
641 {
642 MicrocodeGraphContainer* mgc = new MicrocodeGraphContainer(si->mba);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected