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

add extendable chunk "discovery" option #274

Closed
martonilles opened this issue Feb 24, 2022 · 2 comments
Closed

add extendable chunk "discovery" option #274

martonilles opened this issue Feb 24, 2022 · 2 comments

Comments

@martonilles
Copy link
Contributor

During extraction when an unknown chunk occurs it would be great to show hints & insights on the unknown chunk so the user can easier analyze the un-identify chunks in a blob.

Currently we do entropy calculation, but there are other possible options to provide hints on the unknown chunks, eg:

  • identify if the complete chunk is just padding (only 0x00 or 0xff bytes) and flag the unknown chunk as padding
  • identify other known (but currently not extracted) patterns

It would be useful if the user could also add other "simple" discovery options that can report hints as well

@martonilles martonilles added this to the v3.0 milestone Mar 11, 2022
@martonilles
Copy link
Contributor Author

Similar to #263

@qkaiser
Copy link
Contributor

qkaiser commented Dec 24, 2023

Being worked on in branch https://github.com/onekey-sec/unblob/tree/padding-auto-id

@qkaiser qkaiser closed this as completed Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants