[Lazarus] Make unreadable names into bunary
Marco van de Voort
marcov at stack.nl
Wed Apr 4 18:01:14 CEST 2012
On Wed, Apr 04, 2012 at 04:10:46PM +0200, Kjow wrote:
> I would make unreadable functions/components/classes/etc names into
> the binary built.
> I noticed that with an hex editor I can see things like TButton,
> width, heigh etc.
Yes. These are needed to stream forms.
> Avoiding this, could make also more difficul a reverse engeneering
> with the binary.
On Windows, use tools that encrypt the whole binary. They usually allow
resources to keep working. (at least they do with delphi)
> Is there an option to enable this in compiling?
No, the form based streaming is a corner stone of the designer.
More information about the Lazarus
mailing list