IDA Plugin Updates on 2026-04-23
New Releases:
Activity:
- augur
- binsync
- capa
- b9f83061: update submodules
- e745fa6a: style: ruff format changed files
- a834c4c0: fix: clean up CHANGELOG bug fixes formatting
- 7484d3fc: fix: loader.py reads entire file for magic byte check
- 9954d994: fix: freeze/init.py: logically impossible condition
- aa9f09db: fix: render_default always returns empty string
- a5082bee: fix: remove unused gzip import in test_helpers.py
- f6f3380f: fix: EXTENSIONS_DYNAMIC has inconsistent leading dots
- 6431be2c: fix: rules/init.py: duplicate bytes_features line
- 62e6af31: fix: dotnetfile.py: missing import for capa.features.extractors.common
- f17629a4: fix: freeze/init.py: NO_ADDRESS < NO_ADDRESS returns True
- c7d3de8b: fix: base_extractor.py: metaclass is Python 2 syntax, ignored in Py3
- 58b7a9fc: fix: elffile.py: get_base_address returns None instead of NO_ADDRESS
- 8bea7c70: fix: DNTokenOffsetAddress.eq lacks type guard
- 3c61d995: fix: ProcessAddress.eq and ThreadAddress.eq assert on type
- a8fafe0d: fix: optimizer doesn’t recurse into And/Or/Some children
- 53158b47: fix: find_dynamic_limitations_from_cli overwrites instead of OR-ing
- 9289f09f: fix: load_one_jsonl_from_path: finally block runs on unrelated except…
- 8f946778: fix: extract_os yields duplicate/contradictory OS values
- 527fb397: fix: vverbose.py: render_call variable assigned but never used
- haruspex
- ida-mcp-server
- 6a72dc3a: revert: remove API key auth (not needed for localhost-only server)
- 6edb4d22: fix: expand Go symbol pre-filter regex to cover all 27 compiler-emitt…
- a1627ec0: feat(security): Go-shape pre-filter + Argus hardening + Xtensa featur…
- IDA-NO-MCP
- 3a519c4f: Merge pull request #17 from xiaozhu1337/main
- IDAPluginList
- b492a450: chore: Auto update IDA plugins (Updated: 19, Cloned: 0, Failed: 0)
- idasql
- 23192544: Enable MCP by default; fix vtable UPDATE error reporting
- inertia_decompiler
- rhabdomancer