We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current scalpel.conf file has improper PNG header/footer, and will carve an invalid PNG.
Current, incorrect header/footer:
png y 20000000 \x50\x4e\x47? \xff\xfc\xfd\xfe
Corrected header/footer:
png y 20000000 \x89\x50\x4e\x47\x0d\x0a\x1a\x0a \x49\x45\x4e\x44\xae\x42\x60\x82
Reference: http://www.libpng.org/pub/png/spec/1.2/PNG-Rationale.html#R.PNG-file-signature
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current scalpel.conf file has improper PNG header/footer, and will carve an invalid PNG.
Current, incorrect header/footer:
PNG
png y 20000000 \x50\x4e\x47? \xff\xfc\xfd\xfe
Corrected header/footer:
png
png y 20000000 \x89\x50\x4e\x47\x0d\x0a\x1a\x0a \x49\x45\x4e\x44\xae\x42\x60\x82
Reference: http://www.libpng.org/pub/png/spec/1.2/PNG-Rationale.html#R.PNG-file-signature
The text was updated successfully, but these errors were encountered: