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

Method addDEX

androguard/session.py:208–246  ·  view source on GitHub ↗

Add a DEX file to the Session and run analysis. :param filename: the (file)name of the DEX file :param data: binary data of the dex file :param dx: an existing Analysis Object (optional) :return: A tuple of SHA256 Hash, DalvikVMFormat Object and Analysis obj

(self, filename, data, dx=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

addAPKMethod · 0.95
addMethod · 0.95
AnalyzeDexFunction · 0.80

Calls 8

addMethod · 0.95
create_xrefMethod · 0.95
set_decompilerMethod · 0.95
set_vmanalysisMethod · 0.95
create_python_exportMethod · 0.95
DalvikVMFormatClass · 0.90
AnalysisClass · 0.90
DecompilerDADClass · 0.90

Tested by

no test coverage detected