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 Changed 13 years ago by Jos
- Resolution set to Fixed
- Status changed from new to closed
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.
Note: See
TracTickets for help on using
tickets.

Fixed in v 1.0.30.4