Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在上传(可能是服务器端?)时测试/检测用户闪存文件 (SWF) 是否使用任何网络操作或动态提取内容?我正在尝试将用户限制为只能使用其 SWF 文件中的本地化文件和代码。
我正在考虑可能是服务器端(linux)SWF反编译器,我可以搜索SWF的Action-script以查找任何未经批准的功能,如loadMovie或ExternalInterface