Anyone has experience with RE serialized binary data structures?
This specific patterns is of any similarity?
Context: serialized navmesh data. Previous block was just a linear array of Vector2 entries. Next block is <uint ID>[float,float,float,float]
This block in-beween makes no sense to me. There are some oddities, for example - the highlighted orange integers are fairly big compared to the rest surrounding them, they go 39, 1052, 1053, 1055 and then this pattern suddenly dies. Havent found anything else
Total block size is 67 252 bytes, count is 1108. It isnt evenly divisible so it is non-linear/non-uniform.
https://paste.c-net.org/SimpsonsEcstatic
This specific patterns is of any similarity?
Context: serialized navmesh data. Previous block was just a linear array of Vector2 entries. Next block is <uint ID>[float,float,float,float]
This block in-beween makes no sense to me. There are some oddities, for example - the highlighted orange integers are fairly big compared to the rest surrounding them, they go 39, 1052, 1053, 1055 and then this pattern suddenly dies. Havent found anything else
Total block size is 67 252 bytes, count is 1108. It isnt evenly divisible so it is non-linear/non-uniform.
https://paste.c-net.org/SimpsonsEcstatic