Update capa/ghidra/README.md

Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
This commit is contained in:
Mike Hunhoff
2023-08-29 09:02:46 -06:00
committed by GitHub
parent 0ffd631606
commit 1fddf800c6

View File

@@ -46,7 +46,7 @@ The syntax is as so:
```
> **Note:** You may add the `$GHIDRA_INSTALL_DIR/support` to your `$PATH` in order to call `analyzeHeadless` as a standalone program.
If you do not have an existing ghidra project, you may also create one with the Headless Analyzer via the `-Import` flag. Post scripts may also be ran in the same invocation.
If you do not have an existing Ghidra project, you may also create one with the Headless Analyzer via the `-Import` flag. Post scripts may also be ran in the same invocation.
The syntax to both import a new file and run capa against it is:
```bash