Quote from: JanetC on Mon 04/03/2013 00:50:05He meant that there's a value written at the end of file, which tells at which offset (from the file start) the data is written.
I cut everything from the exe before CLIB. Seems to work. Is that right? I don't understand what jjs means about the "Also the end of the file contains the offset to the CLIB start iirc." - I didn't change that. Is that likely to cause problems?
Formally that should be 0, since now the file does not contain exe binaries, but for the same reason this offset won't be read at all. It is only being read when the CLIB marker is not found at the file's beginning.