Gallopsled/pwntools

MIPS Corefile support

Open

#2,254 创建于 2023年8月4日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (1,684 fork)batch import
featuregood first issue

仓库指标

Star
 (11,127 star)
PR 合并指标
 (平均合并 18天 5小时) (30 天内合并 5 个 PR)

描述

Currently pwntools does not support parsing coredumps that are from MIPS binaries. Would be nice if it did.

FYI: The current list of architectures supported: pwntools/pwnlib/elf/corefile.py:102

prstatus_types = {
    'i386': elf_prstatus_i386,
    'amd64': elf_prstatus_amd64,
    'arm': elf_prstatus_arm,
    'aarch64': elf_prstatus_aarch64
}

贡献者指南