Skip to content

[codex] fix multi-.so analysis fallback - #24

Merged
sp3arm4n merged 1 commit into
mainfrom
codex
May 10, 2026
Merged

[codex] fix multi-.so analysis fallback#24
sp3arm4n merged 1 commit into
mainfrom
codex

Conversation

@sp3arm4n

Copy link
Copy Markdown
Owner

Summary

Root cause

The Phase 9 implementation parsed the first extracted .so as the legacy primary before parsing additional libraries. If that primary parse failed, the pipeline raised or skipped native analysis before reaching the rest of the extracted libraries, even though --apk-lib all should analyse every library it can.

Validation

  • python3 -m unittest sample/tests/test_android_pipeline.py sample/tests/test_apk_extractor.py sample/tests/test_cli_android_audit.py sample/tests/test_native_strings.py sample/tests/test_manifest_audit.py sample/tests/test_poc_generator.py sample/tests/test_rule_taxonomy.py sample/tests/test_audit_html_report.py — 247 tests OK
  • python3 -m unittest discover -s sample/tests — 805 tests OK, 15 skipped
  • git diff --check

@sp3arm4n
sp3arm4n marked this pull request as ready for review May 10, 2026 07:46
@sp3arm4n
sp3arm4n merged commit a7fcb14 into main May 10, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant