richietheprogrammer Posted April 26, 2011 Posted April 26, 2011 Hi guys, I am trying to extract files from a .bin file. I want the script to search for the bytes "abc", the next bite is "00", the 3 bites after that have the size in little endian. So i want the script to find "abc", get the file size, then extract all files starting with "abc" and with the correct length from the bites after the "00" in little endian. Any help is very much appreciated. Thanks
JScript Posted April 27, 2011 Posted April 27, 2011 http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere!
Tsukihime Posted April 27, 2011 Posted April 27, 2011 (edited) I've also been interested in doing something like that with AutoIt, but couldn't find anything for it. Maybe just stick to C++ Though, FileRead might be useful since it reads binary data. Edited April 27, 2011 by Tsukihime
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