Gallopsled/pwntools

MIPS Corefile support

Open

#2,254 opened on 2023年8月4日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Python (1,684 forks)batch import
featuregood first issue

Repository metrics

Stars
 (11,127 stars)
PR merge metrics
 (平均マージ 18d 5h) (30d で 5 merged PRs)

説明

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
}

コントリビューターガイド