The ilspy tag has no wiki summary.
5
votes
2answers
224 views
ILSpy, how to resolve dependencies?
I want to disassemble an entire .NET assembly with ILSpy.
I used this code as base:
http://skysigal.xact-solutions.com/Blog/tabid/427/entryid/2488/Default.aspx
And it works fine, just when I have an ...
2
votes
3answers
86 views
Are we looking at the original code in a Disassembler or reverse engineered CIL?
Take ILSPy. When I view my assembly am I looking at my original C#? Or, is this code reconstructed from CIL using some type of reverse engineering process?
My understanding is that release ...
0
votes
1answer
55 views
Does Mono Implement CLR? Or At Least Some Unmanaged InternalCall? Or Nothing?
We know that C# uses unmanaged code like P/Invoke or CLR implemented code like InternalCall. What I want to know is does mono it self implements a complete CLR or just some unmanaged code or nothing?
...