Frames
is a format for storing execution traces. This repository contains:
- A description in piqi language of the
frames
format; - A
C++
library for writing data in theframes
format - An
OCaml
librarybap-frames
for reading data in theframes
format - A BAP plugin
frame
that providesframes
format reader for thebap-plugins
library
oasis setup
./configure --prefix=`opam config var prefix`
make
make install
-
Add our opam repository if you don't have one
opam repository add bap git://github.com/BinaryAnalysisPlatform/opam-repository.git
-
install
opam install bap-frames
-
Generate configuration files
cd libtrace ./autogen.sh
-
Configure (use configuration options to your taste)
./configure
-
Compile and install
make make install