Commit Graph

  • b4d942619c build(deps): bump picomatch in /web/explorer dependabot/npm_and_yarn/web/explorer/multi-bf05dc1ecf dependabot[bot] 2026-03-25 22:24:04 +00:00
  • 029b0e6643 style: auto-format with black and isort dependabot/pip/deptry-0.25.1 dependabot[bot] 2026-03-23 15:03:36 +00:00
  • 668f439070 style: auto-format with black and isort dependabot/pip/bump-my-version-1.3.0 dependabot[bot] 2026-03-23 15:03:25 +00:00
  • 0540083a05 build(deps-dev): bump deptry from 0.24.0 to 0.25.1 dependabot[bot] 2026-03-23 15:02:16 +00:00
  • e8ea401004 build(deps): bump the vivisect group with 3 updates dependabot/pip/vivisect-3c724898a6 dependabot[bot] 2026-03-23 15:02:12 +00:00
  • 40bf57e9f4 build(deps): bump bump-my-version from 1.2.4 to 1.3.0 dependabot[bot] 2026-03-23 15:02:08 +00:00
  • c930891c21 rules: address code review feedback for bytes prefix index master devs6186 2026-03-21 00:02:36 +05:30
  • f572c01d10 rules: clarify bytes_prefix_index guard and add mixed-pattern test devs6186 2026-03-20 02:54:58 +05:30
  • 2673590370 rules: validate _RuleFeatureIndex structure when loading from cache devs6186 2026-03-20 01:22:15 +05:30
  • 5e19574ba9 rules: build bytes prefix index once at construction, not per _match() call devs6186 2026-03-19 17:06:42 +05:30
  • b868be55b8 rules: simplify bytes prefix indexing and add collision tests devs6186 2026-03-16 04:17:52 +05:30
  • 501ee0656a rules: index extracted bytes by length prefix for O(1) candidate selection devs6186 2026-03-15 20:01:20 +05:30
  • ed256d2416 rules: index extracted bytes by length prefix for O(1) candidate selection devs6186 2026-03-15 19:55:14 +05:30
  • 01c5602bb1 tests: import capa.render.default in test_render (#2938) Harshit 2026-03-21 01:22:48 +05:30
  • d73c76a87b build(deps-dev): bump flatted from 3.3.1 to 3.4.2 in /web/explorer (#2948) dependabot[bot] 2026-03-20 13:52:03 -06:00
  • 0b1e3bfbdf cache: support *BSD (#2949) Willi Ballenthin 2026-03-20 20:51:10 +01:00
  • 6579e01d15 fix(freeze): use get_base_address in dumps_dynamic blenbot 2026-03-18 23:24:50 +05:30
  • 7090aa9c37 fix(range): correct unbounded max sentinel precedence blenbot 2026-03-17 16:43:11 +05:30
  • 32d1a5ab62 build(deps): bump pyasn1 from 0.5.1 to 0.6.3 dependabot/pip/pyasn1-0.6.3 dependabot[bot] 2026-03-17 18:08:26 +00:00
  • 7043aae69b plans: add chat sessions and transcripts exploring mapa problem statements mapa Willi Ballenthin 2026-03-17 09:58:08 +01:00
  • c8e277e8b4 mapa: html-map show function neighborhood Willi Ballenthin 2026-03-16 21:29:19 +01:00
  • 30d9989538 fix: resolve mypy type error in dumps_dynamic by using actual field name EdoardoAllegrini 2026-03-17 00:36:43 +01:00
  • fe2373161d mapa: html-map assemblage ground truth Willi Ballenthin 2026-03-16 20:23:03 +01:00
  • ac49d292cb mapa: consistent naming Willi Ballenthin 2026-03-16 19:54:42 +01:00
  • 877d8da73c mapa: add --output=html-map Willi Ballenthin 2026-03-16 17:56:47 +01:00
  • ae3a1b5dbf mapa: add assemblage ground truth rendering Willi Ballenthin 2026-03-16 16:33:51 +01:00
  • 22d90b157f mapa: QS string tags Willi Ballenthin 2026-03-16 15:04:45 +01:00
  • 6db9e571eb plans: mapa QS string tags Willi Ballenthin 2026-03-16 15:58:10 +01:00
  • a364659cc3 mapa: port from Lancelot/BinExport2 to IDALib/ida-domain Willi Ballenthin 2026-03-16 12:36:45 +01:00
  • 2456559bc0 plans: mapa idalib port Willi Ballenthin 2026-03-16 12:15:28 +01:00
  • 5dd1f49023 import codemap as mapa Willi Ballenthin 2026-03-16 11:23:35 +01:00
  • 7b23834d8e build(deps-dev): bump black from 25.12.0 to 26.3.0 (#2902) dependabot[bot] 2026-03-13 15:46:13 +01:00
  • f1800b5eb4 Sync capa rules submodule Capa Bot 2026-03-12 17:41:51 +00:00
  • 43f556caf9 Sync capa rules submodule Capa Bot 2026-03-12 17:08:39 +00:00
  • 5f8c06c650 Sync capa rules submodule Capa Bot 2026-03-12 17:04:53 +00:00
  • ceaa3b6d03 webui: include feature type in global search (match, regex, api, …) (#2906) Devyansh Somvanshi 2026-03-12 22:13:49 +05:30
  • c03d833a84 rules: handle empty or invalid YAML documents in Rule.from_yaml (#2903) Devyansh Somvanshi 2026-03-11 02:34:11 +05:30
  • 1f4a16cbcc loader: skip PE files with unrealistically large section virtual sizes (#2905) Devyansh Somvanshi 2026-03-11 02:33:35 +05:30
  • 2c9e30c3e1 perf: eliminate O(n²) tuple growth and reduce per-match overhead (#2890) Devyansh Somvanshi 2026-03-11 01:51:48 +05:30
  • 8c138e3d22 loader: handle struct.error from dnfile and raise CorruptFile with a clear message (#2872) Devyansh Somvanshi 2026-03-11 01:50:48 +05:30
  • a11a03bc30 build(deps): bump minimatch and editorconfig in /web/explorer (#2892) Moritz 2026-03-10 12:14:56 +01:00
  • 60b032af9e build(deps): bump setuptools from 80.10.1 to 82.0.1 dependabot/pip/setuptools-82.0.1 dependabot[bot] 2026-03-09 16:16:38 +00:00
  • 1173dc5fa5 build(deps): bump protobuf from 6.33.5 to 7.34.0 (#2891) dependabot[bot] 2026-03-05 15:23:16 +01:00
  • e53f6abc1e ci: add black auto-format workflow (#2827) (#2883) Priyank Patel 2026-03-05 16:59:33 +05:30
  • 038c46da16 features: fix Regex.get_value_str() returning escaped pattern, breaking capa2yara #1909 (#2886) Aditya Pandey 2026-03-05 16:44:27 +05:30
  • 563071349f Sync capa rules submodule Capa Bot 2026-03-04 20:30:04 +00:00
  • 517dfe154a Sync capa rules submodule Capa Bot 2026-03-03 07:48:23 +00:00
  • 2e36f67e11 doc: add table comparing ways to consume capa output (#2874) Devyansh Somvanshi 2026-03-02 22:47:53 +05:30
  • 7bd04fe297 build(deps): bump minimatch and editorconfig in /web/explorer dependabot[bot] 2026-03-02 16:08:23 +00:00
  • 9f781ec21b build(deps): bump rollup from 4.36.0 to 4.59.0 in /web/explorer (#2885) dependabot[bot] 2026-03-02 17:07:20 +01:00
  • da1abed3f8 ci: pin pip-audit action SHAs and update to v1.1.0 (#2884) kamran ul haq 2026-02-27 21:36:28 +05:00
  • 3bce2a9b62 Sync capa rules submodule Capa Bot 2026-02-26 16:44:29 +00:00
  • d97b61551d webui: show error when JSON does not follow expected result document schema (#2871) Devyansh Somvanshi 2026-02-26 22:05:24 +05:30
  • e1ffa1dd09 ida-explorer: fix TypeError when sorting locations with mixed address types (#2867) Devyansh Somvanshi 2026-02-26 22:03:05 +05:30
  • 10dfd287b4 ci: cache vivisect workspaces between CI runs to speed up tests (#2881) kamran ul haq 2026-02-26 03:15:13 +05:00
  • e9b3311338 binja: add mypy config for top-level binaryninja module (#2877) Devyansh Somvanshi 2026-02-24 21:27:46 +05:30
  • 54cc4ee7a3 Merge pull request #2873 from devs6186/fix/1865-vv-api-color Moritz 2026-02-23 23:01:39 +01:00
  • 12863ab4f2 Sync capa rules submodule Capa Bot 2026-02-23 20:52:03 +00:00
  • e41b5fb150 webui: fix 404 for "View rule in capa-rules" by using proper URL encoding (#2868) Devyansh Somvanshi 2026-02-24 01:40:31 +05:30
  • 4697902310 build(deps-dev): bump isort from 7.0.0 to 8.0.0 (#2879) dependabot[bot] 2026-02-23 12:50:28 -07:00
  • ed0783c31e Sync capa rules submodule Capa Bot 2026-02-23 16:33:25 +00:00
  • f03ee75d69 doc: document that default output shows top-level matches only; -v/-vv show nested matches (#2875) devs6186 2026-02-22 12:11:15 +05:30
  • f526357def main: suggest --os flag when ELF OS detection fails (#2869) devs6186 2026-02-20 18:58:43 +05:30
  • c1ec826a9f Merge pull request #2866 from devs6186/fix/2699-rich-markup-escape Moritz 2026-02-20 14:06:45 +01:00
  • 5ef4ad96ee doc: fix typo and add documentation links in README devs6186 2026-02-20 00:55:01 +05:30
  • 8aef630a7f Sync capa rules submodule Capa Bot 2026-02-19 20:33:40 +00:00
  • d1c9d20668 Merge pull request #2865 from mandiant/lsc-1771433500.551532 Moritz 2026-02-19 21:32:29 +01:00
  • 8ccd35d0cf render: use default styling for dynamic -vv API/call details devs6186 2026-02-20 00:52:14 +05:30
  • 3f72b43f48 render: escape sample-controlled strings to prevent rich MarkupError devs6186 2026-02-19 03:42:05 +05:30
  • f7bb889f30 Refactor Github Action per b/485167538 Ben Knutson 2026-02-18 16:51:42 +00:00
  • e0bd6d5ea6 Sync capa rules submodule Capa Bot 2026-02-17 21:19:08 +00:00
  • 239bafd285 Sync capa-testfiles submodule Capa Bot 2026-02-17 21:10:09 +00:00
  • 2033c4ab83 build(deps-dev): bump pyinstaller from 6.18.0 to 6.19.0 (#2856) dependabot[bot] 2026-02-17 13:40:23 -07:00
  • cbe005ae0f bump ruff from 0.14.7 to 0.15.0 (#2853) dependabot[bot] 2026-02-09 13:55:24 -07:00
  • 65eb642024 bump setuptools from 80.10.1 to 82.0.0 dependabot/pip/setuptools-82.0.0 dependabot[bot] 2026-02-09 16:34:13 +00:00
  • 26aba8067f loader: handle SegmentationViolation for malformed ELF files (#2799) kamran ul haq 2026-02-06 00:24:48 +05:00
  • 3582bce6fd vmray: skip processes with invalid PID or missing filename (#2807) (#2845) Aditya Pandey 2026-02-06 00:41:26 +05:30
  • 535faf281d build(deps): bump protobuf from 6.33.1 to 6.33.5 (#2851) dependabot[bot] 2026-02-05 10:55:26 -07:00
  • fe27335136 build(deps): bump pip from 25.3 to 26.0 (#2847) dependabot[bot] 2026-02-05 10:53:55 -07:00
  • a40ae162ef build(deps): bump dnfile from 0.17.0 to 0.18.0 (#2848) dependabot[bot] 2026-02-05 10:50:00 -07:00
  • 1500a34984 build(deps): bump rich from 14.2.0 to 14.3.2 (#2849) dependabot[bot] 2026-02-05 09:31:15 -07:00
  • 77440c03f5 vmray: extract number features for registry key handles (#2835) Daniel Adeboye 2026-01-30 23:10:57 +01:00
  • 26fd6b8569 Sync capa rules submodule Capa Bot 2026-01-30 17:41:05 +00:00
  • 2540dd688b Sync capa rules submodule Capa Bot 2026-01-30 17:04:59 +00:00
  • ff8e7ef52f Add AI usage checkbox (#2844) Moritz 2026-01-29 16:12:54 +00:00
  • 6f078734c3 Sync capa rules submodule Capa Bot 2026-01-28 17:43:11 +00:00
  • 93c11d2d4e Sync capa-testfiles submodule Capa Bot 2026-01-28 16:22:42 +00:00
  • 89c71f4d81 Sync capa rules submodule Capa Bot 2026-01-26 16:41:20 +00:00
  • 9599fbac02 build(deps): bump setuptools from 80.9.0 to 80.10.1 (#2837) dependabot[bot] 2026-01-23 12:41:04 -07:00
  • b4c0f1369e build(deps): bump pycparser from 2.23 to 3.0 (#2838) dependabot[bot] 2026-01-23 12:37:46 -07:00
  • 37f2a897ff tests: remove redundant test_ida_features.py (#2834) Daniel Adeboye 2026-01-23 17:46:58 +01:00
  • e39e610f66 Create a vivisect group in dependabot.yml (#2830) Maijin 2026-01-24 00:37:04 +08:00
  • 073760f279 fix(lint): disable rule caching during linting (#2817) Maijin 2026-01-23 00:27:02 +08:00
  • 52a761ebb3 build(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /web/explorer (#2833) dependabot[bot] 2026-01-22 08:56:03 -07:00
  • 2a44482076 Merge pull request #2821 from mandiant/dependabot/pip/mypy-protobuf-5.0.0 Moritz 2026-01-20 10:31:57 +01:00
  • a359745765 build(deps-dev): bump pyinstaller from 6.17.0 to 6.18.0 (#2822) Moritz 2026-01-20 10:31:35 +01:00
  • 203cc0aa0c Merge pull request #2824 from Maijin/patch-1 Maijin 2026-01-20 17:18:35 +08:00
  • 3642ca94a6 Merge pull request #2820 from mandiant/dependabot/pip/vivisect-1.3.0 Moritz 2026-01-19 20:57:00 +01:00
  • 8e233ca69d build(deps-dev): bump pyinstaller from 6.17.0 to 6.18.0 dependabot[bot] 2026-01-19 16:45:40 +00:00
  • d5c23486e3 build(deps-dev): bump mypy-protobuf from 4.0.0 to 5.0.0 dependabot[bot] 2026-01-19 16:45:32 +00:00