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

Function registerMicrocodeExplorer

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

Source from the content-addressed store, hash-verified

784ACT_DECL(show_microcode_explorer, AST_ENABLE_ALW)
785
786void registerMicrocodeExplorer()
787{
788 COMPAT_register_and_attach_to_menu("View/Open subviews/Generate pseudocode", ACT_NAME(show_microcode_explorer), "[hrt] Microcode Explorer...", NULL, SETMENU_APP, &show_microcode_explorer, &PLUGIN);
789}
790
791void unregisterMicrocodeExplorer()
792{

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected