totoag
|
ccb81171fa
|
Merge pull request #883 from tirkarthi/fix-assert
Use assertEqual instead of assertEquals for Python 3.11 compatibility.
|
2023-06-10 16:13:18 +02:00 |
|
totoag
|
829692d9f4
|
Merge pull request #915 from Fare9/master
Error getting xrefs
|
2023-06-10 16:12:10 +02:00 |
|
totoag
|
a7e09711bd
|
Merge pull request #916 from ryu-s-r/patch-2
Fix AXML parsing error with manipulated
|
2023-06-10 16:11:46 +02:00 |
|
totoag
|
2c2cc1a1a4
|
Merge pull request #926 from Ylarod/qualifier
Correctly handle get_qualifier
|
2023-06-10 16:10:44 +02:00 |
|
totoag
|
dbc04c1efe
|
Delete .travis.yml
|
2023-06-10 16:10:10 +02:00 |
|
totoag
|
74d7f3d4bf
|
Merge pull request #931 from mang0cola/master
fix AttributeError
|
2023-06-10 16:09:49 +02:00 |
|
totoag
|
29194a317f
|
Fix syntax mistake
|
2023-06-10 16:03:37 +02:00 |
|
totoag
|
ca1c12b94f
|
Clean up and add some ui for dynamic analysis
|
2023-06-10 07:00:04 -07:00 |
|
Hallucino
|
1e89ba82e1
|
update logo
|
2023-06-02 14:12:50 +02:00 |
|
totoag
|
77fbd4ce29
|
Delete androguard.png
|
2023-06-02 14:08:26 +02:00 |
|
ryu-s-r
|
5124513556
|
Update __init__.py
|
2023-04-14 07:12:51 +09:00 |
|
tmp
|
62fa02a4f1
|
fix AttributeError
|
2023-04-07 15:21:17 +08:00 |
|
Ylarod
|
0bdb0d1ede
|
remove todo
|
2023-03-18 12:51:27 +08:00 |
|
Ylarod
|
bdcd436320
|
update comment
|
2023-03-18 12:50:21 +08:00 |
|
Ylarod
|
51a9d85b7a
|
correctly handle get_qualifier for android 13
|
2023-03-18 12:41:34 +08:00 |
|
Anthony Desnos
|
372dad2b44
|
Add new logo
|
2023-02-01 10:47:51 +01:00 |
|
ryu-s-r
|
1f99c46229
|
FIX? Ignore? multi disk ZIP error
Unless we have better solution for multi part zip, it would be better ignoring and pretending it is single zip file.
Found that some malwares use this trick to interrupt automated analysis like below sample.
https://www.virustotal.com/gui/file/2b9eb34b2d86e9119ada81f2c641086225c420d3439a3ca22e2a903ce8c2c937
|
2022-12-15 20:44:59 +09:00 |
|
ryu-s-r
|
03b841bf41
|
Fix AXML parsing error with manipulated
It may fix some issue with packed or obfuscated AndroidManifest.xml
example, https://www.virustotal.com/gui/file/64275082cdec19c4e9d74efb9dfcaba133d1d2312e3670ad976750c9a77752cb
|
2022-12-15 15:33:41 +09:00 |
|
Fare9
|
1be59e31ac
|
Bug on extracting xrefs, check of class fails because comparison is done with a byte character, while the index 0 from a string is a string in python3
|
2022-12-13 22:46:33 +01:00 |
|
Anthony Desnos
|
832104db3e
|
Update
|
2022-11-25 10:25:25 +01:00 |
|
totoag
|
3242ff1e0a
|
Update ssl.js
|
2022-09-09 10:52:20 +02:00 |
|
totoag
|
1c4af310a1
|
update
|
2022-09-08 23:33:41 +02:00 |
|
totoag
|
3bc871929d
|
Fix problem to load some module
|
2022-09-08 23:30:40 +02:00 |
|
totoag
|
a0494b1e44
|
update ssl pinning
|
2022-09-08 16:09:03 +02:00 |
|
totoag
|
cc9197d87f
|
Add some frida bypass
|
2022-09-07 09:53:42 +02:00 |
|
totoag
|
be4796ee62
|
Add new hook
|
2022-08-30 14:36:53 +02:00 |
|
totoag
|
aeee67b84e
|
Fix bug in socket module
|
2022-08-29 16:23:05 +02:00 |
|
totoag
|
d8f85c68d3
|
Add dex dump option
|
2022-08-29 12:01:48 +02:00 |
|
totoag
|
9cb504b0f1
|
Add SSL unpinning module
|
2022-08-26 11:02:00 +02:00 |
|
totoag
|
cec8a1b006
|
Add app info
|
2022-08-16 23:34:16 +02:00 |
|
totoag
|
2f27cae536
|
Try to fix #835
|
2022-07-29 14:56:44 +02:00 |
|
totoag
|
f9875aa96c
|
Update base64.js
|
2022-07-28 17:04:04 +02:00 |
|
totoag
|
385c5e3bab
|
add base64 tracing
|
2022-07-28 16:17:14 +02:00 |
|
totoag
|
ec6550b511
|
Add crypto/socket tracing
|
2022-07-28 16:10:51 +02:00 |
|
totoag
|
7e65372ea6
|
Add anti debug stuff :)
|
2022-07-28 11:19:31 +02:00 |
|
totoag
|
dbbc1915c6
|
Add dynamic trace (no apk)
|
2022-07-27 13:33:27 +02:00 |
|
totoag
|
879c957d99
|
Merge pull request #902 from danielgf3/fixes-androguard4
Fixes androguard4
|
2022-07-26 11:45:04 +02:00 |
|
Daniel Garcia
|
afcab5940b
|
Extract the correct main activity
|
2022-07-26 11:40:19 +02:00 |
|
Daniel Garcia
|
903733136e
|
fixed get_raw method
|
2022-07-25 16:28:06 +02:00 |
|
Daniel Garcia
|
56f6827d7c
|
Removed duplicate function
|
2022-07-25 16:24:33 +02:00 |
|
totoag
|
a1ddf9aeb2
|
Add some optional scripts
|
2022-07-25 14:56:06 +02:00 |
|
totoag
|
33076e2f4e
|
Add class loading tracing + gzip dump
|
2022-07-25 14:33:44 +02:00 |
|
totoag
|
1b0967d508
|
add new modules
|
2022-07-25 14:14:06 +02:00 |
|
totoag
|
e10476f3e9
|
Merge pull request #862 from danielgf3/fill_deprecated_permissions_info
Fill deprecated permissions info
|
2022-07-25 12:03:49 +02:00 |
|
Daniel Garcia
|
42fd528106
|
Merge branch 'master' of github.com:danielgf3/androguard into fill_deprecated_permissions_info
|
2022-07-25 11:32:36 +02:00 |
|
Daniel Garcia
|
5910d32fa2
|
Fix typo
|
2022-07-25 11:30:24 +02:00 |
|
Daniel Garcia
|
3a2485a55f
|
Fix typo
|
2022-07-25 11:30:24 +02:00 |
|
Daniel Garcia
|
e2c5dfde9b
|
Added doc
|
2022-07-25 11:30:24 +02:00 |
|
Daniel Garcia
|
f546f773b6
|
Completed the result
|
2022-07-25 11:30:24 +02:00 |
|
Daniel Garcia
|
5677bf2b07
|
Extract activity_aliases
|
2022-07-25 11:30:23 +02:00 |
|