Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Window types

also see Functions: open built-in windows More...

Macros

#define BWN_UNKNOWN   -1
 unknown window
 
#define BWN_EXPORTS   0
 exports
 
#define BWN_IMPORTS   1
 imports
 
#define BWN_NAMES   2
 names
 
#define BWN_FUNCS   3
 functions
 
#define BWN_STRINGS   4
 strings
 
#define BWN_SEGS   5
 segments
 
#define BWN_SEGREGS   6
 segment registers
 
#define BWN_SELS   7
 selectors
 
#define BWN_SIGNS   8
 signatures
 
#define BWN_TILS   9
 type libraries
 
#define BWN_LOCTYPS   10
 local types
 
#define BWN_CALLS   11
 function calls
 
#define BWN_PROBS   12
 problems
 
#define BWN_BPTS   13
 breakpoints
 
#define BWN_THREADS   14
 threads
 
#define BWN_MODULES   15
 modules
 
#define BWN_TRACE   16
 tracing view
 
#define BWN_CALL_STACK   17
 call stack
 
#define BWN_XREFS   18
 xrefs
 
#define BWN_SEARCH   19
 search results
 
#define BWN_FRAME   25
 function frame
 
#define BWN_NAVBAND   26
 navigation band
 
#define BWN_ENUMS   27
 enumerations
 
#define BWN_STRUCTS   28
 structures
 
#define BWN_DISASM   29
 disassembly views
 
#define BWN_DUMP   30
 hex dumps
 
#define BWN_NOTEPAD   31
 notepad
 
#define BWN_OUTPUT   32
 the text area, in the output window
 
#define BWN_CLI   33
 the command-line, in the output window
 
#define BWN_WATCH   34
 the 'watches' debugger window
 
#define BWN_LOCALS   35
 the 'locals' debugger window
 
#define BWN_STKVIEW   36
 the 'Stack view' debugger window
 
#define BWN_CHOOSER   37
 a non-builtin chooser
 
#define BWN_SHORTCUTCSR   38
 the shortcuts chooser (Qt version only)
 
#define BWN_SHORTCUTWIN   39
 the shortcuts window (Qt version only)
 
#define BWN_CPUREGS   40
 one of the 'General registers', 'FPU register', ... debugger windows
 
#define BWN_SO_STRUCTS   41
 the 'Structure offsets' dialog's 'Structures and Unions' panel
 
#define BWN_SO_OFFSETS   42
 the 'Structure offsets' dialog's offset panel
 
#define BWN_CMDPALCSR   43
 the command palette chooser (Qt version only)
 
#define BWN_CMDPALWIN   44
 the command palette window (Qt version only)
 
#define BWN_SNIPPETS   45
 the 'Execute script' window
 
#define BWN_CUSTVIEW   46
 custom viewers
 
#define BWN_ADDRWATCH   47
 the 'Watch List' window
 
#define BWN_PSEUDOCODE   48
 hexrays decompiler views
 
#define BWN_CALLS_CALLERS   49
 function calls, callers
 
#define BWN_CALLS_CALLEES   50
 function calls, callees
 
#define BWN_MDVIEWCSR   51
 lumina metadata view chooser
 
#define BWN_DISASM_ARROWS   52
 disassembly arrows widget
 
#define BWN_CV_LINE_INFOS   53
 custom viewers' lineinfo widget
 
#define BWN_SRCPTHMAP_CSR   54
 "Source paths..."'s path mappings chooser
 
#define BWN_SRCPTHUND_CSR   55
 "Source paths..."'s undesired paths chooser
 
#define BWN_UNDOHIST   56
 Undo history.
 
#define BWN_SNIPPETS_CSR   57
 the list of snippets in the 'Execute script' window
 
#define BWN_SCRIPTS_CSR   58
 the "Recent scripts" chooser
 
#define BWN_BOOKMARKS   59
 a persistent 'Bookmarks' widget
 
#define BWN_TILIST   60
 a types listing widget
 
#define BWN_STACK   BWN_CALL_STACK
 Alias. More...
 
#define BWN_DISASMS   BWN_DISASM
 Alias. More...
 
#define BWN_DUMPS   BWN_DUMP
 Alias. More...
 
#define BWN_SEARCHS   BWN_SEARCH
 Alias. More...
 

Detailed Description

also see Functions: open built-in windows

Macro Definition Documentation

◆ BWN_STACK

#define BWN_STACK   BWN_CALL_STACK

Alias.

Some BWN_* were confusing, and thus have been renamed. This is to ensure bw-compat.

◆ BWN_DISASMS

#define BWN_DISASMS   BWN_DISASM

Alias.

Some BWN_* were confusing, and thus have been renamed. This is to ensure bw-compat.

◆ BWN_DUMPS

#define BWN_DUMPS   BWN_DUMP

Alias.

Some BWN_* were confusing, and thus have been renamed. This is to ensure bw-compat.

◆ BWN_SEARCHS

#define BWN_SEARCHS   BWN_SEARCH

Alias.

Some BWN_* were confusing, and thus have been renamed. This is to ensure bw-compat.