Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.14 KB

androguard.core.analysis.rst

File metadata and controls

37 lines (28 loc) · 1.14 KB

androguard.core.analysis package

The analysis module implements an abstraction layer for androguard.core.bytecodes.dvm.DalvikVMFormat objects. The the help of the androguard.core.analysis.analysis.Analsyis object, you can bundle several DEX files together. This is not only useful for multidex files, but also for a single dex, as Analysis offers many features to investigate DEX files. One of these features is crossreferencing (XREF). It allows you to build a graph of the methods inside the DEX files. You can then create callgraphs or find methods which use a specific API method.

Submodules

androguard.core.analysis.analysis module

androguard.core.analysis.analysis

androguard.core.analysis.auto module

androguard.core.analysis.auto

Module contents

androguard.core.analysis