Modify ↓
Opened 16 years ago
Closed 16 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)
Change History (1)
comment:1 Changed 16 years ago by Gary
- Resolution set to No Bug
- Status changed from new to closed
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.
use the directives:
#Obfuscator_Off ;Stop the Obfuscation process below this line
#Obfuscator_On ;Start the Obfuscation process below this line