When code is decompiled (using a tool like JAD), the resulting source code is owned by whoever ran the decompilation tool.
当反编译代码时(比如使用JAD工具),生成的源代码属于运行反编译工具的人。
And reverse engineering of software is sometimes used to create code under a different copyright (though usually a clean room design is introduced instead of direct decompilation).
软件的反向工程有时用于在不同的版权下创建代码(虽然通常我们需要整洁的设计而非直接的反编译)。
Decompilation is transforming a code in a lower-level language to a higher-level one - in effect, the opposite of compilation.
反编译转换的代码在一个低层次的语言向高一的效果,编译相反。
应用推荐