-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
1 parent
b5a2fba
commit 975604c
Showing
2 changed files
with
18 additions
and
0 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,4 @@ | ||
## ARMOpenOCD | ||
|
||
The ARM OpenOCD architecture is a special arcthtecture used with the `gef-openocd-remote` command. | ||
Please read the [documentation](../commands/gef-openocd-remote.md) for the command. |
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,14 @@ | ||
## Command gef-openocd-remote | ||
|
||
The `gef-openocd-command` is used with the [`ARMOpenOCD`](../../archs/arm-openocd.py] architecture. | ||
|
||
The [arm-openocd.py](../../archs/arm-openocd.py) script adds an easy way to extend the `gef-remote` | ||
functionality to easily debug ARM targets using a OpenOCD gdbserver. It creates a custom ARM-derived | ||
`Architecture`, as well as the `gef-openocd-remote` command, which lets you easily connect to the | ||
target, optionally loading the accompanying ELF binary. | ||
|
||
### Usage | ||
|
||
```bash | ||
gef-openocd-remote localhost 3333 --file /path/to/elf | ||
``` |