unblob
unblob copied to clipboard
Extract files from any kind of container formats
This is a common disk image format found in the digital forensics domain. Would bring a whole new set of users for unblob if this were added.
- [x] Set up Material for MkDocs https://squidfunk.github.io/mkdocs-material/ - [x] Pages: - [x] Home/About - [x] User Guide @kissgyorgy - [x] Installation - [x] Supported Formats - [x] Extractors -...
I've seen a few reports of people wanting to give unblob a try on AARCH64 targets (mostly Apple M1 or M2) but couldn't because our Docker images are only built...
Look here: https://www.qnx.com/developers/docs/7.1/#com.qnx.doc.neutrino.building/topic/intro/intro_ifs.html https://github.com/askac/dumpifs
Thanks for the intriguing project, as someone who's always looking for reverse-engineering tools. For what it's worth, it's probably a good idea to update the https://unblob.org/installation/#from-source section, to mention that...
Running grype (https://github.com/anchore/grype) against unblob returns the following results: [grype-vulnerabiltiy-report.txt](https://github.com/onekey-sec/unblob/files/9113368/grype-vulnerabiltiy-report.txt) We should check if we can remove some dependencies that are not required and if there is a newer base-container...
While testing #390 I found that a bunch of unneded directories are created for ELF executables. Because ELFKernelExtractor is set for ELF handlers, an empty extract directory always gets created,...
This issue is about a refactor idea that came up while review-ing #357. The below steps are in decreasing order of details as the outcome of further steps can be...