-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,40 @@ | ||
Widgets | ||
======= | ||
|
||
Cutter UI consists of several widgets(views) such as: Disassembly, Decompiler, etc. | ||
which provide their own functionality, context menus and synchronisation with | ||
Cutter UI consists of several widgets (views) such as Disassembly, Decompiler, and Hexdump. | ||
These widgets provide their own functionality, context menus and synchronization with | ||
other widgets to help user get all sort of analysis done conveniently and quickly. | ||
Following is a quick overview of these widgets. | ||
|
||
These are some of the widgets you can find in Cutter: | ||
|
||
|
||
|
||
Dashboard Widget | ||
------------------ | ||
|
||
.. image:: ../images/dashboard.gif | ||
.. image:: ../images/widgets/dashboard.png | ||
|
||
Disassembly Widget | ||
------------------ | ||
|
||
.. image:: ../images/disassembly.gif | ||
.. image:: ../images/widgets/disassembly.gif | ||
|
||
Graph Widget | ||
------------------ | ||
|
||
.. image:: ../images/graph.gif | ||
.. image:: ../images/widgets/graph.gif | ||
|
||
HexDump Widget | ||
------------------ | ||
|
||
.. image:: ../images/hexdump.gif | ||
.. image:: ../images/widgets/hexdump.gif | ||
|
||
Search Widget | ||
------------------ | ||
|
||
.. image:: ../images/search.gif | ||
.. image:: ../images/widgets/search.gif | ||
|
||
Strings Widget | ||
------------------ | ||
|
||
.. image:: ../images/strings.gif | ||
.. image:: ../images/widgets/strings.gif |