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

Function sample_info_t

src/MicrocodeExplorer.cpp:216–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 shared_mbl_array_t mba;
215 qstring name;
216 sample_info_t(mbl_array_t* mba_, bool keepMba, const char* name_) : cv(NULL), mba(NULL), name(name_)
217 {
218 if(keepMba)
219 mba = std::make_shared<mbl_array_t*>(mba_);
220 mba_->print(md);
221 }
222};
223
224class ida_local MicrocodeInstructionGraph

Callers

nothing calls this directly

Calls 1

printMethod · 0.80

Tested by

no test coverage detected