-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
4 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,36 @@ | |
|
||
### New Features | ||
|
||
### Breaking Changes | ||
|
||
### New Rules (0) | ||
|
||
- | ||
|
||
### Bug Fixes | ||
|
||
### capa Explorer Web | ||
|
||
### capa Explorer IDA Pro plugin | ||
|
||
### Development | ||
|
||
### Raw diffs | ||
- [capa v8.0.0...master](https://github.com/mandiant/capa/compare/v8.0.0...master) | ||
- [capa-rules v8.0.0...master](https://github.com/mandiant/capa-rules/compare/v8.0.0...master) | ||
|
||
## v8.0.0 | ||
|
||
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. | ||
|
||
Additional bug fixes improve the dynamic and BinExport backends. | ||
|
||
capa version 8 now requires Python 3.10 or newer. | ||
|
||
Special thanks to @Tamir-K, @harshit-wadhwani, @jorik-utwente for their great contributions. | ||
|
||
### New Features | ||
|
||
- allow call as valid subscope for call scoped rules @mr-tz | ||
- support loading and analyzing a Binary Ninja database #2496 @xusheng6 | ||
- vmray: record process command line details @mr-tz | ||
|
@@ -32,7 +62,6 @@ | |
- nursery/persist-via-windows-accessibility-tools [email protected] | ||
- nursery/persist-via-windows-terminal-profile [email protected] | ||
- nursery/write-to-browser-extension-directory [email protected] | ||
- | ||
|
||
### Bug Fixes | ||
|
||
|
@@ -60,8 +89,8 @@ | |
- CI: update Binary Ninja version to 4.2 #2499 @xusheng6 | ||
|
||
### Raw diffs | ||
- [capa v7.4.0...master](https://github.com/mandiant/capa/compare/v7.4.0...master) | ||
- [capa-rules v7.4.0...master](https://github.com/mandiant/capa-rules/compare/v7.4.0...master) | ||
- [capa v7.4.0...v8.0.0](https://github.com/mandiant/capa/compare/v7.4.0...v8.0.0) | ||
- [capa-rules v7.4.0...v8.0.0](https://github.com/mandiant/capa-rules/compare/v7.4.0...v8.0.0) | ||
|
||
## v7.4.0 | ||
|
||
|
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