-
Notifications
You must be signed in to change notification settings - Fork 582
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v9.0.0 * changelog: remove testing rule file * changelog: v9 * changelog: v9 * update homepage with v9 release
- Loading branch information
1 parent
bc4cfb8
commit 736ad1c
Showing
4 changed files
with
53 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,35 @@ | |
|
||
### New Features | ||
|
||
### Breaking Changes | ||
|
||
### New Rules (0) | ||
|
||
- | ||
|
||
### Bug Fixes | ||
|
||
### capa Explorer Web | ||
|
||
### capa Explorer IDA Pro plugin | ||
|
||
### Development | ||
|
||
### Raw diffs | ||
- [capa v9.0.0...master](https://github.com/mandiant/capa/compare/v9.0.0...master) | ||
- [capa-rules v9.0.0...master](https://github.com/mandiant/capa-rules/compare/v9.0.0...master) | ||
|
||
## v9.0.0 | ||
|
||
This release introduces a new scope for dynamic analysis, "span of calls", | ||
that matches features against a across a sliding window of API calls within a thread. | ||
Its useful for identifying behaviors that span multiple API calls, | ||
such as `OpenFile`/`ReadFile`/`CloseFile`, without having to analyze an entire thread, which may be very long. | ||
|
||
The release also contains a number of bug fixes and enhancements by new contributors: @v1bh475u and @dhruvak001. Welcome and thank you! | ||
|
||
### New Features | ||
|
||
- add warning for dynamic .NET samples #1864 @v1bh475u | ||
- add lint for detecting duplicate features in capa-rules #2250 @v1bh475u | ||
- add span-of-calls scope to match features against a across a sliding window of API calls within a thread @williballenthin #2532 | ||
|
@@ -15,13 +44,12 @@ | |
- add span-of-calls scope to rule format | ||
- capabilities functions return dataclasses instead of tuples | ||
|
||
### New Rules (4) | ||
### New Rules (3) | ||
|
||
- data-manipulation/encryption/rsa/encrypt-data-using-rsa-via-embedded-library @Ana06 | ||
- data-manipulation/encryption/use-bigint-function @Ana06 | ||
- nursery/dynamic-add-veh [email protected] | ||
- internal/limitation/dynamic/internal-dotnet-file-limitation @v1bh475u | ||
- | ||
|
||
|
||
### Bug Fixes | ||
|
||
|
@@ -45,8 +73,8 @@ | |
- documentation: Improve CLA and Code of Conduct information in CONTRIBUTING @Ana06 | ||
|
||
### Raw diffs | ||
- [capa v8.0.1...master](https://github.com/mandiant/capa/compare/v8.0.1...master) | ||
- [capa-rules v8.0.1...master](https://github.com/mandiant/capa-rules/compare/v8.0.1...master) | ||
- [capa v8.0.1...v9.0.0](https://github.com/mandiant/capa/compare/v8.0.1...v9.0.0) | ||
- [capa-rules v8.0.1...v9.0.0](https://github.com/mandiant/capa-rules/compare/v8.0.1...v9.0.0) | ||
|
||
## v8.0.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters