We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf6040 commit b96ce6aCopy full SHA for b96ce6a
README.md
@@ -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