Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#1146 closed Bug (Fixed)

Obfuscator & OnAutoItExitRegister.

Reported by: anonymous Owned by: Jos
Milestone: Future Release Component: SciTE4AutoIt
Version: Other Severity: None
Keywords: Cc:

Description

OnAutoItExitRegister() set functions get stripped in Obfuscated result. (1.0.26.13|1.0.26.18)

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Version=Beta
#AutoIt3Wrapper_Run_Obfuscator=y
#Obfuscator_Parameters=/striponly
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
OnAutoItExitRegister("MyTestFunc")
Func MyTestFunc()
	Return
EndFunc
;~ Exit ; workaround.
;~ MyTestFunc() ; workaround.

Attachments (0)

Change History (5)

comment:1 Changed 15 years ago by TicketCleanup

  • Version set to Other

Automatic ticket cleanup.

comment:2 Changed 15 years ago by Jos

  • Status changed from new to accepted

Will have a look.

comment:3 Changed 15 years ago by Jos

  • Resolution set to Fixed
  • Status changed from accepted to closed

It is just a matter of adding one line to obfuscator.dat:
onautoitexitregister,1,0

Download the version available in the Beta Directory and save it in the Obfuscator program directory.

Jos

comment:4 Changed 15 years ago by TicketCleanup

  • Milestone set to Future Release

Automatic ticket cleanup.

comment:5 Changed 15 years ago by anonymous

Roger, thanks.

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 owner will remain Jos.
Author


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

 
Note: See TracTickets for help on using tickets.