Overloaded function.
is_vdex(path: str) -> bool
Check if the file given in parameter is an VDEX
is_vdex(raw: list[int]) -> bool
Check if the raw data given in parameter is a VDEX
Overloaded function.
version(file: str) -> int
Return the VDEX version of the file given in parameter
version(raw: list[int]) -> int
Return the VDEX version of the raw data given in parameter
Return the ANDROID_VERSIONS
associated with the given VDEX version
Parse the given filename and return a File
object
Bases: Object
VDEX File representation
Return an iterator over File
Return the VDEX Header
Bases: object
Iterator over lief._lief.DEX.File