.NET executables decompilers to VB.NET? 
Author Message
 .NET executables decompilers to VB.NET?

Hi,

            I have lost almost all of a month worth of code when I decided
to do a SHIFT-DEL on an unused folder and accidentely selected my project
work folder too. Since I managed to save a compiled executable, I thought
about decompiling it, but the few decompilers I found translate the
executable to C# source code. Is there anyone who does it to VB.NET and
allows you to save the classes in files?

Tales Normando



Wed, 01 Dec 2004 18:39:07 GMT  
 .NET executables decompilers to VB.NET?
Load it into ILDASM.EXE... you'll get most of it, but not all.

. . . . . . . . . . . . . . . . . . . . . .
Klaus H. Probst, MVP
   http://www.vbbox.com/

Please post/reply to the newsgroup(s)


Quote:
> Hi,

>             I have lost almost all of a month worth of code when I decided
> to do a SHIFT-DEL on an unused folder and accidentely selected my project
> work folder too. Since I managed to save a compiled executable, I thought
> about decompiling it, but the few decompilers I found translate the
> executable to C# source code. Is there anyone who does it to VB.NET and
> allows you to save the classes in files?

> Tales Normando



Thu, 02 Dec 2004 18:04:45 GMT  
 .NET executables decompilers to VB.NET?
Already tried that, but the code generated isn't VB.NET friendly.



Quote:
> Load it into ILDASM.EXE... you'll get most of it, but not all.

> . . . . . . . . . . . . . . . . . . . . . .
> Klaus H. Probst, MVP
>    http://www.vbbox.com/

> Please post/reply to the newsgroup(s)



> > Hi,

> >             I have lost almost all of a month worth of code when I
decided
> > to do a SHIFT-DEL on an unused folder and accidentely selected my
project
> > work folder too. Since I managed to save a compiled executable, I
thought
> > about decompiling it, but the few decompilers I found translate the
> > executable to C# source code. Is there anyone who does it to VB.NET and
> > allows you to save the classes in files?

> > Tales Normando



Thu, 02 Dec 2004 19:56:35 GMT  
 .NET executables decompilers to VB.NET?
Have you tried undeleting your project with an undelete utility?

I rebuilt my PC last month and missed a small project when backing
everything up.
Even though I'd repartitioned the hard drive and installed 5gigs of
operating system & software onto the 10gig hard drive I managed to rescue
everything with R-Studio NTFS.
For me it was worth $40 to not have to write it again...

Quote:
> > >             I have lost almost all of a month worth of code when I
> decided
> > > to do a SHIFT-DEL on an unused folder and accidentely selected my
> project
> > > work folder too. Since I managed to save a compiled executable, I
> thought
> > > about decompiling it, but the few decompilers I found translate the
> > > executable to C# source code. Is there anyone who does it to VB.NET
and
> > > allows you to save the classes in files?

> > > Tales Normando



Fri, 03 Dec 2004 16:06:50 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. how to call VB 6 executable from VB.Net application

2. VB.NET: Steps for Converting a Windows .NET Application to a Web .NET Application

3. ADO.NET with ASP.NET using VB.NET

4. how to use the system.net.sockets and system.net in VB.net

5. VS.Net + Cr.Net and VB.Net

6. Can't run VB.Net executable?

7. Setting executable icon in VB.NET

8. Difference between VB NET and VB NET 2003

9. Convert VB.Net to C#, convert C# to VB.Net

10. VB.NEt Beginner: Creating a COM+ Object in VB.net

11. vb.net 2002 or vb.net 2003 beta

12. Accessing vb.net class from non.vb.net apps

 

 
Powered by phpBB® Forum Software