Hello, I have a program that works as a wrapper for other programs, see my post embedding dlls for more info on that, anyways.
Currently I have no way of getting EOF/Overlay data (all data in an exe that is not the actual binary code), without this ability, many programs, including every autoit script, could not e wrapped with my program.
I was wondering if there was a way to separate this info, or maybe get the length of the actual real binary and split the string at the place?
I have tried binarylen() but it can be problematic with encrypted/encoded EOF data, it sometimes counts EOF data as binary.
Currently I have no way of getting EOF/Overlay data (all data in an exe that is not the actual binary code), without this ability, many programs, including every autoit script, could not e wrapped with my program.
I was wondering if there was a way to separate this info, or maybe get the length of the actual real binary and split the string at the place?
I have tried binarylen() but it can be problematic with encrypted/encoded EOF data, it sometimes counts EOF data as binary.