login | about | faq

If you have any feedback from our EAP, we've created a UserVoice forum especially for you! Check it out, and let us know what you think of the latest Early Access build.

Can .NET Reflector decompile the assemblies created based on Managed C++ to C# code? What is quality of decompiled code with repect to method, variable names, and code comments?

asked Sep 17 '11 at 12:58

Sreenivas%20Lysetti's gravatar image

Sreenivas Lysetti
1


Decompiling managed C++ should work for sure. It doesn't matter what language you write the code in, the .NET assemblies are always IL code.

I've never seen decombiled managed C++ myself but I don't think there would be big differences compared to C#.

answered Feb 17 at 06:30

cremor's gravatar image

cremor
1308

I am having the same question too.... did any one got an answer for this?! becoz when i tried de compiling C++ code it did let me do it. But not sure how accurate the decompiling was?!

answered Feb 16 at 21:18

Niyaz%20Rasheed's gravatar image

Niyaz Rasheed
1

Your answer
toggle preview

Follow this question


By Email:

Once you sign in you will be able to subscribe for any updates here


By RSS:

Answers

Answers and Comments

Formatting your answer

  • *Italic*
  • **Bold**
  • ***Bold Italic***
  • Link: [text](http://url.com/ "title")
  • Paragraph: Two line breaks
  • Bulleted list: Paragraph then start line with *
  • Numbered list: Paragraph then start line with 1.
  • Blockquote: Paragraph then start with with >
  • Basic HTML tags are also supported

Asked: Sep 17 '11 at 12:58

Seen: 361 times

Last updated: Feb 17 at 06:30

 

Tags:

×1

Related questions