Bytecode protection exclusion lists

Top  Previous  Next

For bytecode protection levels 2 and 3 you need to specify the names of global variables, functions, classes as well as class properties for which names should not be changed. Use the following options to do it.

 

* Global variables exclusions:

 

Command line option:   -OG<var_name1> -OG<var_name2> ...

or from the filelist:  -OG@<filelist> (one name per line)

 

* Function/class methods exclusions:

 

Command line option:   -OF<func_name1> -OG<func_name2> ...

or from the filelist:  -OF@<filelist> (one name per line)

 

* Classes exclusions:

 

Command line option:   -OC<class_name1> -OG<class_name2> ...

or from the filelist:  -OC@<filelist> (one name per line)

 

* Class properties exclusions:

 

Command line option:   -OP<prop_name1> -OG<prop_name2> ...

or from the filelist:  -OP@<filelist> (one name per line)