Gallopsled / Gallopsled/pwntools

MIPS Corefile support

Open
#2,254 1 comment 0 reactions 0 assignees View on GitHub
feature good first issue
Dominant language
Python
Stars
13.7k
Forks
1.9k
Avg merge
6d 23h
Merged PRs (30d)
3

Description

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
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.