Re: Function call tree from a binary

Christian Ferdinand <ferdinand@absint.de>
4 Aug 2000 15:56:31 -0400

          From comp.compilers

Related articles
Function call tree from a binary spujare@yahoo.com (Sanj) (2000-07-27)
Re: Function call tree from a binary kamalp@ix.netcom.com (Kamal R. Prasad) (2000-07-29)
Re: Function call tree from a binary Sid-Ahmed-Ali.TOUATI@inria.fr (Sid Ahmed Ali TOUATI) (2000-08-04)
Re: Function call tree from a binary Sid-Ahmed-Ali.TOUATI@inria.fr (Sid Ahmed Ali TOUATI) (2000-08-04)
Re: Function call tree from a binary ancipites@earthlink.net (D. Brownlee) (2000-08-04)
Re: Function call tree from a binary ferdinand@absint.de (Christian Ferdinand) (2000-08-04)
| List of all articles for this month |

From: Christian Ferdinand <ferdinand@absint.de>
Newsgroups: comp.compilers
Date: 4 Aug 2000 15:56:31 -0400
Organization: http://www.AbsInt.com
References: 00-07-080
Keywords: disassemble

There is a commercial tool for PowerPC-executables. Its main feature
is a static I-cache behavior prediction
(http://www.absint.com/aicache). The tool offers a call graph view
(see http://www.absint.com/aicall166 for an example of the graphical
representation).


If you have a disassembler for your executables, you can use perl or
awk to produce a graph specification in GDL that can be viewed by the
graph layout tool aiSee (see http://www.absint.com/aiSee). For
academic research the use of aiSee is free.


Christian


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.