The text of this article is not in this database — only its details are. Read it on the old site: .NET Binary Reverse Engineering: Part 1
3 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: .NET Binary Reverse Engineering: Part 1
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Mahesh ChandPosted Oct 25, 2014, 12:12 AM
Agree with Sam. Very detailed article. Thank you Ajay for hard work. Cheers!
Sam HobbsPosted Oct 23, 2014, 1:48 PM
Thank you for this detailed explanation. I have one question. Assuming you are a familiar with the link editor used for unmanaged languages such as C and C++, what is the equivalent for .Net? Obviously it is internal to the compiler but the compiler must have something that links everything together in the manner that a link editor does. What is it in .Net that does that?