Gallopsled/pwntools

MIPS Corefile support

Open

#2254 aperta il 4 ago 2023

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Python (1684 fork)batch import
featuregood first issue

Metriche repository

Star
 (11.127 star)
Metriche merge PR
 (Merge medio 18g 5h) (5 PR mergiate in 30 g)

Descrizione

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
}

Guida contributor