MCPcopy Create free account
hub / github.com/codehasan/dex2c / get_objects_apk

Method get_objects_apk

androguard/session.py:413–449  ·  view source on GitHub ↗

Returns APK, DalvikVMFormat and Analysis of a specified APK. You must specify either `filename` or `digest`. It is possible to use both, but in this case only `digest` is used. example:: s = Session() digest = s.add("some.apk")

(self, filename=None, digest=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

AnalyzeAPKFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected