unblob
unblob copied to clipboard
Extract files from any kind of container formats
This could help manual analysis process and could useful hints to the user. It would be also interesting to easily add some special pattern detection, especially for unknown chunks to...
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...
We need to measure how fast unblob as a whole can operate and what strategy can speed up extraction significantly. Example question we want to answer: Which is faster? Matching...
By default all tests will run as before. There is no impact on their performance. To benchmark e.g. all compression handlers, run the following command: `poetry run pytest -k "test_all_handlers[compression."...
Have a scripts dir or a Justfile in the repo, which we can use to reproduce all the test files in case we need to change them a bit, or...
Fixed path traversal in python's builtin tarfile module and added a privilege check when tarfile attempts to create device files. This fixes #456 and #459 Brought to you by the...
Yet another episode in our quest to find a proper TAR extractor that does not get in the f* way. I had a quick chat with someone at Hexacon who...
Also remove empty `_extract` directories after ELF extraction.