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

Function activate

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

Source from the content-addressed store, hash-verified

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);
643 mgc->Display(si);
644 return 1;
645 }
646 virtual action_state_t idaapi update(action_update_ctx_t*) override
647 {
648 return AST_ENABLE_ALWAYS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected