Tool to extract strings from a file (binary, image or other) in order to find text content.
Strings Extractor - dCode
Tag(s) : Text Processing
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
A string extractor is a tool that identifies and extracts readable sequences of characters (text strings) from non-text files. These strings can include plain text, hidden messages, links, or special information hidden in executable files, images, archives, or any other type of file.
The tool scans a file for sequences of printable characters (usually in ASCII encoding), which are separated by non-printable characters or binary data.
Example: In an ELF executable binary file, the extractor will find strings like: /lib64/ld-linux-x86-64.so.2 or other similar signature strings.
The Unix strings command is a command-line utility specific to Unix/Linux-based systems, used to extract printable strings from binary files.
dCode's String Extractor has a similar operation with additional features and a user interface.
If a password or sensitive data is stored in plain text in a file, the tool can extract it. However, it cannot decrypt encrypted or compressed data.
dCode retains ownership of the "Strings Extractor" source code. Except explicit open source licence (indicated Creative Commons / free), the "Strings Extractor" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Strings Extractor" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Strings Extractor" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Strings Extractor" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Strings Extractor on dCode.fr [online website], retrieved on 2025-01-18,