Modify

Opened 18 years ago

Closed 18 years ago

#364 closed Bug (No Bug)

Error at runtime caused by obfuscator

Reported by: madflame991 Owned by: Jos
Milestone: Component: SciTE4AutoIt
Version: Other Severity: None
Keywords: obfuscator Cc:

Description

After I compile this I get "Line -1: Error: Array variable subscript badly formatted". Why? I tested it on WinXP Pro Sp 1 and it worked, but on WInXP Pro SP2 it crushed.
The script has been compiled under version 3.2.12.0 and obfuscated under version 1.0.24.12

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_UseUpx=n
#AutoIt3Wrapper_Run_Obfuscator=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
Global $var[4]
$var[1] = 'boo'
MsgBox(0, 'title', $var[1])

Attachments (1)

err_obf.JPG (36.1 KB ) - added by madfame991 18 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 by TicketCleanup, 18 years ago

Severity: BlockingNone

Automatic ticket cleanup.

comment:2 by Valik, 18 years ago

Component: AutoItOther
Version: 3.2.12.0Other

comment:3 by Jos, 18 years ago

Works fine for me using the latest version of Obfuscator v1.0.24.17.

Jos

comment:4 by Jos, 18 years ago

Component: OtherSciTE4AutoIt
Owner: set to Jos
Status: newassigned

by madfame991, 18 years ago

Attachment: err_obf.JPG added

comment:5 by madflame991, 18 years ago

I downloaded the last version and it still won't work. The error only appears when I'm launching the compiled executable under Windows XP SP2. I provided a screenshot in the attachement.

comment:6 by Jos, 18 years ago

Please zip up the following files and PM/Email them to me to allow me to see what is happening:

  • Original script source.
  • The Obfusticated version of the script
  • The Obfuscator.log generated by Obfuscator for this script located on the Obfuscator program directory.
  • The ouput EXE giving the error.

Jos

comment:7 by Valik, 18 years ago

Summary: Error at runime caused by obfuscatorError at runtime caused by obfuscator

comment:8 by Jos, 18 years ago

Resolution: No Bug
Status: assignedclosed

Received the test files and they all worked fine for me on WinXP sp2 & 3.

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.