CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2001
    Location
    Alberta, Canada
    Posts
    7

    Looking under the hood

    Is there a way to view the code of an executable file?

    Chris

  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Looking under the hood

    In order to see the code of the exe file you need decompiler. There is no such thing for VB6

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

  3. #3
    Join Date
    Apr 2000
    Posts
    737

    Re: Looking under the hood

    when u mean vb code, I can't think of any. But, if you say assembly code, u can run it under visual C++ under debug mode, which will show u the assembly code, in the View/Debug Windows/Diassembly menu.

    It's fun & useful sometime to see how vb generate code for certain function of it.


    cksiow
    http://vblib.virtualave.net - share our codes


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

Featured