Jump to content

Recommended Posts

Posted

Hello. I'm looking for a way to extract text from a bunch of binary files.

Let's say I have an audio project files that are corrupted and I want to see what wav files the projects would have loaded. I open the binary file into a regular text editor...I see a bunch of unreadable stuff, and mingled in there I see some readable text, the names of the wav files used in the project.

If I have a bunch of these files and, instead of opening each one individually and hunting for the text that contains the wav file names, and manually copying and pasting these names into a text file, I thought...hmmm...I wonder if and AutoIt script could be made that would just go through a bunch of these binary files and put all the human readable text it finds into text file that I could look over.

Thanks for any ideas about this. I don't know if AutoIt functions deal with binary files. I mainly have fun making little scripts that do repetitive text editing, etc.

Thank you,

frew

Posted

Thanks for the idea JohnOne. I'm not sure how to use RegExp.

I would love to point the script at a folder of files and just have one text file be created that contains all the text (strings, string data?) that is in the binary files...not really extract it, but just copy all the human readable, regular language text out of the binary files, placing that text into a single text file for me to look over.

Thanks for any other ideas.

frew

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...