What I'm doing is decompiling Call of Duty Fastfiles, now everything is okay but I'm struggling to retrieve the size of the files within the fastfile.
For example:
Incase you didn't know this program is HxD, but obviously I can't use this in VB.NET :/
The part that is highlighted is the size of the file, the file name is maps/_debug.gsc. Now I can retrieve the '??..' and put it into its own array of bytes.
I know how to convert this with the windows calculator, put it into programmer then paste in the highlighted hex on the left into hex and then change it to Dec then it gives you the size. I just don't know how to do this in VB.NET :/ As you can see on the left, the .. on the part on the right, one of them does actually have a value, '01'. HxD just displays them as a .
So I basically need to retrieve the value of each highlighted character on the right then convert that into hex?
Please help, I've been at this for ages now!
For example:
![3e7Ka.png](http://puu.sh/3e7Ka.png)
The part that is highlighted is the size of the file, the file name is maps/_debug.gsc. Now I can retrieve the '??..' and put it into its own array of bytes.
I know how to convert this with the windows calculator, put it into programmer then paste in the highlighted hex on the left into hex and then change it to Dec then it gives you the size. I just don't know how to do this in VB.NET :/ As you can see on the left, the .. on the part on the right, one of them does actually have a value, '01'. HxD just displays them as a .
So I basically need to retrieve the value of each highlighted character on the right then convert that into hex?
Please help, I've been at this for ages now!