Modify

Opened 11 years ago

Closed 10 years ago

#2528 closed Feature Request (Rejected)

Obfuscator - #Obfuscator_Ignore_Funcs

Reported by: mlipok Owned by: Jos
Milestone: Component: SciTE4AutoIt
Version: Severity: None
Keywords: Cc:

Description

Obfuscator (1.0.30.15)

I use this directive
REPRO code test.au3:

#AutoIt3Wrapper_Run_Obfuscator=Y
#Obfuscator_Ignore_Funcs=AddHookApi
#Obfuscator_Ignore_Funcs=ImageDirectoryEntryToData
#Obfuscator_Ignore_Funcs=Intercept_MessageBoxW
#Obfuscator_Ignore_Funcs=VirtualProtect
#Obfuscator_Parameters=/SCI=9
#Obfuscator_Parameters=/SO
MsgBox(1,'Test','Test')

I noticed that the file test_Obfuscated.au3, still contains some of the Directive:

test_Obfuscated.au3:

#Obfuscator_Ignore_Funcs=AddHookApi
#Obfuscator_Ignore_Funcs=ImageDirectoryEntryToData
#Obfuscator_Ignore_Funcs=Intercept_MessageBoxW
#Obfuscator_Ignore_Funcs=VirtualProtect
MsgBox(1,'Test','Test')

It seems that in the output file the directives are unnecessary.

Attachments (0)

Change History (3)

comment:1 Changed 11 years ago by TicketCleanup

  • Version Other deleted

Automatic ticket cleanup.

comment:2 Changed 11 years ago by mlipok

Please consider not adding these directives to the output file.

comment:3 Changed 10 years ago by Jos

  • Resolution set to Rejected
  • Status changed from new to closed

These directives remain in the output since these are also used by au3check.

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.