开发者

Execute arbitrary code in Corona

开发者 https://www.devze.com 2023-02-25 01:34 出处:网络
开发者_开发技巧Is it possible to execute any arbitrary lua code in Corona? They\'ve disabled loadfile, loadstring, and dofile. Are there any other ways to do this?There\'s a reason they\'ve disabled i
开发者_开发技巧

Is it possible to execute any arbitrary lua code in Corona? They've disabled loadfile, loadstring, and dofile. Are there any other ways to do this?


There's a reason they've disabled it. Apple's restrictions don't allow it, so they took it out altogether for that reason. Not to mention it makes Corona more secure, I suppose.


You might be able to enable the features you've mentioned with a Corona enterprise license (although that's relatively spendy if you're a small shop/independent developer.)

0

精彩评论

暂无评论...
验证码 换一张
取 消