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 , 12 years ago
| Version: | Other |
|---|
comment:3 by , 12 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
These directives remain in the output since these are also used by au3check.
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.