Skip to content

Upgrade Androguard version to latest#928

Open
trpyn wants to merge 2 commits into
ev-flow:masterfrom
trpyn:master
Open

Upgrade Androguard version to latest#928
trpyn wants to merge 2 commits into
ev-flow:masterfrom
trpyn:master

Conversation

@trpyn

@trpyn trpyn commented Jun 19, 2026

Copy link
Copy Markdown

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 81.21%. Comparing base (fbaceb1) to head (c7af14f).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #928   +/-   ##
=======================================
  Coverage   81.21%   81.21%           
=======================================
  Files          81       81           
  Lines        7122     7122           
=======================================
  Hits         5784     5784           
  Misses       1338     1338           
Flag Coverage Δ
unittests 81.21% <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")

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