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
}