Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIPS Corefile support #2254

Open
Veryyes opened this issue Aug 4, 2023 · 1 comment
Open

MIPS Corefile support #2254

Veryyes opened this issue Aug 4, 2023 · 1 comment
Labels

Comments

@Veryyes
Copy link

Veryyes commented Aug 4, 2023

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
}
@Veryyes Veryyes added the feature label Aug 4, 2023
@Arusekk
Copy link
Member

Arusekk commented Oct 14, 2023

Do you want to try working on that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants