C++ code

Markus Stahl c-3 at gmx.net
Mon Nov 5 03:08:02 GMT 2001


> what i am asking is not relevant to this subject. but just wondering
> whether anyone knows how to view c++ code that is already being compiled
into an
> executable file. using vi doesn't help as the code is being hidden.just
wanna look thru
> some executable files. i am not a programmer.

A compiled program doesn't have C++ Code. As it's got many characters which
will
be misinterpreted by a normal ASCII editor you have to view it in hex mode.
You
can use the editor of mc (midnight commander) for instance to view it in hex
mode.
But what you'll see won't be very informational.
You would have to disassemble the file to be able to really 'read' it.

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net
-------------- next part --------------
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 10688 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba/attachments/20011105/69bb5138/attachment.jpg


More information about the samba mailing list