Skip to content

Commit

Permalink
Add Hex view (angr#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson authored Aug 12, 2021
1 parent 7033aa2 commit 6c0ff4f
Show file tree
Hide file tree
Showing 4 changed files with 905 additions and 1 deletion.
1 change: 1 addition & 0 deletions angrmanagement/ui/menus/view_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def __init__(self, main_window):
MenuSeparator(),
MenuEntry('Linear Disassembly', main_window.workspace.show_linear_disassembly_view),
MenuEntry('Graph Disassembly', main_window.workspace.show_graph_disassembly_view),
MenuEntry('Hex', main_window.workspace.show_hex_view),
MenuEntry('Symbolic Execution', main_window.workspace.show_symexec_view),
MenuEntry('Symbolic States', main_window.workspace.show_states_view),
MenuEntry('Strings', main_window.workspace.show_strings_view),
Expand Down
1 change: 1 addition & 0 deletions angrmanagement/ui/views/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
from .dep_view import DependencyView
from .proximity_view import ProximityView
from .types_view import TypesView
from .hex_view import HexView
Loading

0 comments on commit 6c0ff4f

Please sign in to comment.