BinaryAnalysisPlatform / qemu

Official QEMU mirror
Other
9 stars 12 forks source link

adds -tracewrap suffix to version and uses QEMU_FULL_VERSION in trace #14

Closed thestr4ng3r closed 2 years ago

thestr4ng3r commented 2 years ago

In --version:

florian@florian-desktop ~/dev/qemu $ ~/bin/prefix/qemu-bap/bin/qemu-arm --version
qemu-arm version 6.2.0-tracewrap (v6.2.0-6-gd32ad4e8b3)
Copyright (c) 2003-2021 Fabrice Bellard and the QEMU Project developers

In the trace:

florian@florian-desktop ~/dev/emulateme/builds $ rz-tracetest -d -c 0 emulateme.arm32.frames

META:
tracer {
  ...
  version: "6.2.0-tracewrap (v6.2.0-6-gd32ad4e8b3)"
}