diff --git a/CHANGELOG.md b/CHANGELOG.md index a1057b6b..ef141ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### New Features +- ghidra: support PyGhidra @mike-hunhoff #2788 + ### Breaking Changes ### New Rules (4) diff --git a/pyproject.toml b/pyproject.toml index 0553011b..8c7e2f9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dependencies = [ "ruamel.yaml>=0.18", "pefile>=2023.2.7", "pyelftools>=0.31", - "pyghidra>=0.4.0", + "pyghidra>=3.0.0", "pydantic>=2", "rich>=13", "humanize>=4", diff --git a/requirements.txt b/requirements.txt index 4e65493a..8949b39f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ pydantic==2.12.4 xmltodict==1.0.2 pyelftools==0.32 pygments==2.19.1 -pyghidra==0.4.1 +pyghidra==3.0.0 python-flirt==0.9.2 pyyaml==6.0.2 rich==14.2.0