Log in

View Full Version : How to dis SPARC-excutable file by IDA?


SeanC
January 3rd, 2003, 02:26
Hi,

Found dis SPARC-excutable file using IDA pro on PC. How? Is UNIX lib in http://www.woodmann.net/fravia/rpat-en.html neccessary? Then how about debug?

Thanks a lot.

SeanC

ZaiRoN
January 3rd, 2003, 11:28
Hi Seanc,
I have never tried to disasm this type of file but, IDA has these two voices in its list of the processors available:
SPARC series: sparcb <-- big endian
SPARC series: sparcl <-- little endian
Try to use one of these options.

>Then how about debug?
You could try to use gdb; you find it in every distro. Otherwise, a very powerful debugger is DDD.

my 0.2€ suggestion...
ZaiRoN

SeanC
January 7th, 2003, 03:15
Hi ZaiRoN,

Thanks a lot.

I am using ddd for dising and debuging in SPARC workstation somewhere. But I don't have my own workstation doing what I want. So, I try to use IDA instead.

SeanC