Overloaded function.
is_vdex(path: str) -> bool
Check if the file given in parameter is an VDEX
is_vdex(raw: collections.abc.Sequence[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: collections.abc.Sequence[int]) -> int
Return the VDEX version of the raw data given in parameter
Return the ANDROID_VERSIONS
associated with the given VDEX version
Overloaded function.
parse(filename: str) -> Optional[lief._lief.VDEX.File]
Parse the given filename and return a File
object
parse(obj: Union[io.IOBase | os.PathLike], name: str = '') -> Optional[lief._lief.VDEX.File]
Bases: Object
VDEX File representation
Return an iterator over File
Return the VDEX Header
Bases: object
Iterator over lief._lief.DEX.File