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) |
Open the local types window (ui_open_builtin). 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 trace 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_enums_window (tid_t const_id=BADADDR) |
Open the enums window (ui_open_builtin). More... | |
TWidget * | open_structs_window (tid_t id=BADADDR, uval_t offset=0) |
Open the structs window (ui_open_builtin). More... | |
TWidget * | open_disasm_window (const char *window_title, const rangevec_t *ranges=NULL) |
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... | |
|
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_builtin).
ordinal | ordinal of type to select by default |
|
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 trace 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 |
Open the enums window (ui_open_builtin).
const_id | index of entry to select by default |
Open the structs window (ui_open_builtin).
id | index of entry to select by default |
offset | offset where the cursor is placed |
|
inline |
Open a disassembly view (ui_open_builtin).
window_title | title of view to open |
ranges | if != NULL, 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).