mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Add window shortcuts to the docs (#2458)
This commit is contained in:
parent
dd4a40bcc1
commit
7fc24b8b5d
@ -23,7 +23,9 @@ Show Exports
|
||||
----------------------------------------
|
||||
**Description:** Show a list of exported functions in the binary.
|
||||
|
||||
**Steps:** Windows -> Info... -> Exports
|
||||
**Steps:** Windows -> Info... -> Exports
|
||||
|
||||
**Shortcut:** :kbd:`Shift` + :kbd:`E`
|
||||
|
||||
Show Flags
|
||||
----------------------------------------
|
||||
@ -41,7 +43,9 @@ Show Imports
|
||||
----------------------------------------
|
||||
**Description:** Show the Imports widget with a list of all the imported functions required by the binary.
|
||||
|
||||
**Steps:** Windows -> Info... -> Imports
|
||||
**Steps:** Windows -> Info... -> Imports
|
||||
|
||||
**Shortcut:** :kbd:`Shift` + :kbd:`I`
|
||||
|
||||
Show Relocations
|
||||
----------------------------------------
|
||||
|
@ -35,9 +35,9 @@ Show Decompiler
|
||||
|
||||
**Steps:** Windows -> Decompiler
|
||||
|
||||
Show Graph
|
||||
Graph Overview
|
||||
----------------------------------------
|
||||
**Description:** One of the main views of Cutter allows you to navigate inside functions in a graph mode. This view displays the flow of a functions where each node on the graph represents a basic block in the function. The edges coming-to and getting-out of the blocks represents the control flow.
|
||||
**Description:** One of the main views of Cutter allows you to navigate inside functions in a graph mode. Graph overview will only display a zoomed-out form of the graph, and will help the user understand the flow of a function as a whole.
|
||||
|
||||
**Steps:** Windows -> Graph Overview
|
||||
|
||||
@ -53,6 +53,8 @@ Show Strings
|
||||
|
||||
**Steps:** Windows -> Strings
|
||||
|
||||
**Shortcut:** :kbd:`Shift` + :kbd:`F12`
|
||||
|
||||
Show Types
|
||||
----------------------------------------
|
||||
**Description:** Show the Types widget in which you can define, load, export and manage data types such as Structures and Enums,
|
||||
@ -73,7 +75,7 @@ Add a new instance of the Disassembly Widget
|
||||
|
||||
Add a new instance of the Graph Widget
|
||||
----------------------------------------
|
||||
**Description:** Create a new instance of the Graph widget in order to view one or multiple locations at the same time.
|
||||
**Description:** One of the main views of Cutter allows you to navigate inside functions in a graph mode. This view displays the flow of a function where each node on the graph represents a basic block in the function. The edges coming-to and getting-out of the blocks represent the control flow. The menu item will create a new instance of the Graph widget in order to view one or multiple locations at the same time.
|
||||
|
||||
**Steps:** Windows -> Add Graph
|
||||
|
||||
@ -82,6 +84,8 @@ Add a new instance of the Hexdump Widget
|
||||
**Description:** Create a new instance of the Hexdump widget in order to view one or multiple locations at the same time.
|
||||
|
||||
**Steps:** Windows -> Add Hexdump
|
||||
|
||||
**Shortcut:** :kbd:`Shift` + :kbd:`G`
|
||||
|
||||
|
||||
Show Comments
|
||||
@ -94,4 +98,6 @@ Show Console
|
||||
----------------------------------------
|
||||
**Description:** Open the integrated radare2 console. This will allow you to execute radare2 commands straight from Cutter.
|
||||
|
||||
**Steps:** Windows -> Console
|
||||
**Steps:** Windows -> Console
|
||||
|
||||
**Shortcut:** :kbd:`:` or :kbd:`Ctrl` + :kbd:`\``
|
Loading…
Reference in New Issue
Block a user