Category "binaryfiles"

How to I get my program to skip the uint32_t, then start reading the rest of the binary data into structs in C?

I have included my code below. I have it reading and printing the first line of a binary file. The rest of the file is meant to be put in a struct that contains

reverse engineering binary file format pattern maker xsd xsp

I'm new to reverse engineering (especially exe and dll) and trying to break pattern maker and cross-stitch pro file formats of saved patterns *.xsd and *.xsp I'

Serializing a class which contains a std::string

I'm not a c++ expert but I've serialized things a couple of times in the past. Unfortunately this time I'm trying to serialize a class which contains an std::st