Modify ↓
Opened on Aug 21, 2009 at 7:46:19 PM
Closed on Aug 21, 2009 at 11:01:59 PM
Last modified on Aug 22, 2009 at 2:17:33 AM
#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 , on Aug 21, 2009 at 8:00:01 PM
| Version: | → Other |
|---|
comment:3 by , on Aug 21, 2009 at 11:01:59 PM
| 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.