forensics_strings
Extract readable strings from binary files to uncover hidden text, credentials, or artifacts during forensic investigations. Supports custom minimum length and radare2 for deeper analysis.
Instructions
Extract strings from a binary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| min_len | No | ||
| use_radare2 | No | ||
| additional_args | No |