Heya
I'm working of few scripts now. So far so good. I was wondering how does I can protect myself from losing my work... Is there a way to compile/hide my code so that people can only use it and cant edit/cut/paste etc etc?
I know I cant do anything with python but maybe java...
Thanks, bye.
Hide source code?
-
larsen67
Hide source code?
You can export your script to binary… from the ESTK… if you use Adobe's ExtendScript…
-
Dariusz1989
Hide source code?
Heya
So is the binary non backward em uncodable?
Also when its in binary it dont pop up in my filters anymore.
I used this line in past:
Code: Select all<javascriptresource>
<name>DAZ Tools - MASKS</name>
<category>Dariusz Makowski www.dariuszmakowski.com dariusz1989@gmail.com</category>
<menu>filter</menu>
<about>Dariusz Makowski www.dariuszmakowski.com dariusz1989@gmail.com</about>
<enableinfo>true</enableinfo>
</javascriptresource>
Does it mean I need something like this now?
bb/viewtopic.php?t=466
So have javascript in that folder with location of binary file in it. And everytime user press on the script it will run Binary ?
Thanks, bye.
So is the binary non backward em uncodable?
Also when its in binary it dont pop up in my filters anymore.
I used this line in past:
Code: Select all<javascriptresource>
<name>DAZ Tools - MASKS</name>
<category>Dariusz Makowski www.dariuszmakowski.com dariusz1989@gmail.com</category>
<menu>filter</menu>
<about>Dariusz Makowski www.dariuszmakowski.com dariusz1989@gmail.com</about>
<enableinfo>true</enableinfo>
</javascriptresource>
Does it mean I need something like this now?
bb/viewtopic.php?t=466
So have javascript in that folder with location of binary file in it. And everytime user press on the script it will run Binary ?
Thanks, bye.
-
xbytor
Hide source code?
Dariusz1989 wrote:So have javascript in that folder with location of binary file in it. And everytime user press on the script it will run Binary ?
No. You will need to have a text jsx file that has your <javascriptresource> block in it along with an @include or $.evalFile to load your binary script.
No. You will need to have a text jsx file that has your <javascriptresource> block in it along with an @include or $.evalFile to load your binary script.
-
Dariusz1989
Hide source code?
Heya
Yea I just discovered eval function. Everything runs perfectly now. So can some1 now decode it back from binary to Java or its save?
Thanks, bye.
Yea I just discovered eval function. Everything runs perfectly now. So can some1 now decode it back from binary to Java or its save?
Thanks, bye.
-
xbytor
Hide source code?
Dariusz1989 wrote:So can some1 now decode it back from binary to Java or its save?
As far as I know, nobody has bothered to write a decompiler. I spent an afternoon looking at the problem and didn't really see the point of doing it.
As far as I know, nobody has bothered to write a decompiler. I spent an afternoon looking at the problem and didn't really see the point of doing it.