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
|
||||
|
||||
- ghidra: support PyGhidra @mike-hunhoff #2788
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### New Rules (4)
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user