mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
update CHANGELOG and PyGhidra version requirements
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|
||||||
|
- ghidra: support PyGhidra @mike-hunhoff #2788
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
|
||||||
### New Rules (4)
|
### New Rules (4)
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ dependencies = [
|
|||||||
"ruamel.yaml>=0.18",
|
"ruamel.yaml>=0.18",
|
||||||
"pefile>=2023.2.7",
|
"pefile>=2023.2.7",
|
||||||
"pyelftools>=0.31",
|
"pyelftools>=0.31",
|
||||||
"pyghidra>=0.4.0",
|
"pyghidra>=3.0.0",
|
||||||
"pydantic>=2",
|
"pydantic>=2",
|
||||||
"rich>=13",
|
"rich>=13",
|
||||||
"humanize>=4",
|
"humanize>=4",
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ pydantic==2.12.4
|
|||||||
xmltodict==1.0.2
|
xmltodict==1.0.2
|
||||||
pyelftools==0.32
|
pyelftools==0.32
|
||||||
pygments==2.19.1
|
pygments==2.19.1
|
||||||
pyghidra==0.4.1
|
pyghidra==3.0.0
|
||||||
python-flirt==0.9.2
|
python-flirt==0.9.2
|
||||||
pyyaml==6.0.2
|
pyyaml==6.0.2
|
||||||
rich==14.2.0
|
rich==14.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user