Modify

Opened 13 years ago

Closed 13 years ago

#2331 closed Bug (Fixed)

Obfuscator bug with the striponly parameter.

Reported by: FireFox Owned by: Jos
Milestone: Component: SciTE4AutoIt
Version: 3.3.9.4 Severity: None
Keywords: obfuscator striponly Cc:

Description

Hi,
Seems like I'm unlucky these days with the Obfuscator.

Here is the small reproducer :

#region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Run_Obfuscator=y
#Obfuscator_Parameters=/striponly
#endregion ;**** Directives created by AutoIt3Wrapper_GUI ****

GUICtrlCreateLabel("", 0, _ ;test
		(0))
ConsoleWrite("test" & @crlf)

There must be a multiple line followed by a comment and on the next line a parenthesis to create the bug.

The functions are only for demonstrative purpose.

Using the latest Obfuscator version.

Regards.

Attachments (0)

Change History (1)

comment:1 by Jos, 13 years ago

Resolution: Fixed
Status: newclosed

Fixed in v 1.0.30.4

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.