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
Capa Bot
fc83b7b0a1
Sync capa rules submodule
2025-08-21 14:56:48 +00:00
dependabot[bot]
d430aea04e
build(deps): bump dnfile from 0.15.0 to 0.16.4 ( #2700 )
...
---
updated-dependencies:
- dependency-name: dnfile
dependency-version: 0.16.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>
Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com >
2025-08-20 15:11:17 -06:00
dependabot[bot]
1eb42599cf
build(deps): bump mypy from 1.16.0 to 1.17.1 ( #2704 )
...
Bumps [mypy](https://github.com/python/mypy ) from 1.16.0 to 1.17.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.16.0...v1.17.1 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 1.17.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>
Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com >
2025-08-20 15:10:52 -06:00
dependabot[bot]
618ae2111b
build(deps): bump form-data from 4.0.0 to 4.0.4 in /web/explorer ( #2702 )
...
Bumps [form-data](https://github.com/form-data/form-data ) from 4.0.0 to 4.0.4.
- [Release notes](https://github.com/form-data/form-data/releases )
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md )
- [Commits](https://github.com/form-data/form-data/compare/v4.0.0...v4.0.4 )
---
updated-dependencies:
- dependency-name: form-data
dependency-version: 4.0.4
dependency-type: indirect
...
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-08-20 12:11:46 -06:00
Mike Hunhoff
42b6d8106a
binja: update core version info check ( #2709 )
2025-08-20 11:56:56 -06:00
Capa Bot
78a020e1ac
Sync capa rules submodule
2025-08-20 16:04:49 +00:00
Capa Bot
a80f85aab4
Sync capa-testfiles submodule
2025-08-20 15:57:15 +00:00
Capa Bot
f94f554d15
Sync capa-testfiles submodule
2025-08-20 15:32:08 +00:00