Skip to content

Commit

Permalink
[4.2.7] Androguard & ApkInspector Bump + Patch AXMLParsing (#2461)
Browse files Browse the repository at this point in the history
* Androguard 293ab2d89ab9ce011c7dbbc5df3c876172875a1c update
* AXML Parser warn "reserved must be zero!" instead of raise
* Fallback on get app name when androguard returns empty string
  • Loading branch information
ajinabraham authored Nov 25, 2024
1 parent 23cbd41 commit af49985
Show file tree
Hide file tree
Showing 16 changed files with 2,705 additions and 1,036 deletions.
254 changes: 178 additions & 76 deletions LICENSES/androguard.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mobsf/MobSF/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

logger = logging.getLogger(__name__)

VERSION = '4.2.6'
VERSION = '4.2.7'
BANNER = r"""
__ __ _ ____ _____ _ _ ____
| \/ | ___ | |__/ ___|| ___|_ _| || | |___ \
Expand Down
Loading

0 comments on commit af49985

Please sign in to comment.