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

Rework darling-coredump To Avoid Hardcoding x86/x64 Logic #1461

Merged
merged 1 commit into from
Dec 14, 2023

Commits on Dec 13, 2023

  1. [coredump] Avoid Hardcoding x86/x64 Logic

    While I was working on fixing up `darling-coredump` for ARM64 support, I noticed that there is some x86 code that doesn't really need to be hardcoded at compile time.
    
    If there aren't any other unexpected issues, this should also allow one (in theory) to process a x86 core dump on a non-x86 device.
    CuriousTommy committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4b8daad View commit details
    Browse the repository at this point in the history