docs/source/user-docs/menus/information-windows-menu.rst
Description: This is a sub-menu of the Windows menu. It contains a list of available widgets to get more information about the opened binary.
Steps: Windows -> Info...
Description: List the classes that were detected in the binary.
Steps: Windows -> Info... -> Classes
Description: List the entry points of the binary
Steps: Windows -> Info... -> Entry Points
Description: Show a list of exported functions in the binary.
Steps: Windows -> Info... -> Exports
Shortcut: :kbd:Shift + :kbd:E
Description: Show the Flags widget. Flags are conceptually similar to bookmarks. They associate a name with a given offset in a file. Function names, strings, and more are considered flags.
Steps: Windows -> Info... -> Flags
Description: Show the Headers widget, displaying information about the opened file headers.
Steps: Windows -> Info... -> Headers
Description: Show the Imports widget with a list of all the imported functions required by the binary.
Steps: Windows -> Info... -> Imports
Shortcut: :kbd:Shift + :kbd:I
Description: Show the Relocations widget, displaying a list of relocation information.
Steps: Windows -> Info... -> Relocs
Description: Show the resources widget, which contains a list of the resources inside the binary.
Steps: Windows -> Info... -> Resources
Description: Show the SDB browser widget.
Steps: Windows -> Info... -> SDB Browser
Description: Show the Sections widget which contains a list of all the sections found in the binary. The view also contains a nice visualization of raw and virtual memory layout.
Steps: Windows -> Info... -> Sections
Description: Show the Segments widget with a list of the binary segments.
Steps: Windows -> Info... -> Segments
Description: Show the Symbols widget, with a list of symbol information from the binary, such as function names, and more.
Steps: Windows -> Info... -> Symbols
Description: Show the VTables widget, which contains information about the Virtual Tables found in the binary.
Steps: Windows -> Info... -> VTables
Description: Cutter supports the creation and the utilization of signatures. This widget lists all the signatures available to cutter.
Steps: Windows -> Info... -> Signatures