-
Notifications
You must be signed in to change notification settings - Fork 565
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
13 changed files
with
179 additions
and
141 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
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 |
---|---|---|
|
@@ -6,12 +6,13 @@ | |
|
||
- 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 | ||
|
||
### Breaking Changes | ||
|
||
- remove support for Python 3.8 and use Python 3.10 as minimum now #1966 @mr-tz | ||
|
||
### New Rules (10) | ||
### New Rules (18) | ||
|
||
- nursery/get-shadow-password-file-entry-on-linux [email protected] | ||
- nursery/set-shadow-password-file-entry-on-linux [email protected] | ||
|
@@ -23,6 +24,14 @@ | |
- nursery/persist-via-print-processors-registry-key [email protected] | ||
- linking/static/touchsocket/linked-against-touchsocket [email protected] | ||
- runtime/dotnet/compiled-with-dotnet-aot [email protected] | ||
- nursery/persist-via-errorhandler-script [email protected] | ||
- nursery/persist-via-get-variable-hijack [email protected] | ||
- nursery/persist-via-iphlpapi-dll-hijack [email protected] | ||
- nursery/persist-via-lnk-shortcut [email protected] | ||
- nursery/persist-via-powershell-profile [email protected] | ||
- 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 | ||
|
@@ -33,6 +42,9 @@ | |
- binja: support loading raw x86/x86_64 shellcode #2489 @xusheng6 | ||
- binja: fix crash when the IL of certain functions are not available. #2249 @xusheng6 | ||
- binja: major performance improvement on the binja extractor. #1414 @xusheng6 | ||
- cape: make Process model flexible and procmemory optional to load newest reports #2466 @mr-tz | ||
- binja: fix unit test failure by fixing up the analysis for file al-khaser_x64.exe_ #2507 @xusheng6 | ||
- binja: move the stack string detection to function level #2516 @xusheng6 | ||
|
||
### capa Explorer Web | ||
|
||
|
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
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
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
Oops, something went wrong.