zcutlip / py-object-file

Parsers for executable and library object files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Object File Parser

Description

This is a Python module to parse executable and library object files.

This code was originally part of Gregory Clayton's gsym Python project

File Descriptions

  • elf.py: ELF object file support
  • mach_o.py: Mach-O object file support

Credits

Original Author: Gregory Clayton <gclayton@fb.com>

About

Parsers for executable and library object files


Languages

Language:Python 98.5%Language:Shell 1.4%Language:C 0.1%