Modify

Opened 16 years ago

Closed 16 years ago

#270 closed Feature Request (Rejected)

Obfuscate /striponly functionality --> as default behaviour of Aut2Exe

Reported by: Zedna Owned by:
Milestone: Component: Aut2Exe
Version: Severity: None
Keywords: Cc:

Description

Obfuscate /striponly remove all not used global constants and functions from script and all used include files at compile time.

So result is smaller EXE and some speed improvement at runtime.

Attachments (0)

Change History (3)

comment:1 Changed 16 years ago by Zedna

Here are exact syntax

#AutoIt3Wrapper_run_obfuscator=y
#Obfuscator_parameters=/so

When you add this at top of your script then it removes not used constants/functions at compile time

comment:2 Changed 16 years ago by TicketCleanup

  • Version 3.2.10.0 deleted

Automatic ticket cleanup.

comment:3 Changed 16 years ago by Valik

  • Resolution set to Rejected
  • Status changed from new to closed

You already have a working solution. As nice as this would be it's a can of worms that once opened will require a massive amount of work to do all that should be done. Closing as rejected.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.