If one wanted to disassemble an IPL for example…
What is the best tool to use to get an assembly listing of it?
objdump / gdb / other??
and how would you do it?
Thanks,
john
If one wanted to disassemble an IPL for example…
What is the best tool to use to get an assembly listing of it?
objdump / gdb / other??
and how would you do it?
Thanks,
john
for x86, ndisasm, otherwise objdump -D
John Eddy <john.h.eddy@lmco.com> wrote:
If one wanted to disassemble an IPL for example…
What is the best tool to use to get an assembly listing of it?
objdump / gdb / other??
and how would you do it?
Thanks,
john