Results 1 to 6 of 6

Thread: New User, New Member

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2006
    Posts
    41

    New User, New Member

    Hey guys, I am very excited that I am able to find a .Net forum out there for us. Well I just started using .Net, I have used VB for about 1 year now and I love the program. My question is simple.

    Is there a way to read VB .Net code from a stand alone .exe?

    if I download a .exe made in VB .net can I look at the code from the .exe?

    Thanks!

  2. #2
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: New User, New Member

    Welcome

    Quote Originally Posted by 7 VII 7
    Is there a way to read VB .Net code from a stand alone .exe?
    Nope it requires the framework to be insatlled on the computer

    Quote Originally Posted by 7 VII 7
    if I download a .exe made in VB .net can I look at the code from the .exe?

    Thanks!
    Nope why would you want to do this

    Pino

  3. #3
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: New User, New Member

    Kinda sort of...

    C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin\ildasm.exe

    This is the disassembler for the .Net framework. You can see what is exposed and only if they didn't obfuscate it or copyright the material.

    Since .Net is an OOP language, you're seeing the objects and what they can do. Not how they do it or anything of that nature. But it is useful...?

  4. #4

    Thread Starter
    Member
    Join Date
    Feb 2006
    Posts
    41

    Re: New User, New Member

    My Prof. sends us .exe to get an idea of how to do a project, and he is wondering if we can do this so that we can see the stucture of functions and what not.

  5. #5
    Hyperactive Member
    Join Date
    May 2005
    Posts
    334

    Re: New User, New Member

    If your Prof doesn't already know then I'd get a different Prof. If he does then he's testing you & the correct answer would be as given earlier-no, except via the disassembler if they didn't obfuscate or copyright it.

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

    Re: New User, New Member

    Your professor should be giving you uncompiled code, not compiled executables. This may be something you have no control over, but I'd ask him why he's choosing to give you compiled executables rather than uncompiled code.
    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

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