IDA SDK
|
Convenience functions for ui_open_builtin.
Functions | |
TWidget * | open_exports_window (ea_t ea) |
Open the exports window (ui_open_builtin). More... | |
TWidget * | open_imports_window (ea_t ea) |
Open the exports window (ui_open_builtin). More... | |
TWidget * | open_names_window (ea_t ea) |
Open the names window (ui_open_builtin). More... | |
TWidget * | open_funcs_window (ea_t ea) |
Open the 'Functions' window (ui_open_builtin). More... | |
TWidget * | open_strings_window (ea_t ea, ea_t selstart=BADADDR, ea_t selend=BADADDR) |
Open the 'Strings' window (ui_open_builtin). More... | |
TWidget * | open_segments_window (ea_t ea) |
Open the segments window (ui_open_builtin). More... | |
TWidget * | open_segregs_window (ea_t ea) |
Open the segment registers window (ui_open_builtin). More... | |
TWidget * | open_selectors_window (void) |
Open the selectors window (ui_open_builtin). More... | |
TWidget * | open_signatures_window (void) |
Open the signatures window (ui_open_builtin). More... | |
TWidget * | open_tils_window (void) |
Open the type libraries window (ui_open_builtin). More... | |
TWidget * | open_loctypes_window (int ordinal, const tif_cursor_t *cursor=nullptr) |
Open the local types window (ui_open_builtin2). More... | |
TWidget * | open_til_view_window (tinfo_t *tif, const tif_cursor_t *cursor=nullptr) |
Open the sub-til window (ui_open_builtin2). More... | |
TWidget * | open_calls_window (ea_t ea) |
Open the function calls window (ui_open_builtin). More... | |
TWidget * | open_problems_window (ea_t ea) |
Open the problems window (ui_open_builtin). More... | |
TWidget * | open_bpts_window (ea_t ea) |
Open the breakpoints window (ui_open_builtin). More... | |
TWidget * | open_threads_window (void) |
Open the threads window (ui_open_builtin). More... | |
TWidget * | open_modules_window (void) |
Open the modules window (ui_open_builtin). More... | |
TWidget * | open_trace_window (void) |
Open the tracing window (ui_open_builtin). More... | |
TWidget * | open_stack_window (void) |
Open the call stack window (ui_open_builtin). More... | |
TWidget * | open_xrefs_window (ea_t ea) |
Open the cross references window (ui_open_builtin). More... | |
TWidget * | open_frame_window (func_t *pfn, uval_t offset) |
Open the frame window for the given function (ui_open_builtin). More... | |
TWidget * | open_navband_window (ea_t ea, int zoom) |
Open the navigation band window (ui_open_builtin). More... | |
TWidget * | open_disasm_window (const char *window_title, const rangevec_t *ranges=nullptr) |
Open a disassembly view (ui_open_builtin). More... | |
TWidget * | open_hexdump_window (const char *window_title) |
Open a hexdump view (ui_open_builtin). More... | |
TWidget * | open_notepad_window (void) |
Open the notepad window (ui_open_builtin). More... | |
TWidget * | open_bookmarks_window (TWidget *w) |
Open the bookmarks window (ui_open_builtin). More... | |
|
inline |
Open the exports window (ui_open_builtin).
ea | index of entry to select by default |
|
inline |
Open the exports window (ui_open_builtin).
ea | index of entry to select by default |
|
inline |
Open the names window (ui_open_builtin).
ea | index of entry to select by default |
|
inline |
Open the 'Functions' window (ui_open_builtin).
ea | index of entry to select by default |
Open the 'Strings' window (ui_open_builtin).
ea | index of entry to select by default |
selstart,selend | only display strings that occur within this range |
|
inline |
Open the segments window (ui_open_builtin).
ea | index of entry to select by default |
|
inline |
Open the segment registers window (ui_open_builtin).
ea | index of entry to select by default |
|
inline |
Open the selectors window (ui_open_builtin).
|
inline |
Open the signatures window (ui_open_builtin).
|
inline |
Open the type libraries window (ui_open_builtin).
|
inline |
Open the local types window (ui_open_builtin2).
ordinal | ordinal of type to select by default |
cursor | cursor to the type member |
|
inline |
Open the sub-til window (ui_open_builtin2).
tif | tif to open |
cursor | cursor to the type member |
|
inline |
Open the function calls window (ui_open_builtin).
|
inline |
Open the problems window (ui_open_builtin).
ea | index of entry to select by default |
|
inline |
Open the breakpoints window (ui_open_builtin).
ea | index of entry to select by default |
|
inline |
Open the threads window (ui_open_builtin).
|
inline |
Open the modules window (ui_open_builtin).
|
inline |
Open the tracing window (ui_open_builtin).
|
inline |
Open the call stack window (ui_open_builtin).
|
inline |
Open the cross references window (ui_open_builtin).
ea | index of entry to select by default |
Open the frame window for the given function (ui_open_builtin).
pfn | function to analyze |
offset | offset where the cursor is placed |
|
inline |
Open the navigation band window (ui_open_builtin).
ea | sets the address of the navband arrow |
zoom | sets the navband zoom level |
|
inline |
Open a disassembly view (ui_open_builtin).
window_title | title of view to open |
ranges | if != nullptr, then display a flow chart with the specified ranges |
|
inline |
Open a hexdump view (ui_open_builtin).
window_title | title of view to open |
|
inline |
Open the notepad window (ui_open_builtin).
|
inline |
Open the bookmarks window (ui_open_builtin).
w | The widget for which the bookmarks will open. For example, this can be an IDAView, or Enums view, etc. |