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.
我最近遇到了一个 1998 年编写的非常古老的 QBasic 应用程序。我有兴趣重新获得源代码,因为该应用程序包含一些我需要的有价值的方程式。我知道可能无法重新获得原始源代码,但是在“反编译”可执行文件时我能走多远?
提前致谢!
QBasic 没有公共反编译器。您可以调试或反汇编,或尝试联系此人。
见这里和这里。