Results 1 to 11 of 11

Thread: Decompiling??? is it possible?

  1. #1

    Thread Starter
    Junior Member Phantom Coder's Avatar
    Join Date
    Aug 2006
    Posts
    24

    Decompiling??? is it possible?

    Hello everyone it been a long time since I was on here. I got into a car accident and been out of it for awhile.

    The question I was wanting to know is there a way to decompile vb.net 2005 compiled program. I had a hard drive crash that made my hard drive a glorified paper weight, and all I have is the compiled program you people helped me with on this forum. I was hoping I could rescue some of the code I written for it.

    I searched the web but I could not find anything I thought would work, or it was some huge article that was long and boring.

    Thanks in advance

    Phantom Coder

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Decompiling??? is it possible?

    ildasm.exe (Intermediate Language Disassembler) is provided with the Framework SDK. You can also use .NET Reflector to get a nice look inside .NET assemblies.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Decompiling??? is it possible?

    nice, too bad it doesn't give you direct source code :P
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  4. #4
    Lively Member
    Join Date
    Feb 2007
    Location
    Toronto, ON
    Posts
    117

    Re: Decompiling??? is it possible?

    wow....i don't know how that will even help you :P What language would this be similar to?

  5. #5
    Fanatic Member Crash893's Avatar
    Join Date
    Dec 2005
    Posts
    930

    Re: Decompiling??? is it possible?

    where can you download that .exe

    i googled it but so far all the pages just talk about it but dont offer it

  6. #6
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Decompiling??? is it possible?

    Quote Originally Posted by Crash893
    where can you download that .exe

    i googled it but so far all the pages just talk about it but dont offer it
    Do you mean ildasm? If so then, as I said, it's part of the .NET Framework SDK. If you've installed Visual Studio then you've installed the .NET Framework SDK.

    If you mean .NET Reflector then this was the first result returned by Google.com.au when searching for .net reflector. I can't speak for any other localised Google sites.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  7. #7
    Hyperactive Member
    Join Date
    Jun 2006
    Posts
    274

    Re: Decompiling??? is it possible?

    Yes Jm was right, it was part of the .NET Framework SDK.In my VS 2005 Pro edition, it was named MSIL Disassembler.

  8. #8
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Decompiling??? is it possible?

    Quote Originally Posted by brendan6
    wow....i don't know how that will even help you :P What language would this be similar to?
    If you use ildasm try it with the /source switch. As the documentation says:
    Shows original source lines as comments.
    but you knew that already from when you read the documentation yourself, right?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  9. #9
    Fanatic Member Valleysboy1978's Avatar
    Join Date
    Nov 2004
    Location
    Planet Xeoroaniar CC Posts:1,928,453,459,361
    Posts
    770

    Re: Decompiling??? is it possible?

    Is it included in the Express version as many developers here use that edition?
    Life is one big rock tune

  10. #10
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Decompiling??? is it possible?

    If you want to know if it's present you search your hard drive for ildasm.exe. If it's not present you install the .NET Framework SDK.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  11. #11

    Thread Starter
    Junior Member Phantom Coder's Avatar
    Join Date
    Aug 2006
    Posts
    24

    Re: Decompiling??? is it possible?

    Quote Originally Posted by jmcilhinney
    If you want to know if it's present you search your hard drive for ildasm.exe. If it's not present you install the .NET Framework SDK.

    Thank you all for the input, I really like this board people answer questions and help people hear, not like some of the other VB boards out there.


    Thanks Again

    Phantom Coder

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width