|
4 | 4 |
|
5 | 5 | ### New Features
|
6 | 6 |
|
| 7 | +### Breaking Changes |
| 8 | + |
| 9 | +### New Rules (0) |
| 10 | + |
| 11 | +- |
| 12 | + |
| 13 | +### Bug Fixes |
| 14 | + |
| 15 | +### capa Explorer Web |
| 16 | + |
| 17 | +### capa Explorer IDA Pro plugin |
| 18 | + |
| 19 | +### Development |
| 20 | + |
| 21 | +### Raw diffs |
| 22 | +- [capa v9.0.0...master](https://github.com/mandiant/capa/compare/v9.0.0...master) |
| 23 | +- [capa-rules v9.0.0...master](https://github.com/mandiant/capa-rules/compare/v9.0.0...master) |
| 24 | + |
| 25 | +## v9.0.0 |
| 26 | + |
| 27 | +This release introduces a new scope for dynamic analysis, "span of calls", |
| 28 | + that matches features against a across a sliding window of API calls within a thread. |
| 29 | +Its useful for identifying behaviors that span multiple API calls, |
| 30 | + such as `OpenFile`/`ReadFile`/`CloseFile`, without having to analyze an entire thread, which may be very long. |
| 31 | + |
| 32 | +The release also contains a number of bug fixes and enhancements by new contributors: @v1bh475u and @dhruvak001. Welcome and thank you! |
| 33 | + |
| 34 | +### New Features |
| 35 | + |
7 | 36 | - add warning for dynamic .NET samples #1864 @v1bh475u
|
8 | 37 | - add lint for detecting duplicate features in capa-rules #2250 @v1bh475u
|
9 | 38 | - add span-of-calls scope to match features against a across a sliding window of API calls within a thread @williballenthin #2532
|
|
15 | 44 | - add span-of-calls scope to rule format
|
16 | 45 | - capabilities functions return dataclasses instead of tuples
|
17 | 46 |
|
18 |
| -### New Rules (4) |
| 47 | +### New Rules (3) |
19 | 48 |
|
20 | 49 | - data-manipulation/encryption/rsa/encrypt-data-using-rsa-via-embedded-library @Ana06
|
21 | 50 | - data-manipulation/encryption/use-bigint-function @Ana06
|
22 |
| -- nursery/dynamic-add-veh [email protected] |
23 | 51 | - internal/limitation/dynamic/internal-dotnet-file-limitation @v1bh475u
|
24 |
| -- |
| 52 | + |
25 | 53 |
|
26 | 54 | ### Bug Fixes
|
27 | 55 |
|
|
45 | 73 | - documentation: Improve CLA and Code of Conduct information in CONTRIBUTING @Ana06
|
46 | 74 |
|
47 | 75 | ### Raw diffs
|
48 |
| -- [capa v8.0.1...master](https://github.com/mandiant/capa/compare/v8.0.1...master) |
49 |
| -- [capa-rules v8.0.1...master](https://github.com/mandiant/capa-rules/compare/v8.0.1...master) |
| 76 | +- [capa v8.0.1...v9.0.0](https://github.com/mandiant/capa/compare/v8.0.1...v9.0.0) |
| 77 | +- [capa-rules v8.0.1...v9.0.0](https://github.com/mandiant/capa-rules/compare/v8.0.1...v9.0.0) |
50 | 78 |
|
51 | 79 | ## v8.0.1
|
52 | 80 |
|
|
0 commit comments