Skip to content

fix(unblob): unnecessary carving of padding in qnx elf file #1241

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

elektrischermoench
Copy link

Some QNX binaries are padded with a 4kib of null bytes. There is no reason to carve them.
So this fix will look into the elf binary sections to identify if it a QNX binary and carve the file with padding included.

@qkaiser qkaiser force-pushed the 4248-unnecessary-carving-of-elf-file-in-qnx-firmware branch 2 times, most recently from 8d6a71a to f9c08f4 Compare August 13, 2025 09:37
@qkaiser qkaiser added enhancement New feature or request format:executable python Pull requests that update Python code labels Aug 13, 2025
@qkaiser qkaiser force-pushed the 4248-unnecessary-carving-of-elf-file-in-qnx-firmware branch from d5fb0b2 to 8d6a71a Compare August 13, 2025 10:13
@qkaiser qkaiser force-pushed the 4248-unnecessary-carving-of-elf-file-in-qnx-firmware branch from 8d6a71a to 682942d Compare August 13, 2025 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request format:executable python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants