哪个软件可以查看任何开发的软件代码?

发布于 2024-11-19 23:28:17 字数 1459 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

与君绝 2024-11-26 23:28:17

您所描述的称为反汇编程序或反编译程序。它很少能满足您的需要,因为程序员用变量、方法和类名表达的意图大部分都丢失了。对于 Java 和 C# 等现代字节码语言来说,情况不太如此。

What you're describing is called a disassembler or decompiler. It is rarely useful for what you want it for, because the intent of the programmer expressed in variable, method, and class names - is mostly lost. This is somewhat less true for modern bytecode languages like Java and C#.

后知后觉 2024-11-26 23:28:17

你要求一个反编译器。请注意,反编译在许多司法管辖区都是非法的。此外,一旦反编译,您通常很难阅读汇编代码,除非您有丰富的经验并且确切地知道您在寻找什么,否则从中学习是有问题的。

You ask for a decompiler. Please note decompiling is illegal in many juridictions. Also once you decompile you usually get very hard to read assembly code learning from which is problematic unless you have plenty of experience and know exactly what you're looking for.

掀纱窥君容 2024-11-26 23:28:17

你需要一个反编译器来根据其编码语言查看dll和exe文件的代码。

例如:
Delphi Dll Decompiler

搜索合适的反编译器以获取代码。

You need to get a decompiler for viewing the code of dll and exe files based on the language its coded in.

example:
Delphi Dll Decompiler

search for an appropriate decompiler te get the code back.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文