aisc Posted October 25, 2010 Posted October 25, 2010 Is there a way to use _RegSearch() to search for strings inside of binary data? Thanks, aisc
PsaltyDS Posted October 25, 2010 Posted October 25, 2010 That would be pretty complicated. For example, if the text has been binary encoded, how many encodings are you searching for (i.e. ANSI, UTF-8, UTF-16), and how many languages and special characters do you want to support in your search? You would have to code a search of your own. You could use _RegSearch() to get an array of keys/values to check, then you would have to walk the array, testing each with your own specific requirements for matches. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
aisc Posted October 25, 2010 Author Posted October 25, 2010 Thanks. That's what I figured. Oh well... it's a great function nonetheless!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now