Skip to content

Python scripts to disassemble 32-bit ARM binaries

Notifications You must be signed in to change notification settings

securelayer7/arm-py32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

arm-py32

Python scripts to disassemble 32-bit ARM binaries

Usage

disassemble.py <bin>

Use this to view the disassembly of the .text section. If need be, modify the script to point to other sections.

# line 11
code = elf.get_section_by_name('.data')

relocations.py <bin>

This is a generic script for all ELF files, to view relocation entries.

sections.py <bin>

Again, a generic script for all ELF files. This will list out all the sections present, along with their offsets.

About

Python scripts to disassemble 32-bit ARM binaries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages