Skip to content

Commit cb6fd64

Browse files
committed
updated README to reflect the renaming
1 parent 6c4b977 commit cb6fd64

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Overview
2-
Bap-traces library contains trace file format description in [piqi](http://piqi.org/) language.
3-
The format is used to store traces from our QEMU [tracer](https://github.com/BinaryAnalysisPlatform/qemu).
4-
A [BAP](https://github.com/BinaryAnalysisPlatform/bap) plugin, that adds support for this format is located in `plugin` folder. An example application, `tracedump` can be found in `test` folder.
2+
`Frames` is a format for storing execution traces. This repository contains:
3+
- A description in [piqi](http://piqi.org/) language of the `frames` format;
4+
- A `C` library for writing data in the `frames` format
5+
- An `OCaml` library `bap-frames` for reading data in the `frames` format
6+
- A BAP plugin `frame` that provides `frames` format reader for the `bap-plugins` library
7+
- A playground `test/tracedump` to inspect the traces
8+

0 commit comments

Comments
 (0)