-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/utils/debug: add option to read output of Ghidra plugin from file
The output of the Ghidra plugin (and Ghidra in general) is non-deterministic, even on the same Ghidra version. Probably this is due to analysis timeouts. Furthermore, running Ghidra takes a significant portion of the analysis time. Therefore, we can create reproducibility as well as speedups during development by saving the plugin output (using `--debug pcode-raw`) and replaying it later (via `--pcode-raw /path/to/file`). Signed-off-by: Valentin Obst <[email protected]>
- Loading branch information
Valentin Obst
committed
Jun 14, 2024
1 parent
563f9d7
commit cf3c238
Showing
3 changed files
with
84 additions
and
31 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
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