:%!xxd to go to hex mode:%!xxd -r to switch backOn Sun, Sep 19, 2010 at 9:56 PM, gajendra khanna <gajendr...@gmail.com> wrote:
> Failed to go into hex mode can u tell me full command on terminal .tried with khexedit editor?
check whether you installed the package xxd or not ( by which xxd or whereis xxd )you can use the command also like this to dump the hex code.xxd abc.o > hex.txt
--
the command is right but the hex.txt generated is not understandable.
--
Thanking You
Y.NagaMohan
Integrated Electronics & Circuits ( 2007-09 )
M.Tech, IIT Delhi
+918050786558
On Mon, Sep 20, 2010 at 8:53 AM, NAGAMOHAN YENUGANTI <naaga...@gmail.com> wrote:the command is right but the hex.txt generated is not understandable.
On Sun, Sep 19, 2010 at 9:56 PM, gajendra khanna <gajendr...@gmail.com> wrote:
> Failed to go into hex mode can u tell me full command on terminal .tried with khexedit editor?check whether you installed the package xxd or not ( by which xxd or whereis xxd )you can use the command also like this to dump the hex code.xxd abc.o > hex.txt
--
--
Thanking You
Y.NagaMohan
Integrated Electronics & Circuits ( 2007-09 )
M.Tech, IIT Delhi
+918050786558
WHEN COMPILING A C CODE WITH GCC WITH OPTION -c
it generates object module in .o format
> please tell howw to open it.