forked from redballoonsecurity/ofrak
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add keyboard shortcuts to the GUI (redballoonsecurity#210)
- Loading branch information
Showing
9 changed files
with
191 additions
and
44 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Keybindings | ||
|
||
The GUI supports a number of keybindings for reverse engineering at the speed | ||
of thought. | ||
|
||
- <kbd>i</kbd> – identify the current resource | ||
- <kbd>u</kbd> – unpack the current resource | ||
- <kbd>a</kbd> – analyze the current resource | ||
- <kbd>p</kbd> – pack the current resource | ||
- <kbd>n</kbd> – new resource | ||
- <kbd>Shift</kbd>+<kbd>u</kbd> – recursively unpack the current resource | ||
- <kbd>Shift</kbd>+<kbd>p</kbd> – recursively pack the current resource | ||
- <kbd>g</kbd> – focus on the "go to offset" input | ||
- <kbd>j</kbd> OR <kbd>↓</kbd> – focus one resource down in the tree | ||
- <kbd>k</kbd> OR <kbd>↑</kbd> – focus one resource up in the tree | ||
- <kbd>h</kbd> OR <kbd>←</kbd> – collapse the current resource tree node | ||
- <kbd>l</kbd> OR <kbd>→</kbd> – expand the current resource tree node |
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
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
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
Oops, something went wrong.