Click here to Skip to main content
15,949,686 members

Comments by Maq47 (Top 1 by date)

Maq47 23-Feb-24 16:42pm View    
I never said that the file contained ONLY those hex values, and I also said that it is a C# file; in other words, code. This fact alone makes the fact that it isn't only hex values self-explanatory. Here is just one line of the code with function names changed for privacy:

br.position = 0x3422C;

This line is using the BinaryReader function (called as br) to seek to 0x3422C. The project is for a binary file editor for a specific file. All lines that have hexadecimal numbers are lines that define offsets within the binary file.