Modify ↓
#1146 closed Bug (Fixed)
Obfuscator & OnAutoItExitRegister.
| Reported by: | anonymous | Owned by: | Jos |
|---|---|---|---|
| Milestone: | Future Release | Component: | SciTE4AutoIt |
| Version: | Other | Severity: | None |
| Keywords: | Cc: |
Description
OnAutoItExitRegister() set functions get stripped in Obfuscated result. (1.0.26.13|1.0.26.18)
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Version=Beta
#AutoIt3Wrapper_Run_Obfuscator=y
#Obfuscator_Parameters=/striponly
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
OnAutoItExitRegister("MyTestFunc")
Func MyTestFunc()
Return
EndFunc
;~ Exit ; workaround.
;~ MyTestFunc() ; workaround.
Attachments (0)
Change History (5)
comment:1 by , 17 years ago
| Version: | → Other |
|---|
comment:3 by , 17 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | accepted → closed |
It is just a matter of adding one line to obfuscator.dat:
onautoitexitregister,1,0
Download the version available in the Beta Directory and save it in the Obfuscator program directory.
Jos
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.