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

Function update

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

Source from the content-addressed store, hash-verified

644 return 1;
645 }
646 virtual action_state_t idaapi update(action_update_ctx_t*) override
647 {
648 return AST_ENABLE_ALWAYS;
649 }
650};
651
652struct ida_local microinsngraph_ah_t : public action_handler_t

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected