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 Changed 15 years ago by TicketCleanup
- Version set to Other
comment:3 Changed 15 years ago by Jos
- Resolution set to Fixed
- Status changed from accepted to 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
comment:4 Changed 15 years ago by TicketCleanup
- Milestone set to Future Release
Automatic ticket cleanup.
comment:5 Changed 15 years ago by anonymous
Roger, thanks.
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.
Note: See
TracTickets for help on using
tickets.
Automatic ticket cleanup.