forked from mandiant/capa
-
Notifications
You must be signed in to change notification settings - Fork 2
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
94 changed files
with
6,834 additions
and
1,272 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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: PIP audit | ||
|
||
on: | ||
schedule: | ||
- cron: '0 8 * * 1' | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 20 | ||
strategy: | ||
matrix: | ||
python-version: ["3.11"] | ||
|
||
steps: | ||
- name: Check out repository code | ||
uses: actions/checkout@v4 | ||
|
||
- uses: pypa/[email protected] | ||
with: | ||
inputs: . |
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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
[submodule "rules"] | ||
path = rules | ||
url = ../capa-rules.git | ||
branch = dynamic-syntax | ||
[submodule "tests/data"] | ||
path = tests/data | ||
url = ../capa-testfiles.git | ||
branch = dynamic-feature-extractor |
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 |
---|---|---|
|
@@ -3,14 +3,26 @@ | |
## master (unreleased) | ||
|
||
### New Features | ||
- ghidra: add Ghidra feature extractor and supporting code #1770 @colton-gabertan | ||
- ghidra: add entry script helping users run capa against a loaded Ghidra database #1767 @mike-hunhoff | ||
- add Ghidra backend #1770 #1767 @colton-gabertan @mike-hunhoff | ||
- add dynamic analysis via CAPE sandbox reports #48 #1535 @yelhamer | ||
- add call scope #771 @yelhamer | ||
- add thread scope #1517 @yelhamer | ||
- add process scope #1517 @yelhamer | ||
- rules: change `meta.scope` to `meta.scopes` @yelhamer | ||
- protobuf: add `Metadata.flavor` @williballenthin | ||
- binja: add support for forwarded exports #1646 @xusheng6 | ||
- binja: add support for symtab names #1504 @xusheng6 | ||
- add com class/interface features #322 @Aayush-goel-04 | ||
|
||
### Breaking Changes | ||
|
||
### New Rules (19) | ||
- remove the `SCOPE_*` constants in favor of the `Scope` enum #1764 @williballenthin | ||
- protobuf: deprecate `RuleMetadata.scope` in favor of `RuleMetadata.scopes` @williballenthin | ||
- protobuf: deprecate `Metadata.analysis` in favor of `Metadata.analysis2` that is dynamic analysis aware @williballenthin | ||
- update freeze format to v3, adding support for dynamic analysis @williballenthin | ||
- extractor: ignore DLL name for api features #1815 @mr-tz | ||
|
||
### New Rules (34) | ||
|
||
- nursery/get-ntoskrnl-base-address @mr-tz | ||
- host-interaction/network/connectivity/set-tcp-connection-state @johnk3r | ||
|
@@ -31,12 +43,26 @@ | |
- host-interaction/process/inject/allocate-or-change-rwx-memory @mr-tz | ||
- lib/allocate-or-change-rw-memory [email protected] @mr-tz | ||
- lib/change-memory-protection @mr-tz | ||
- anti-analysis/anti-av/patch-antimalware-scan-interface-function [email protected] | ||
- executable/dotnet-singlefile/bundled-with-dotnet-single-file-deployment [email protected] | ||
- internal/limitation/file/internal-dotnet-single-file-deployment-limitation [email protected] | ||
- data-manipulation/encoding/encode-data-using-add-xor-sub-operations [email protected] | ||
- nursery/access-camera-in-dotnet-on-android [email protected] | ||
- nursery/capture-microphone-audio-in-dotnet-on-android [email protected] | ||
- nursery/capture-screenshot-in-dotnet-on-android [email protected] | ||
- nursery/check-for-incoming-call-in-dotnet-on-android [email protected] | ||
- nursery/check-for-outgoing-call-in-dotnet-on-android [email protected] | ||
- nursery/compiled-with-xamarin [email protected] | ||
- nursery/get-os-version-in-dotnet-on-android [email protected] | ||
- data-manipulation/compression/create-cabinet-on-windows [email protected] [email protected] | ||
- data-manipulation/compression/extract-cabinet-on-windows [email protected] | ||
- lib/create-file-decompression-interface-context-on-windows [email protected] | ||
- | ||
|
||
### Bug Fixes | ||
- ghidra: fix ints_to_bytes performance #1761 @mike-hunhoff | ||
- ghidra: fix `ints_to_bytes` performance #1761 @mike-hunhoff | ||
- binja: improve function call site detection @xusheng6 | ||
- binja: use binaryninja.load to open files @xusheng6 | ||
- binja: use `binaryninja.load` to open files @xusheng6 | ||
- binja: bump binja version to 3.5 #1789 @xusheng6 | ||
|
||
### capa explorer IDA Pro plugin | ||
|
@@ -1600,4 +1626,4 @@ Download a standalone binary below and checkout the readme [here on GitHub](http | |
### Raw diffs | ||
|
||
- [capa v1.0.0...v1.1.0](https://github.com/mandiant/capa/compare/v1.0.0...v1.1.0) | ||
- [capa-rules v1.0.0...v1.1.0](https://github.com/mandiant/capa-rules/compare/v1.0.0...v1.1.0) | ||
- [capa-rules v1.0.0...v1.1.0](https://github.com/mandiant/capa-rules/compare/v1.0.0...v1.1.0) |
Oops, something went wrong.