# onekey-sec/unblob

Extract files from any kind of container formats

Repository: https://github.com/onekey-sec/unblob
Canonical: https://ross.abutalabs.com/products/unblob
Homepage: https://unblob.org
Language: Python
License: MIT
License Family: permissive
Topics: extraction, filesystem, archive, compression, python
Last push: 2026-08-24T01:45:39+00:00

## Health v2 (maintenance only)
Score: 91/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 75, longevity 100
- inputs: {"age_days": 1912, "days_push": 10, "days_rel": 90, "gap_med": 44, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2544, forks 112 (observed 2026-08-28T04:06:59.577769+00:00)

## What it is
unblob is an extraction suite that parses unknown binary blobs for 78+ archive, compression, and file-system formats, recursively extracting their contents and carving out unrecognized chunks. It provides both a command-line interface and a Python library, and is primarily aimed at firmware image analysis and reverse engineering.

## Use cases
- extract files from firmware images
- unpack unknown binary blobs
- recursively extract nested archives and filesystems
- identify embedded filesystems like SquashFS or JFFS2 in firmware
- carve out unknown data chunks from binary files
- analyze entropy of unknown regions to spot encrypted or compressed data
- generate JSON reports of extracted chunk offsets and metadata
- extend extraction with custom format handler plugins

## When to choose
- you need to extract and analyze firmware images or embedded device dumps
- you want accurate start and end offsets for chunks rather than naive carving
- you need recursive extraction across many archive, compression, and filesystem formats
- you want a Python library or CLI with a plugin system for custom formats
- you are doing data recovery, memory forensics, or malware analysis on binary blobs

## When to avoid
- you only need to extract a single well-known archive format like a plain zip or tar
- you require a GUI-based extraction tool
- you cannot install external extractor dependencies like 7zip, unar, or sasquatch
- you need Windows-native support without Docker or WSL

## Facets
- artifact type: cli-tool
- maturity: active
- function: parser, file-system, compression, cli, security, reverse-engineering, plugin-system
- domain: security, reverse-engineering, files, embedded-systems, developer-tools
- platform: python, cli
- tags: firmware-analysis, binary-blob-extraction, data-recovery, forensics, malware-analysis, chunk-carving, entropy-analysis, command-line, linux, macos, docker

## Member repositories
- onekey-sec/unblob (main) score 91

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:59.577769+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:25:04.548395+00:00, confidence not recorded.
  - readme: https://github.com/onekey-sec/unblob (fetched 2026-08-28T04:06:59.577769+00:00, sha 3972dbb211a2)
  - homepage: https://unblob.org (fetched 2026-08-29T10:07:05.033090+00:00, sha 36d1cfa32299)
  - site_page: https://unblob.org/installation (fetched 2026-08-29T10:07:05.042553+00:00, sha e3b2112ff673)
- Data as of 2026-08-30T08:39:29.467469+00:00.
