Skip to content

puppyofkosh/fjalar

 
 

Repository files navigation

This is the distribution of Fjalar, a dynamic analysis framework for C/C++ programs
Fjalar version 5.2.23, released February 1, 2016.

The majority of this source tree is a slightly modified version
of Valgrind, release 3.10.1.  Valgrind is a framework for building
dynamic analysis tools.  You can learn more about Valgrind by 
visiting its home page at:
  http://www.valgrind.org

The document valgrind-merge.texinfo, located in the doc directory of
the Daikon repository, describes how to obtain the latest version of
Valgrind and merge it into our Fjalar system.  You can format it with
either of the following commands (run in the Daikon doc directory):
  make valgrind-merge.html
  make valgrind-merge.pdf

The valgrind directory contains a sub-directory named fjalar. This directory
contains two related projects, Fjalar and Kvasir.

Fjalar, a Valgrind tool that provides additional abstractions and APIs for
building dynamic anaylsis tools, appears in the ./valgrind/fjalar directory.
Please consult the Fjalar webpage for information about the Fjalar
framework and tools.  A local copy of the Fjalar webpage appears here:
  ./valgrind/fjalar/docs/fjalar-www/index.html
For developer documentation, start here:
  ./valgrind/fjalar/README_DEVELOPERS

Kvasir, a Daikon front end that is built upon Fjalar, appears in
the ./valgrind/fjalar/kvasir directory.
Kvasir's user documentation appears in the Daikon user manual:
  http://plse.cs.washington.edu/daikon/download/doc/daikon.html#Kvasir

About

A dynamic analysis framework for C and C++ programs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.4%
  • C++ 2.4%
  • Assembly 0.9%
  • Perl 0.5%
  • Shell 0.3%
  • TeX 0.2%
  • Other 0.3%