MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / setCurrentOffset

Method setCurrentOffset

examples/triage/view.cpp:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void TriageView::setCurrentOffset(uint64_t offset)
187{
188 m_currentOffset = offset;
189 UIContext::updateStatus();
190 updateCrossReferenceSelection();
191}
192
193
194QFont TriageView::getFont()

Callers 4

stringSelectedMethod · 0.45
entrySelectedMethod · 0.45
importSelectedMethod · 0.45
exportSelectedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected