Modify ↓
#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)
Change History (1)
comment:1 by , on Oct 13, 2008 at 9:30:06 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
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