dependabot[bot]
99ccecba4e
build(deps): bump humanize from 4.13.0 to 4.14.0 ( #2762 )
...
Bumps [humanize](https://github.com/python-humanize/humanize ) from 4.13.0 to 4.14.0.
- [Release notes](https://github.com/python-humanize/humanize/releases )
- [Commits](https://github.com/python-humanize/humanize/compare/4.13.0...4.14.0 )
---
updated-dependencies:
- dependency-name: humanize
dependency-version: 4.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-17 09:10:40 -07:00
dependabot[bot]
af27463c37
build(deps-dev): bump pyinstaller from 6.14.1 to 6.16.0 ( #2761 )
...
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller ) from 6.14.1 to 6.16.0.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases )
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst )
- [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.14.1...v6.16.0 )
---
updated-dependencies:
- dependency-name: pyinstaller
dependency-version: 6.16.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-17 09:10:30 -07:00
dependabot[bot]
f4f47b4d55
build(deps): bump protobuf from 6.31.1 to 6.33.1 ( #2760 )
...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf ) from 6.31.1 to 6.33.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl )
- [Commits](https://github.com/protocolbuffers/protobuf/commits )
---
updated-dependencies:
- dependency-name: protobuf
dependency-version: 6.33.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-17 09:10:19 -07:00
dependabot[bot]
adc2401136
build(deps): bump pycparser from 2.22 to 2.23 ( #2759 )
...
Bumps [pycparser](https://github.com/eliben/pycparser ) from 2.22 to 2.23.
- [Release notes](https://github.com/eliben/pycparser/releases )
- [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES )
- [Commits](https://github.com/eliben/pycparser/compare/release_v2.22...release_v2.23 )
---
updated-dependencies:
- dependency-name: pycparser
dependency-version: '2.23'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-17 09:10:09 -07:00
Moritz
0ff7855467
Release v9.3.0
v9.3.0
2025-11-12 17:30:07 +01:00
Capa Bot
d5411cadad
Sync capa rules submodule
2025-11-12 10:26:46 +00:00
dependabot[bot]
cbd6d2a189
build(deps): bump pydantic from 2.11.4 to 2.12.4 ( #2755 )
...
Bumps [pydantic](https://github.com/pydantic/pydantic ) from 2.11.4 to 2.12.4.
- [Release notes](https://github.com/pydantic/pydantic/releases )
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.4/HISTORY.md )
- [Commits](https://github.com/pydantic/pydantic/compare/v2.11.4...v2.12.4 )
---
updated-dependencies:
- dependency-name: pydantic
dependency-version: 2.12.4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-10 09:24:02 -07:00
dependabot[bot]
29af6dc875
build(deps-dev): bump build from 1.2.2 to 1.3.0 ( #2754 )
...
Bumps [build](https://github.com/pypa/build ) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/pypa/build/releases )
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/build/compare/1.2.2...1.3.0 )
---
updated-dependencies:
- dependency-name: build
dependency-version: 1.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-10 09:23:14 -07:00
Moritz
66a3aac815
Merge pull request #2753 from mandiant/fix/capa-explorer-qt-load
...
delay import to not load Qt* when running under idalib
2025-11-10 16:51:14 +01:00
mr-tz
7525de7bbd
delay import to not load Qt* when running under idalib
...
closes #2752
2025-11-10 12:13:35 +00:00
Capa Bot
cbd1cb2b7d
Sync capa rules submodule
2025-11-07 07:40:05 +00:00
Matthew Haigh
503c34b8f9
added mailinglist cta ( #2744 )
...
* added mailinglist cta
* Update README.md
Added mailto: link for better user experience
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
---------
Co-authored-by: Matt Haigh <matthaigh@google.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-03 09:11:14 -07:00
dependabot[bot]
888295b37a
build(deps): bump types-protobuf from 6.30.2.20250516 to 6.32.1.20250918 ( #2733 )
...
Bumps [types-protobuf](https://github.com/typeshed-internal/stub_uploader ) from 6.30.2.20250516 to 6.32.1.20250918.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits )
---
updated-dependencies:
- dependency-name: types-protobuf
dependency-version: 6.32.1.20250918
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 09:07:26 -07:00
dependabot[bot]
5f9c908315
build(deps): bump pip from 25.2 to 25.3 ( #2741 )
...
Bumps [pip](https://github.com/pypa/pip ) from 25.2 to 25.3.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/pip/compare/25.2...25.3 )
---
updated-dependencies:
- dependency-name: pip
dependency-version: '25.3'
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Moritz <mr-tz@users.noreply.github.com >
2025-11-03 09:07:02 -07:00
Willi Ballenthin
cb2e2323f9
explorer: add support for IDA 9.2 ( #2723 )
...
* ida: add Qt compatibility layer for PyQt5 and PySide6
Introduce a new module `qt_compat.py` providing a unified import
interface and API compatibility for Qt modules. It handles differences between
PyQt5 (used in IDA <9.2) and PySide6 (used in IDA >=9.2). Update all
plugin modules to import Qt components via this compatibility layer
instead of directly importing from PyQt5. This enhances plugin
compatibility across different IDA versions.
thanks @mike-hunhoff!
changelog
* qt_compat: use __all__ rather than noqa
---------
Co-authored-by: Moritz <mr-tz@users.noreply.github.com >
2025-11-03 13:29:06 +01:00
Willi Ballenthin
5ea63770ba
Merge pull request #2724 from HexRays-plugin-contributions/ida-plugin-json
...
add `ida-plugin.json`
2025-10-29 17:55:49 +01:00
Capa Bot
6795813fbe
Sync capa rules submodule
2025-10-28 15:21:05 +00:00
Capa Bot
ca708ca52e
Sync capa-testfiles submodule
2025-10-28 15:15:42 +00:00
Capa Bot
68cf74d60c
Sync capa rules submodule
2025-10-28 13:12:29 +00:00
Moritz
5a0c47419f
Merge pull request #2735 from mandiant/dependabot/npm_and_yarn/web/explorer/vite-6.4.1
...
build(deps-dev): bump vite from 6.4.0 to 6.4.1 in /web/explorer
2025-10-24 12:32:50 +02:00
Moritz
4dbdd9dcfa
Merge branch 'master' into dependabot/npm_and_yarn/web/explorer/vite-6.4.1
2025-10-24 12:30:15 +02:00
Moritz
82cbfd33db
Merge pull request #2732 from xusheng6/test_fix_binja_crash
...
binja: fix crash in binja feature extraction when MLIL is unavailable…
2025-10-24 12:29:51 +02:00
dependabot[bot]
5906bb3ecf
build(deps-dev): bump vite from 6.4.0 to 6.4.1 in /web/explorer
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.4.1/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.4.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-21 04:19:00 +00:00
Moritz
08319f598f
Merge pull request #2730 from mandiant/dependabot/npm_and_yarn/web/explorer/vite-6.4.0
...
build(deps-dev): bump vite from 6.3.4 to 6.4.0 in /web/explorer
2025-10-20 17:28:58 +02:00
Capa Bot
e6df6ad0cd
Sync capa rules submodule
2025-10-20 15:27:46 +00:00
Capa Bot
add09df061
Sync capa-testfiles submodule
2025-10-20 15:18:32 +00:00
Mike Hunhoff
acb34e88d6
Update CHANGELOG.md
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-20 09:05:30 -06:00
Xusheng
0099e75704
binja: fix crash in binja feature extraction when MLIL is unavailable. Fix https://github.com/mandiant/capa/issues/2714
2025-10-20 18:46:53 +08:00
dependabot[bot]
da0803b671
build(deps-dev): bump vite from 6.3.4 to 6.4.0 in /web/explorer
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.3.4 to 6.4.0.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.4.0/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.4.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-16 10:58:41 +00:00
Moritz
789747282d
Merge pull request #2728 from mandiant/dependabot/pip/rich-14.2.0
...
build(deps): bump rich from 14.0.0 to 14.2.0
2025-10-16 12:57:18 +02:00
Capa Bot
3bc2d9915c
Sync capa-testfiles submodule
2025-10-13 18:52:26 +00:00
dependabot[bot]
5974440ab7
build(deps): bump rich from 14.0.0 to 14.2.0
...
Bumps [rich](https://github.com/Textualize/rich ) from 14.0.0 to 14.2.0.
- [Release notes](https://github.com/Textualize/rich/releases )
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Textualize/rich/compare/v14.0.0...v14.2.0 )
---
updated-dependencies:
- dependency-name: rich
dependency-version: 14.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-13 14:25:06 +00:00
dependabot[bot]
b9d517a70b
build(deps): bump pip from 25.1.1 to 25.2 ( #2717 )
...
Bumps [pip](https://github.com/pypa/pip ) from 25.1.1 to 25.2.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/pip/compare/25.1.1...25.2 )
---
updated-dependencies:
- dependency-name: pip
dependency-version: '25.2'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com >
2025-10-06 08:32:13 -06:00
dependabot[bot]
e5b8788620
build(deps): bump humanize from 4.12.0 to 4.13.0 ( #2716 )
...
Bumps [humanize](https://github.com/python-humanize/humanize ) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/python-humanize/humanize/releases )
- [Commits](https://github.com/python-humanize/humanize/compare/4.12.0...4.13.0 )
---
updated-dependencies:
- dependency-name: humanize
dependency-version: 4.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com >
2025-10-06 08:31:46 -06:00
axelmierczuk
ec411f1552
Update pyproject.toml
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-01 19:00:26 +02:00
axelmierczuk
6871adc9dc
Pin ida-settings version to 2.1.0
2025-10-01 19:00:26 +02:00
Capa Bot
07880c1418
Sync capa rules submodule
2025-09-23 20:18:16 +00:00
Capa Bot
5a6c8ca7c1
Sync capa rules submodule
2025-09-09 19:22:11 +00:00
Capa Bot
3bd8371d0c
Sync capa rules submodule
2025-09-03 16:27:26 +00:00
dependabot[bot]
d0c87ef32c
build(deps): bump markdown-it-py from 3.0.0 to 4.0.0 ( #2711 )
...
Bumps [markdown-it-py](https://github.com/executablebooks/markdown-it-py ) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/executablebooks/markdown-it-py/releases )
- [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md )
- [Commits](https://github.com/executablebooks/markdown-it-py/compare/v3.0.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: markdown-it-py
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:11:25 -06:00
dependabot[bot]
bd2731f87f
build(deps): bump pytest-sugar from 1.0.0 to 1.1.1 ( #2710 )
...
Bumps [pytest-sugar](https://github.com/Teemu/pytest-sugar ) from 1.0.0 to 1.1.1.
- [Release notes](https://github.com/Teemu/pytest-sugar/releases )
- [Changelog](https://github.com/Teemu/pytest-sugar/blob/main/CHANGES.rst )
- [Commits](https://github.com/Teemu/pytest-sugar/compare/v1.0.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: pytest-sugar
dependency-version: 1.1.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:10:32 -06:00
Capa Bot
4a167d7188
Sync capa rules submodule
2025-09-03 16:08:58 +00:00
Capa Bot
c01bc346fc
Sync capa rules submodule
2025-09-03 16:05:36 +00:00
Capa Bot
826330f511
Sync capa-testfiles submodule
2025-09-03 15:58:45 +00:00
Capa Bot
40e5095577
Sync capa-testfiles submodule
2025-09-03 15:55:29 +00:00
Capa Bot
c7eede3c53
Sync capa-testfiles submodule
2025-09-03 15:51:51 +00:00
Capa Bot
1a5f50195a
Sync capa rules submodule
2025-08-25 19:08:17 +00:00
Capa Bot
aafca2e00a
Sync capa-testfiles submodule
2025-08-25 18:59:27 +00:00
Capa Bot
3a24fabeb6
Sync capa rules submodule
2025-08-22 14:58:24 +00:00
Capa Bot
2f81bb79f9
Sync capa rules submodule
2025-08-21 14:57:07 +00:00