mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
colton: update CHANGELOG
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
### New Features
|
||||
- Utility script to detect feature overlap between new and existing CAPA rules [#1451](https://github.com/mandiant/capa/issues/1451) [@Aayush-Goel-04](https://github.com/aayush-goel-04)
|
||||
- extractor: Implement Ghidra Backend [@colton-gabertan](https://github.com/colton-gabertan)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@@ -16,7 +17,7 @@
|
||||
- communication/mailslot/read-from-mailslot nick.simonian@mandiant.com
|
||||
- nursery/hash-data-using-sha512managed-in-dotnet jonathanlepore@google.com
|
||||
- nursery/compiled-with-exescript jonathanlepore@google.com
|
||||
-
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
- extractor: update vivisect Arch extraction #1334 @mr-tz
|
||||
|
||||
@@ -1337,6 +1337,7 @@ def ghidra_main():
|
||||
logger.debug("rule path: %s", rules_path)
|
||||
rules = get_rules([rules_path])
|
||||
|
||||
# temp test for OS & ARCH extractions
|
||||
globl_features: List[Tuple[Feature, Address]] = []
|
||||
globl_features.extend(capa.features.extractors.ghidra.global_.extract_os())
|
||||
globl_features.extend(capa.features.extractors.ghidra.global_.extract_arch())
|
||||
|
||||
2
rules
2
rules
Submodule rules updated: 188e65528e...312d4cad89
Reference in New Issue
Block a user