unblob
unblob copied to clipboard
Extract files from any kind of container formats
I'm trying to use the unblob API for what I think should be a fairly straightforward task but I'm having some difficulties and hoping to get some help. I haven't...
**Describe the bug** Installation via `pip` fails when it reaches `lief`. I believe the problem is there, because failure occurs during its build process, but I am filing this report...
We had to adapt our code since LIEF no longer returns "???" on Enum lookup with unknown values, but rather raise a RuntimeError. Related to https://github.com/onekey-sec/unblob/issues/875
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.9 to 0.7.0. Release notes Sourced from ruff's releases. 0.7.0 Release Notes Check out the blog post for a migration guide and overview of the changes! Breaking...
**Describe the bug** When the output directory exists (`unblob` is called twice), it will exit without any output, except: there is a quick flash. The exit code will be 1....
As https://github.com/NixOS/nixpkgs/pull/345554 is around the corner, we can get rid of most of the old cruft around our nix packaging.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/onekey-sec/unblob). ## Awaiting Schedule These updates are awaiting...
Some handlers may require access to `/tmp` in order to work in temporary files (e.g. handler performing intermediate decryption or decompression). Right now this is blocked by our landlock policy....
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rand](https://rust-random.github.io/book) ([source](https://redirect.github.com/rust-random/rand)) | dev-dependencies | minor | `0.8.4` -> `0.9.0` | --- ###...
**Describe the bug** When using unblob to extract the ROMFS filesystem from the test sample, the extraction process fails with the error `OSError: [Errno 18] Invalid cross-device link`. The error...