Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
530
static 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
537
bool InsGraphCheck(sample_info_t* si, minsn_t** minsn)
538
{
Callers
nothing calls this directly
Calls
1
cv_jump
Function · 0.85
Tested by
no test coverage detected