bpcs_extract
Extract hidden data from image files by analyzing complex regions in bit planes, then assembling extracted bits into structured output with magic byte detection and entropy analysis.
Instructions
Extract data from BPCS complex regions. Gathers bits from all blocks that exceed the complexity threshold in the specified bit plane, assembling them in raster-scan order. The extracted bytes are analyzed for structure including magic bytes, entropy, and printable text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plane | No | Bit plane: 0=LSB, 7=MSB (default: 0) | |
| channel | No | Color channel: 0=R, 1=G, 2=B (default: 0) | |
| file_path | Yes | Path to image file (PNG or JPEG) for BPCS extraction | |
| max_bytes | No | Maximum bytes to extract (default: 4096) | |
| threshold | No | Complexity threshold (0.0-1.0, default: 0.3) |