colton: update CHANGELOG

This commit is contained in:
colton-gabertan
2023-06-02 23:11:18 -07:00
parent c3f9c27e34
commit a7639d33b9
3 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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

Submodule rules updated: 188e65528e...312d4cad89