Modify ↓
Opened 17 years ago
Closed 17 years ago
#613 closed Bug (No Bug)
Obfsucator Stripping ObjEvent functions
| Reported by: | tulio150 | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Other | |
| Version: | 3.2.12.0 | Severity: | None |
| Keywords: | obfuscator strip udf objevent | Cc: |
Description
ObjEvent($obj, "Prefix", "Something") Func PrefixEvent() $obj.action() EndFunc Func Prefix() $obj.otherAction() EndFunc
Running Obfuscator will remove the "PrefixEvent" UDF, but not the "Prefix"
Attachments (0)
Note:
See TracTickets
for help on using tickets.

use the directives:
#Obfuscator_Off ;Stop the Obfuscation process below this line
#Obfuscator_On ;Start the Obfuscation process below this line