Overloaded function.
is_art(path: str) -> bool
Check if the file given in parameter is an ART
is_art(raw: list[int]) -> bool
Check if the raw data given in parameter is a ART
Overloaded function.
version(file: str) -> int
Return the ART version of the file given in parameter
version(raw: list[int]) -> int
Return the ART version of the raw data given in parameter
Return the ANDROID_VERSIONS
associated with the given ART version
Overloaded function.
parse(filename: str) -> Optional[lief._lief.ART.File]
Parse the given filename and return an File
object
parse(raw: list[int], name: str = '') -> Optional[lief._lief.ART.File]
Parse the given raw data and return an File
object
Bases: Object
ART File representation
Return the ART Header
Bases: Object
ART Header representation