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: Re: Function call tree from a binary nmh%Sunrise@dialup.nacamar.de (Nils M Holm) (2000-07-31) |
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) |
From: | "D. Brownlee" <ancipites@earthlink.net> |
Newsgroups: | comp.compilers |
Date: | 4 Aug 2000 15:56:05 -0400 |
Organization: | EarthLink Inc. -- http://www.EarthLink.net |
References: | 00-07-095 |
Keywords: | analysis, disassemble |
'cflow' is available on some Unix(tm) systems and
can generate a static flow graph. Most systems
have a 'prof', profiling, utility that can be
used to generate a dynamic flow graph.
D. Brownlee
Nils M Holm wrote:
>
> On 29 Jul 2000 23:18:27 -0400 "Kamal R. Prasad" <kamalp@ix.netcom.com> wrote:
> > There has been some work on this ,referred to as C-Flow.
> > It assumes that the binary is from C code that was compiled using a C
> > compiler.So the software [you want] would do a reverse translation from
> > assembly to C.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.