View Single Post
Re: Program Decompile
Old
  (#2)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: Program Decompile - 19-01-2010

you can't "decompile" the native win32 dll into the original source code form, you can only disassemble it by using a utility like w32dasm or IDA Pro.

if the dll you are talking about is a .NET assembly and not a native win32 dll, you can try using Reflector to decompile it into C# code.
  
Reply With Quote