Jump to content

Extract files


Recommended Posts

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 :unsure:

Link to comment
Share on other sites

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 by Tsukihime
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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