Re: How to recover source code from a dll that's compiled in debug release



No. If you want to source, you could try reverse engineering the assemblies
using tools like Reflector, but that will not give you the exact code that
was used to compile with, only an interpretation since the compiler does
optimization and stuff.


"C.W." <c.w@xxxxxxxxxx> wrote in message
news:%23FwV5dQXGHA.4652@xxxxxxxxxxxxxxxxxxxxxxx
I lost my laptop as well as my backup server. I am wondering if there is a
way to step through the code without the source code, but only with the dll
and pdb (which are compiled in debug mode) through vs.studio at all? I do
have these files as they are stored on a remote site for testing.

Any idea? thanks in advance.

CW



.



Relevant Pages

  • Re: asp.net assembly best practices question...
    ... > user control assemblies. ... > |> Thanks for your response Jojobar, ... you can find that the image or other resource files in the asp.net ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Carrying Libraries on Your Back...
    ... > Why not build on an installed based of assemblies, ... > than porting libraries around, ... download source code ... compile local source against header files ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Obfuscator and Decompiler
    ... The FileDisassembler addin you mentioned allows reflector to dump ... I'm not assuming that users want both a decompiler and an obfuscator. ... also does not compile for any significant application including ... as well, so developers who have any issues using our trial software, ...
    (microsoft.public.dotnet.security)
  • Re: general strong name question
    ... You have a project that compiles to a dll. ... Each time you recompile this assembly, and attempt to run the other apps, ... When you compile an assembly, ... assemblies) into the config files of the applications that use the ...
    (microsoft.public.dotnet.general)
  • Re: MSIL
    ... The pdb file is created when you compile your assembly with debugging ... dll or exe and is needed to debug assemblies at the source code level. ... If you have an example of output that does not compile, ...
    (microsoft.public.dotnet.languages.csharp)