You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
capa version 8 adds support for IDA Pro 9.0 (and idalib). The release comes with various improvements and bug fixes for the Binary Ninja backend (including to load with database files) -- thanks to @xusheng6.
28
+
29
+
Additional bug fixes improve the dynamic and BinExport backends.
30
+
31
+
capa version 8 now requires Python 3.10 or newer.
32
+
33
+
Special thanks to @Tamir-K, @harshit-wadhwani, @jorik-utwente for their great contributions.
34
+
35
+
### New Features
36
+
7
37
- allow call as valid subscope for call scoped rules @mr-tz
8
38
- support loading and analyzing a Binary Ninja database #2496@xusheng6
9
39
- vmray: record process command line details @mr-tz
- [ ] Create a PR with the updated [CHANGELOG.md](https://github.com/mandiant/capa/blob/master/CHANGELOG.md) and [capa/version.py](https://github.com/mandiant/capa/blob/master/capa/version.py). Copy this checklist in the PR description.
41
+
- [ ] Update the [homepage](https://github.com/mandiant/capa/blob/master/web/public/index.html) (i.e. What's New section)
41
42
- [ ] After PR review, merge the PR and [create the release in GH](https://github.com/mandiant/capa/releases/new) using text from the [CHANGELOG.md](https://github.com/mandiant/capa/blob/master/CHANGELOG.md).
capa <ahref="https://github.com/mandiant/capa/releases/tag/v8.0.0">v8.0.0</a> adds support for IDA Pro 9.0 (and idalib). The release comes with various improvements and bug fixes for the Binary Ninja backend (including to load with database files) -- thanks to @xusheng6.
221
+
<br/>
222
+
Additional bug fixes improve the dynamic and BinExport backends.
223
+
<br/>
224
+
capa version 8 now requires Python 3.10 or newer.
225
+
</p>
226
+
218
227
<h3class="mt-2">v7.4.0 (<em>2024-10-04</em>)</h3>
219
228
<pclass="mt-0">
220
229
The <ahref="https://github.com/mandiant/capa/releases/tag/v7.4.0">v7.4.0</a> capa release fixes a bug when processing VMRay analysis archives and enhances API extraction for all dynamic backends. For better terminal rendering capa now solely relies on the rich library.<br/>
0 commit comments