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) .
Printable View
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.Quote:
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) .
- petter
A search for hex editor might give you what you want.
Or for disassembler (like this one from Ursoft)... And I assume you are using it for debugging/reverse engineer your own applications.
Regards...
My favorite hexer:
www.mirkes.de
look for "tiny hexer" in freeware category.
-sevagK
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.Quote:
Originally Posted by Nazish Mirza
hi can you tell me that how can we read an exe file iin VISUAL STUDIO C++........will b waiting 4 reply