recover_file
Repairs corrupted ZIP, PNG, JPEG, and SQLite files by reconstructing file signatures and carving recoverable data from raw byte structures.
Instructions
손상된 ZIP, PNG, JPEG, SQLite 파일의 원시 바이트 구조를 Rust 복구 엔진으로 역추적하여 복구합니다. 파일 시그니처를 재건하고 가능한 데이터를 카빙합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_base64 | Yes | 복구할 손상된 파일의 Base64 인코딩 문자열 | |
| file_type | No | 파일 포맷 힌트: zip | png | jpeg | sqlite | auto | |
| strategy | No | 복구 전략: carve | header_fix | deep_scan |