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

Function ct_dblclick

src/MicrocodeExplorer.cpp:530–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530static bool idaapi ct_dblclick(TWidget* cv, int shift, void* ud)
531{
532 sample_info_t* si = (sample_info_t*)ud;
533 cv_jump(si);
534 return true;
535}
536
537bool InsGraphCheck(sample_info_t* si, minsn_t** minsn)
538{

Callers

nothing calls this directly

Calls 1

cv_jumpFunction · 0.85

Tested by

no test coverage detected