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

Function ShowMicrocodeExplorer

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

Source from the content-addressed store, hash-verified

750}
751
752void ShowMicrocodeExplorer(mbl_array_t* mba, const char* fmt, ...)
753{
754 qstring name;
755 va_list va;
756 va_start(va, fmt);
757 name.vsprnt(fmt, va);
758 va_end(va);
759 showMicrocodeExplorer(mba, false, name.c_str());
760}
761
762//-------------------------------------------------------------------------
763#if IDA_SDK_VERSION < 930

Callers 3

runFunction · 0.85
unflatteningFunction · 0.85
replaceInlinesFunction · 0.85

Calls 1

showMicrocodeExplorerFunction · 0.85

Tested by

no test coverage detected