|
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 | 6 |
|
10 | 7 | ### Breaking Changes
|
11 | 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 | + |
12 | 37 | ### New Rules (8)
|
13 | 38 |
|
14 | 39 | - executable/pe/export/forwarded-export [email protected]
|
|
18 | 43 | - anti-analysis/anti-vm/vm-detection/check-for-foreground-window-switch [email protected]
|
19 | 44 | - linking/static/sqlite3/linked-against-cppsqlite3 [email protected]
|
20 | 45 | - linking/static/sqlite3/linked-against-sqlite3 [email protected]
|
21 |
| -- |
22 | 46 |
|
23 | 47 | ### Bug Fixes
|
24 | 48 |
|
25 |
| -- Fix binja backend stack string detection. #1473 @xusheng6 |
| 49 | +- rules: fix forwarded export characteristic #1656 @RonnieSalomonsen |
| 50 | +- Binary Ninja: Fix stack string detection #1473 @xusheng6 |
26 | 51 | - linter: skip native API check for NtProtectVirtualMemory #1675 @williballenthin
|
27 | 52 | - OS: detect Android ELF files #1705 @williballenthin
|
28 | 53 | - ELF: fix parsing of symtab #1704 @williballenthin
|
|
32 | 57 | ### capa explorer IDA Pro plugin
|
33 | 58 | - fix unhandled exception when resolving rule path #1693 @mike-hunhoff
|
34 | 59 |
|
35 |
| -### Development |
36 |
| - |
37 | 60 | ### Raw diffs
|
38 |
| -- [capa v6.0.0...master](https://github.com/mandiant/capa/compare/v6.0.0...master) |
39 |
| -- [capa-rules v6.0.0...master](https://github.com/mandiant/capa-rules/compare/v6.0.0...master) |
| 61 | +- [capa v6.0.0...v6.1.0](https://github.com/mandiant/capa/compare/v6.0.0...v6.1.0) |
| 62 | +- [capa-rules v6.0.0...v6.1.0](https://github.com/mandiant/capa-rules/compare/v6.0.0...v6.1.0) |
40 | 63 |
|
41 | 64 | ## v6.0.0
|
42 | 65 |
|
|
0 commit comments