C
C#6mo ago
Kouzelnik

decompiling .dll

i just wanna check something and i dont know how to decompile it, how can i do it?
3 Replies
Thinker
Thinker6mo ago
What is the dll? If it's a C# library then start by checking whether it's open-source
Kouzelnik
Kouzelnik6mo ago
sure
canton7
canton76mo ago
To decompile a .NET DLL, look at ildasm, dotpeek, ILSpy, JustDecompile, dnspy, and all of the other tools which pop up if you google ".NET disassemble"