]> git.proxmox.com Git - mirror_qemu.git/commit
contrib/plugins: add execlog to log instruction execution and memory access
authorAlexandre Iooss <erdnaxe@crans.org>
Fri, 9 Jul 2021 14:29:59 +0000 (15:29 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 14 Jul 2021 14:54:13 +0000 (15:54 +0100)
commit3d7caf145e69b61d17f7cada8713f37af2aaebf1
treec0945dec09363d9cc6271967c400585b517859c0
parent7a1f6e5975dabee12c0b7b160630c59c6fcff6c3
contrib/plugins: add execlog to log instruction execution and memory access

Log instruction execution and memory access to a file.
This plugin can be used for reverse engineering or for side-channel analysis
using QEMU.

Signed-off-by: Alexandre Iooss <erdnaxe@crans.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210702081307.1653644-2-erdnaxe@crans.org>
Message-Id: <20210709143005.1554-35-alex.bennee@linaro.org>
MAINTAINERS
contrib/plugins/Makefile
contrib/plugins/execlog.c [new file with mode: 0644]