|
-
November 11th, 2005, 05:13 AM
#1
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) .
-
November 11th, 2005, 05:59 AM
#2
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
-
November 11th, 2005, 07:43 AM
#3
Re: exe viewer
A search for hex editor might give you what you want.
-
November 11th, 2005, 08:38 AM
#4
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...
-
November 12th, 2005, 12:21 AM
#5
Re: exe viewer
My favorite hexer:
www.mirkes.de
look for "tiny hexer" in freeware category.
-sevagK
-
November 12th, 2005, 04:49 AM
#6
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?
-
November 12th, 2005, 03:06 PM
#7
Re: exe viewer
 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.
-
November 18th, 2005, 11:08 AM
#8
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|