mirror of
https://github.com/mandiant/capa.git
synced 2026-01-06 09:44:11 -08:00
Merge branch 'mandiant:master' into Aayush-Goel-04/Issue#322
This commit is contained in:
2
.github/pyinstaller/pyinstaller.spec
vendored
2
.github/pyinstaller/pyinstaller.spec
vendored
@@ -80,7 +80,7 @@ exe = EXE(
|
||||
name="capa",
|
||||
icon="logo.ico",
|
||||
debug=False,
|
||||
strip=None,
|
||||
strip=False,
|
||||
upx=True,
|
||||
console=True,
|
||||
)
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### New Rules (13)
|
||||
### New Rules (16)
|
||||
|
||||
- nursery/get-ntoskrnl-base-address @mr-tz
|
||||
- host-interaction/network/connectivity/set-tcp-connection-state @johnk3r
|
||||
@@ -26,6 +26,9 @@
|
||||
- nursery/set-thread-name-on-linux michael.hunhoff@mandiant.com
|
||||
- load-code/dotnet/load-windows-common-language-runtime michael.hunhoff@mandiant.com blas.kojusner@mandiant.com jakub.jozwiak@mandiant.com
|
||||
- nursery/log-keystrokes-via-input-method-manager @mr-tz
|
||||
- nursery/encrypt-data-using-rc4-via-systemfunction032 richard.weiss@mandiant.com
|
||||
- nursery/add-value-to-global-atom-table @mr-tz
|
||||
- nursery/enumerate-processes-that-use-resource @Ana06
|
||||
-
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://pypi.org/project/flare-capa)
|
||||
[](https://github.com/mandiant/capa/releases)
|
||||
[](https://github.com/mandiant/capa-rules)
|
||||
[](https://github.com/mandiant/capa-rules)
|
||||
[](https://github.com/mandiant/capa/actions?query=workflow%3ACI+event%3Apush+branch%3Amaster)
|
||||
[](https://github.com/mandiant/capa/releases)
|
||||
[](LICENSE.txt)
|
||||
|
||||
@@ -37,7 +37,7 @@ dependencies = [
|
||||
"tabulate==0.9.0",
|
||||
"colorama==0.4.6",
|
||||
"termcolor==2.3.0",
|
||||
"wcwidth==0.2.6",
|
||||
"wcwidth==0.2.8",
|
||||
"ida-settings==2.1.0",
|
||||
"viv-utils[flirt]==0.7.9",
|
||||
"halo==0.0.31",
|
||||
@@ -46,7 +46,7 @@ dependencies = [
|
||||
"vivisect==1.1.1",
|
||||
"pefile==2023.2.7",
|
||||
"pyelftools==0.30",
|
||||
"dnfile==0.13.0",
|
||||
"dnfile==0.14.1",
|
||||
"dncil==1.0.2",
|
||||
"pydantic==2.1.1",
|
||||
"protobuf==4.23.4",
|
||||
@@ -67,7 +67,7 @@ dev = [
|
||||
"pytest-instafail==0.5.0",
|
||||
"pytest-cov==4.1.0",
|
||||
"flake8==6.1.0",
|
||||
"flake8-bugbear==23.7.10",
|
||||
"flake8-bugbear==23.9.16",
|
||||
"flake8-encodings==0.5.0.post1",
|
||||
"flake8-comprehensions==3.14.0",
|
||||
"flake8-logging-format==0.9.0",
|
||||
@@ -78,7 +78,7 @@ dev = [
|
||||
"flake8-use-pathlib==0.3.0",
|
||||
"flake8-copyright==0.2.4",
|
||||
"ruff==0.0.291",
|
||||
"black==23.7.0",
|
||||
"black==23.9.1",
|
||||
"isort==5.11.4",
|
||||
"mypy==1.5.1",
|
||||
"psutil==5.9.2",
|
||||
@@ -96,7 +96,7 @@ dev = [
|
||||
"types-protobuf==4.23.0.3",
|
||||
]
|
||||
build = [
|
||||
"pyinstaller==5.10.1",
|
||||
"pyinstaller==6.0.0",
|
||||
"setuptools==68.0.0",
|
||||
"build==1.0.3"
|
||||
]
|
||||
|
||||
2
rules
2
rules
Submodule rules updated: e454699082...c67c2ffda2
Submodule tests/data updated: 87bd888e19...d5a4ab13cc
Reference in New Issue
Block a user