User: editor -- 2010-05-05 << 497 499 >> |
Hits: 4977 |
Type: Text file parser |
Search all Text file parser examples |
Description: |
How to batch extract ascii text from multiple binary files, such as exe files? I have many exe files, and I want to extract the readable ascii text information like versions from each of files, and save the strings to txt files. I can do it in linux with command strings, how can I do it with Replace Pioneer on windows? |
Input Sample: |
Binary Files like: file1.exe file2.exe file3.exe file4.exe ... |
Output Sample: |
Extract Ascii text from it: file1.txt file2.txt file3.txt file4.txt ... |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. ctrl-o open 'Tools->Batch Runner' window 2. drag all binary/exe files from windows file browser to 'Batch Runner' window. 3. check option of "set output filename", change the following entry to: check the output file column will be file1.txt, file2.txt, ... 4. click 'Fast Replace' button open 'Fast Replace' window. (1) click "Add" button * in "search" entry, fill: * in "replace" entry, fill: * click "OK" (2)check option of "Regular Exp", "Binary" and "Cross Line" (3)click "Start" button, all ascii strings inside the exe file will be extracted and saved to txt files. |
Screenshot 1: Batch_Runner_Window |