Modify

Opened 12 years ago

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

Version: Other

Automatic ticket cleanup.

comment:2 by mlipok, 12 years ago

Please consider not adding these directives to the output file.

comment:3 by Jos, 12 years ago

Resolution: Rejected
Status: newclosed

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

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.