johnlopez2000
Programmer
Does anyone have a good TCL code obfuscator?
I'd like to rip out all comments, linefeeds, and unecessary white space from a TCL program before I deploy it. I realize that this is not foolproof in keeping code "safe" from analysis, but it would help, and I think the code would also run faster. Unfortunately, because the TCL interpreter is buried in an application that the TCL code runs in, I can not create an "compiled" version of the program. Another option would be some kind of "p-code" compile like some 4GLs do.
Anything will help here.
thanks
John Lopez
Enterprise PDM & Integration Consulting
Development for MatrixOne PDM Systems
consulting4matrix@hotmail.com
I'd like to rip out all comments, linefeeds, and unecessary white space from a TCL program before I deploy it. I realize that this is not foolproof in keeping code "safe" from analysis, but it would help, and I think the code would also run faster. Unfortunately, because the TCL interpreter is buried in an application that the TCL code runs in, I can not create an "compiled" version of the program. Another option would be some kind of "p-code" compile like some 4GLs do.
Anything will help here.
thanks
John Lopez
Enterprise PDM & Integration Consulting
Development for MatrixOne PDM Systems
consulting4matrix@hotmail.com