Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.35 KB

androguard.core.bytecodes.rst

File metadata and controls

53 lines (40 loc) · 1.35 KB

androguard.core.bytecodes package

The bytecodes modules are one very important core feature of Androguard. They contain parsers for APK, AXML, DEX, ODEX and DEY files as well for formats used inside these formats. These might be MUTF-8 for string encoding in DEX files as well as the widely used LEB128 encoding for numbers.

The most important modules might be androguard.core.bytecodes.apk.APK and androguard.core.bytecodes.dvm.DalvikVMFormat.

Submodules

androguard.core.bytecodes.apk module

androguard.core.bytecodes.apk

androguard.core.bytecodes.dvm module

androguard.core.bytecodes.dvm

androguard.core.bytecodes.axml module

androguard.core.bytecodes.axml

androguard.core.bytecodes.mutf8 module

androguard.core.bytecodes.mutf8

Module contents

androguard.core.bytecodes