asrikanth1990
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2018
01:09 AM
How to obfuscate brightscript code
HI
We want to deliver customer with a library . combination of brightscript files and tasks. What is best way to do without letting customer access to our source code.
Do we have any concept similar to java JAR file where in we add jar and can import files and use them? Something like sub project(a package is delivered to customer )
Or Do we have any tools that can obfuscate brightscript code and make it minified...
We want to deliver customer with a library . combination of brightscript files and tasks. What is best way to do without letting customer access to our source code.
Do we have any concept similar to java JAR file where in we add jar and can import files and use them? Something like sub project(a package is delivered to customer )
Or Do we have any tools that can obfuscate brightscript code and make it minified...
3 REPLIES 3
tim_beynart
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2018
10:42 AM
Re: How to obfuscate brightscript code
the short answer is no, there is no way to obfuscate code you deliver as a library.
SceneGraph supports a library component, downloadable at runtime, but I have never tried it: https://sdkdocs.roku.com/display/sdkdoc/ComponentLibrary
SceneGraph supports a library component, downloadable at runtime, but I have never tried it: https://sdkdocs.roku.com/display/sdkdoc/ComponentLibrary
asrikanth1990
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2018
12:42 AM
Re: How to obfuscate brightscript code
Thanks for the response. i will have a look into Component library
Hardik
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2018
12:35 AM
Re: How to obfuscate brightscript code
Hi,
I am using Component Library but somehow I am not getting Keyevents in my library.
I have tried add just "onKeyEvent" function in sample application available at "https://sdkdocs.roku.com/display/sdkdoc/ComponentLibrary"
Can some one please help how to use "Function onKeyEvent(key as String, press as Boolean) as Boolean" in library.
Appreciate if someone can help quickly as due this I am stuck.
Thanks,
Hardik
I am using Component Library but somehow I am not getting Keyevents in my library.
I have tried add just "onKeyEvent" function in sample application available at "https://sdkdocs.roku.com/display/sdkdoc/ComponentLibrary"
Can some one please help how to use "Function onKeyEvent(key as String, press as Boolean) as Boolean" in library.
Appreciate if someone can help quickly as due this I am stuck.
Thanks,
Hardik