single secure executable for tidesdk

2019-05-27 12:18发布

I just started looking into TideSdk and noticed that when I "compile" (or package) a project (in Win-7), I get all of these dependecies which is actually the un-compiled source code for the app.

Is there any way to:

  1. Have Tide SDK package a file to one executable
  2. Not have the source code visible in any way, shape, or form in the final executable?

If none of those are possible, is there an alternative that can to these things?

3条回答
可以哭但决不认输i
2楼-- · 2019-05-27 12:29

We are working on a solution. There are a few possibilities. The only thing that is possible currently is to obfuscate your code using google closure library through a tidebuilder option.

查看更多
相关推荐>>
3楼-- · 2019-05-27 12:32

I found this on google when trying to do something similar. It is annoying but seems to work. http://coffeecone.com/post/36127491095/howto-single-exe-for-tidesdk

查看更多
相关推荐>>
4楼-- · 2019-05-27 12:33

I use the application virtualization app Cameyo for this purpose. http://www.cameyo.com/

查看更多
登录 后发表回答