Gallopsled/pwntools

MIPS Corefile support

開放

#2,254 建立於 2023年8月4日

 (1 則留言) (0 個反應) (0 位負責人)Python (1,684 個分叉)batch import
featuregood first issue

倉庫指標

星標
 (11,127 顆星)
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
}

貢獻者指南