unblob icon indicating copy to clipboard operation
unblob copied to clipboard

Extract files from any kind of container formats

Results 70 unblob issues
Sort by recently updated
recently updated
newest added

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...

documentation
enhancement
question

**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...

dependencies

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

dependencies

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...

dependencies
python

**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....

bug

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...

dependencies

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....

enhancement

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` | --- ###...

dependencies

**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...

bug
format:filesystem
python