Jump to content

Reading Hex Files


chick3234

Recommended Posts

Depends what language, but generally you load it from a file into your program as a byte array.

c#: (path = file path of file you want to load)

byte[] hexdata = File.Open(path);

Once you have the file loaded, you can do whatever operations to decrypt/unshuffle/unpack data.

How did you go about decrypting it or unshuffling it?

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
×
×
  • Create New...