C::Analyzer

Generates C Call Control Flow tree for C source code
Download

C::Analyzer Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Sreekanth Kocharlakota
  • Publisher web site:
  • http://search.cpan.org/~sreekanth/

C::Analyzer Tags


C::Analyzer Description

Generates C Call Control Flow tree for C source code C::Analyzer is a Perl module that generates C Call Control Flow tree for C source code.SYNOPSIS use warnings; use strict; use C::Analyzer; my @functions = qw(afs_CheckServers afs_cv2string); my $analyzer = new Analyzer( _inputPath => "/home/foo", _cppPath => "/usr/local/bin", ); $analyzer->init(); # "main" function taken if no parameter passed to this method. $analyzer->calltree( \@functions ); $analyzer->clean(); Requirements: · Perl


C::Analyzer Related Software