[fpc-pascal] Re: Editing resource of executable
Jonas Maebe
jonas.maebe at elis.ugent.be
Thu Aug 30 15:02:55 CEST 2012
Krzysztof wrote on Thu, 30 Aug 2012:
> Maybe I can write own commandline tool for server admins, which can
> edit resource of another (written in FPC too) executable?
I think the easiest is to add the data at the end of the binary, as
has been suggested earlier. It breaks signed applications, but so does
changing a resource, so there's no difference as far as that is
concerned. And adding/reading data at the end of the binary is much
easier than changing a resource.
Jonas
More information about the fpc-pascal
mailing list