- uint64_t format errors using <cinttypes> define SCNu64 - sprintf without format string replacing with strcpy (might be better to move to strncpy or something else) - use return value of fread(...) - use return value of system(...)
- Move for...loop int to size_t - Move int32_t to uint32_t