Code Snippet
(Python) Extract ASCII/Unicode Strings from File
Tiny Python code snippet to extract ASCII / Unicode strings from any file. This is a very simplified equivalent of UNIX strings
command.
Supports:
- ASCII string extraction
- Unicode string extraction
- Show extracted string offset
- Define minimum extracted string length.
4 months ago