disassemble


 
Thread Tools Search this Thread
Top Forums Programming disassemble
# 1  
Old 01-26-2009
disassemble

hello!
does anybody know a way to disassemble a object file(ELF format) using C commands!?
thanxx
# 2  
Old 01-27-2009
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
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question