C
C#13mo 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
Thinker13mo ago
What is the dll? If it's a C# library then start by checking whether it's open-source
Kouzelnik
KouzelnikOP13mo ago
sure
canton7
canton713mo 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"

Did you find this page helpful?