You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments