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

Method __init__

androguard/core/bytecodes/apk.py:221–294  ·  view source on GitHub ↗

This class can access to all elements in an APK file example:: APK("myfile.apk") APK(read("myfile.apk"), raw=True) :param filename: specify the path of the file, or raw data :param raw: specify if the filename is a path or raw data (optiona

(self, filename, raw=False, magic_file=None, skip_analysis=False, testzip=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls 3

_apk_analysisMethod · 0.95
readFunction · 0.90
BrokenAPKErrorClass · 0.85

Tested by

no test coverage detected