Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我对这个网站一无所知,但通过谷歌搜索发现了这个。
I don't know anything about this site, but a little googling found this.
如果它是在托管 C++ 或 C++/CLI 中,您可以对其进行编译,然后使用 Reflector 等工具将程序集反汇编为 C#。 当然,这不是开源的,但也许你可以找到一个开源的 Reflector 风格的工具?
如果是原生 C++,那就困难得多。
If it was in managed C++ or C++/CLI, you could compile it and then disassemble the assembly into C# using a tool like Reflector. Of course, that's not open source but maybe you can find an open source Reflector-style tool?
If it's native C++, that's much more difficult.