Skip to content

Commit

Permalink
Do not run Ghidra auto-analysis on import (redballoonsecurity#473)
Browse files Browse the repository at this point in the history
* Prevent Ghidra autoanalysis on import

* Update CHANGELOG.md

* Add link to PR in changelog

---------

Co-authored-by: Wyatt <53830972+whyitfor@users.noreply.github.com>
  • Loading branch information
2 people authored and ANogin committed Aug 20, 2024
1 parent 724936f commit 9f76ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions disassemblers/ofrak_ghidra/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased](https://github.com/redballoonsecurity/ofrak/tree/master)
### Fixed
- Speedup: do not run Ghidra auto-analysis upon importing a program. ([#473](https://github.com/redballoonsecurity/ofrak/pull/473))
- Ensure large 64-bit addresses are interpreted as unsigned. ([#474](https://github.com/redballoonsecurity/ofrak/pull/474))

## 0.1.1 - 2024-02-15
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ async def _do_ghidra_import(
"-p",
"-import",
full_fname,
"-noanalysis",
]

if not use_existing:
Expand Down

0 comments on commit 9f76ed3

Please sign in to comment.