"objdump", ELF based binary into source code(Assembly)
Posted:
Mon Oct 19, 2015 7:57 am
by sohialsadiq
HI,
any one can help out. how to use objdump to get ELF based binary into source code(Assembly).
Re: "objdump", ELF based binary into source code(Assembly)
Posted:
Mon Oct 19, 2015 8:04 am
by kolban
Have you seen the documentation for objdump? See:
https://sourceware.org/binutils/docs/bi ... jdump.htmlIt looks like the "--disassemble" flag will disassemble.
Re: "objdump", ELF based binary into source code(Assembly)
Posted:
Mon Oct 19, 2015 8:49 am
by sohialsadiq
kolban wrote:Have you seen the documentation for objdump? See:
https://sourceware.org/binutils/docs/bi ... jdump.html
It looks like the "--disassemble" flag will disassemble.
Hi,
i am just beginner, read you're book Brilliant work.
can you help with exact syntax for arduino ide to execute objdump! any header file i have to include?
Will be thankful