Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 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 by TicketCleanup, 17 years ago

Version: Other

Automatic ticket cleanup.

comment:2 by Jos, 17 years ago

Status: newaccepted

Will have a look.

comment:3 by Jos, 17 years ago

Resolution: Fixed
Status: acceptedclosed

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 by TicketCleanup, 17 years ago

Milestone: Future Release

Automatic ticket cleanup.

comment:5 by anonymous, 17 years ago

Roger, thanks.

Modify Ticket

Action
as closed The owner will remain Jos.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.