You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pwndbg/pwndbg/commands/elfheader.py

12 lines
229 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
import gdb
import pwndbg.commands
@pwndbg.commands.Command
def elfheader():
"""
Prints the section mappings contained in the ELF header
"""
gdb.execute('info files')