|
-
Feb 27th, 2006, 02:38 PM
#1
Thread Starter
Member
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!
-
Feb 27th, 2006, 02:42 PM
#2
Re: New User, New Member
Welcome
 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
 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
-
Feb 27th, 2006, 02:44 PM
#3
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...?
-
Feb 27th, 2006, 02:47 PM
#4
Thread Starter
Member
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.
-
Feb 27th, 2006, 06:37 PM
#5
Hyperactive Member
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.
-
Feb 27th, 2006, 07:10 PM
#6
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|