Home
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) -> LIEF::ART::File
Parse the given filename and return an File
object
parse(raw: List[int], name: str = ‘’) -> LIEF::ART::File
Parse the given raw data and return an File
object
parse(io: object, name: str = ‘’) -> LIEF::ART::File
ART Header representation