在C ++中有什么概念,像.Net中的反射器? [英] Is there any concept in c++ like reflector in .Net?

查看:156
本文介绍了在C ++中有什么概念,像.Net中的反射器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我喜欢从c ++ dll获取代码,我知道我们很容易通过反射器从.Net dll获取。有没有什么方法可用于c ++?

i like to get code from c++ dll ,i know we easily get from .Net dll by reflector. Is there any method available in c++ for this?

感谢提前

推荐答案

C ++直接编译成机器代码。在.NET中没有中介语言。 Hex-Rays反编译器特别好。

C++ is compiled directly to machine code. There's no intermediary language as in .NET. There are some C++ disassemblers you may take a look at. Hex-Rays decompiler is particularly good.

这篇关于在C ++中有什么概念,像.Net中的反射器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆