CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Thread: exe viewer

  1. #1
    Join Date
    Sep 2005
    Posts
    9

    exe viewer

    the problem we are facing is that we cannot view the exe file of the source code in assembly language in binary format (in notepad) .

  2. #2
    Join Date
    Apr 2005
    Location
    Norway
    Posts
    3,934

    Re: exe viewer

    the problem we are facing is that we cannot view the exe file of the source code in assembly language in binary format (in notepad) .
    Notepad is not a tool for viewing/editing binary data.

    - petter

  3. #3
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

    Re: exe viewer

    A search for hex editor might give you what you want.

  4. #4
    Join Date
    Mar 2004
    Location
    (Upper-) Austria
    Posts
    2,899

    Re: exe viewer

    Or for disassembler (like this one from Ursoft)... And I assume you are using it for debugging/reverse engineer your own applications.

    Regards...
    I am not offering technical guidiance via email or IM
    Come on share your photo with us! CG members photo album!
    Use the Code Tags!

  5. #5
    Join Date
    Nov 2004
    Posts
    34

    Re: exe viewer

    My favorite hexer:

    www.mirkes.de

    look for "tiny hexer" in freeware category.

    -sevagK

  6. #6
    Join Date
    Sep 2005
    Posts
    9

    Re: exe viewer

    we do not need the tool, we actually need the technique that we have to develop ourselves to view the exe file in binary format.. can any one tell us what techniques can be used?

  7. #7
    Join Date
    Apr 2003
    Posts
    1,755

    Re: exe viewer

    Quote Originally Posted by Nazish Mirza
    we do not need the tool, we actually need the technique that we have to develop ourselves to view the exe file in binary format.. can any one tell us what techniques can be used?
    What do you mean? If we want to view the binary format of our executables, we need to have some tools like hex viewers. We cannot do that using notepad only because notpad cannot handle unprintable characters.

  8. #8
    Join Date
    Sep 2005
    Posts
    9

    Re: exe viewer

    hi can you tell me that how can we read an exe file iin VISUAL STUDIO C++........will b waiting 4 reply

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