open_ida_link
summary: navigate to entities using ida:// links
- description:
Demonstrates
ida_kernwin.open_ida_link()which provides URL-style navigation within the current IDB. The function accepts URIs of the formida:///resource?paramsand navigates to the matching entity, optionally opening a specific view.Nine resource types are supported: functions, addresses, strings, segments, names, imports, exports, types, and bookmarks.
Most resources use
rva=orea=to specify the target address. Thetypesresource usesname=instead. An optionalview=parameter selects which view to open (e.g.,view=pseudocode).
keywords: navigation, links
level: intermediate
Attributes
Functions
|
Call open_ida_link and print the URI and result. |
Module Contents
- open_ida_link.try_open_ida_link(uri)
Call open_ida_link and print the URI and result.
- open_ida_link.image_base
- open_ida_link.func
- open_ida_link.rva
- open_ida_link.entry_ea
- open_ida_link.si
- open_ida_link.rva
- open_ida_link.seg
- open_ida_link.rva
- open_ida_link.name_ea
- open_ida_link.rva
- open_ida_link.import_ea
- open_ida_link.rva
- open_ida_link.ordinal
- open_ida_link.rva