Package: androguard / 3.4.0~a1-17~bpo12+1
Metadata
Package | Version | Patches format |
---|---|---|
androguard | 3.4.0~a1-17~bpo12+1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Fixed deprecated code.patch | (download) |
androguard/cli/main.py |
33 29 + 4 - 0 ! |
fixed deprecated code Fixed issue: 'asn1crypto.keys.PublicKeyInfo().fingerprint has been removed, please use oscrypto.asymmetric.PublicKey().fingerprint instead' |
0002 Fix write_yaml has been removed from NetworkX.patch | (download) |
androguard/cli/main.py |
6 5 + 1 - 0 ! |
fix write_yaml has been removed from networkx |
0003 added error handling for res1 and res0 must be zero.patch | (download) |
androguard/core/bytecodes/axml/__init__.py |
35 20 + 15 - 0 ! |
[patch 1/1] added error handling for "res1" and "res0" must be zero errors which caused aborting the parsing |
0004 Patch update based on https github.com androguard an.patch | (download) |
androguard/core/bytecodes/axml/__init__.py |
15 8 + 7 - 0 ! |
[patch 1/1] patch update based on https://github.com/androguard/androguard/issues/1014 |
0004 fix tests.patch | (download) |
tests/test_session.py |
1 1 + 0 - 0 ! |
--- |
0005 fix gpickle.patch | (download) |
androguard/cli/main.py |
3 2 + 1 - 0 ! |
remove deprecated wrapper function reference https://github.com/networkx/networkx/pull/4282 |
0006 fix python 3 12 syntaxerror.patch | (download) |
androguard/core/bytecodes/apk.py |
4 2 + 2 - 0 ! |
--- |
0007 fix reserved must be zero.patch | (download) |
androguard/core/bytecodes/axml/__init__.py |
2 1 + 1 - 0 ! |
fix resparsererror: reserved must be zero! This is just a stupid workaround for an unimportant parser error that blocks parsing many reasonable APKs. https://github.com/androguard/androguard/issues/1102#issuecomment-2663765348 |