apkutils.elf package

Submodules

apkutils.elf.elfparser module

class apkutils.elf.elfparser.ELF(file_path)[source]

Bases: object

close()[source]
display_string_dump(section_spec)[source]

Display a strings dump of a section. section_spec is either a section number or a name.

get_dynsym_datas(skip_import=True)[source]
get_rodata_strings()[source]
apkutils.elf.elfparser.display_string_dump(elf_file, section_spec)[source]

Display a strings dump of a section. section_spec is either a section number or a name.

apkutils.elf.elfparser.get_dynsym_datas(elf_data, elf_file, skip_import=True)[source]

获取符号/方法的相关信息(符号名、符号数据)。

apkutils.elf.elfparser.get_elf_files(apk_path)[source]
apkutils.elf.elfparser.get_rodata_strings(elf_file)[source]

获取字符串列表,以hex格式表示,避免字符编码问题。

Module contents