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)

Change History (1)

comment:1 by Gary, 17 years ago

Resolution: No Bug
Status: newclosed

use the directives:

#Obfuscator_Off ;Stop the Obfuscation process below this line

#Obfuscator_On ;Start the Obfuscation process below this line

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.