| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected