hello!
does anybody know a way to disassemble a object file(ELF format) using C commands!?
thanxx
There's actually an ELF library for this purpose. You can get (from RedHat and probably CentOS) an RPM called "elfutils-libelf". Happily, it comes with no documentation. If you need more low-level info, do :
man 5 elf