|
3 | 3 | ## master (unreleased)
|
4 | 4 |
|
5 | 5 | ### New Features
|
6 |
| -- ELF: implement file import and export name extractor #1607 #1608 @Aayush-Goel-04 |
7 |
| -- bump pydantic from 1.10.9 to 2.1.1 #1582 @Aayush-Goel-04 |
8 |
| -- develop script to highlight the features that are not used during matching #331 @Aayush-Goel-04 |
9 |
| -- Show prevalence of rules in the output #520 @Aayush-Goel-04 |
10 | 6 |
|
11 | 7 | ### Breaking Changes
|
12 | 8 |
|
| 9 | +### New Rules (0) |
| 10 | + |
| 11 | +- |
| 12 | + |
| 13 | +### Bug Fixes |
| 14 | + |
| 15 | +### capa explorer IDA Pro plugin |
| 16 | + |
| 17 | +### Development |
| 18 | + |
| 19 | +### Raw diffs |
| 20 | +- [capa v6.1.0...master](https://github.com/mandiant/capa/compare/v6.1.0...master) |
| 21 | +- [capa-rules v6.1.0...master](https://github.com/mandiant/capa-rules/compare/v6.1.0...master) |
| 22 | + |
| 23 | +## v6.1.0 |
| 24 | + |
| 25 | +capa v6.1.0 is a bug fix release, most notably fixing unhandled exceptions in the capa explorer IDA Pro plugin. |
| 26 | +@Aayush-Goel-04 put a lot of effort into improving code quality and adding a script for rule authors. |
| 27 | +The script shows which features are present in a sample but not referenced by any existing rule. |
| 28 | +You could use this script to find opportunities for new rules. |
| 29 | + |
| 30 | +Speaking of new rules, we have eight additions, coming from Ronnie, Jakub, Moritz, Ervin, and [email protected]! |
| 31 | + |
| 32 | +### New Features |
| 33 | +- ELF: implement import and export name extractor #1607 #1608 @Aayush-Goel-04 |
| 34 | +- bump pydantic from 1.10.9 to 2.1.1 #1582 @Aayush-Goel-04 |
| 35 | +- develop script to highlight features not used during matching #331 @Aayush-Goel-04 |
| 36 | +- Show prevalence of rules in the output #520 @Aayush-Goel-04 |
| 37 | + |
13 | 38 | ### New Rules (8)
|
14 | 39 |
|
15 | 40 | - executable/pe/export/forwarded-export [email protected]
|
|
19 | 44 | - anti-analysis/anti-vm/vm-detection/check-for-foreground-window-switch [email protected]
|
20 | 45 | - linking/static/sqlite3/linked-against-cppsqlite3 [email protected]
|
21 | 46 | - linking/static/sqlite3/linked-against-sqlite3 [email protected]
|
22 |
| -- |
23 | 47 |
|
24 | 48 | ### Bug Fixes
|
25 | 49 |
|
26 |
| -- Fix binja backend stack string detection. #1473 @xusheng6 |
| 50 | +- rules: fix forwarded export characteristic #1656 @RonnieSalomonsen |
| 51 | +- Binary Ninja: Fix stack string detection #1473 @xusheng6 |
27 | 52 | - linter: skip native API check for NtProtectVirtualMemory #1675 @williballenthin
|
28 | 53 | - OS: detect Android ELF files #1705 @williballenthin
|
29 | 54 | - ELF: fix parsing of symtab #1704 @williballenthin
|
|
33 | 58 | ### capa explorer IDA Pro plugin
|
34 | 59 | - fix unhandled exception when resolving rule path #1693 @mike-hunhoff
|
35 | 60 |
|
36 |
| -### Development |
37 |
| - |
38 | 61 | ### Raw diffs
|
39 |
| -- [capa v6.0.0...master](https://github.com/mandiant/capa/compare/v6.0.0...master) |
40 |
| -- [capa-rules v6.0.0...master](https://github.com/mandiant/capa-rules/compare/v6.0.0...master) |
| 62 | +- [capa v6.0.0...v6.1.0](https://github.com/mandiant/capa/compare/v6.0.0...v6.1.0) |
| 63 | +- [capa-rules v6.0.0...v6.1.0](https://github.com/mandiant/capa-rules/compare/v6.0.0...v6.1.0) |
41 | 64 |
|
42 | 65 | ## v6.0.0
|
43 | 66 |
|
|
0 commit comments