Skip to content

Commit b96ce6a

Browse files
committed
Add preliminary README
1 parent abf6040 commit b96ce6a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# BAP emulation trace generator
2+
3+
This QEMU fork implements the TCG plugin to generate execution traces in the
4+
[bap-frame](https://github.com/BinaryAnalysisPlatform/bap-frames) format.
5+
6+
Previous traces were generated with a patched QEMU.
7+
You can find these in the branches tracewrap-6.2.0 for ARM and x86 and tracewrap-8.1 for Hexagon.
8+
9+
## Building
10+
11+
```bash
12+
mkdir build
13+
cd build
14+
# See `../configure --help` for a list of targets.
15+
../configure --enable-plugins --target-list=<target>
16+
make
17+
```

0 commit comments

Comments
 (0)