Skip to content

Upgrade Androguard version to latest - #928

Merged
haeter525 merged 5 commits into
ev-flow:masterfrom
trpyn:master
Jul 29, 2026
Merged

haeter525 merged 5 commits into
ev-flow:masterfrom
trpyn:master

Conversation

@trpyn

@trpyn trpyn commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Hi!
I'm working on another project which I'm trying to get back up to date, and having conflicting dependency version for Androguard. This small commit just upgrades it to the latest version.

@codecov

codecov Bot commented Jun 19, 2026 •

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.29%. Comparing base (cb80e96) to head (7f5ff86).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #928   +/-   ##
=======================================
  Coverage   80.29%   80.29%           
=======================================
  Files          82       82           
  Lines        7190     7190           
=======================================
  Hits         5773     5773           
  Misses       1417     1417           
Flag Coverage Δ
unittests 80.29% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@haeter525
haeter525 self-requested a review June 27, 2026 06:40

@haeter525 haeter525 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @trpyn, thank you for updating the Androguard version! The changes look great overall.

However, I noticed the latest Androguard (4.1.4) outputs a large amount of messages during Quark analysis, which interferes with Quark's own output.

quark_with_androguard_4_1_4_debug_output

Could you help suppress Androguard's logging? One simple fix would be adding the following line:

from loguru import logger as _androguard_logger
_androguard_logger.disable("androguard")

@trpyn
trpyn requested a review from haeter525 July 16, 2026 20:29
haeter525 and others added 2 commits July 19, 2026 10:44
numpy was implicitly available as a transitive dependency through
androguard 3.x pulling in matplotlib. androguard 4.x removed matplotlib,
so numpy must be declared explicitly. Also updates string count assertions
in forensic and script tests to match androguard 4.x output.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

@haeter525 haeter525 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @trpyn. The CI passed. I'm merging this PR.
This change will be included in the August release next week. Thank you for the PR!

@haeter525
haeter525 merged commit 248ee37 into ev-flow:master Jul 29, 2026
18 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.

2 participants