Alexandre IOOSS writes:
> [[PGP Signed Part:Undecided]]
> On 6/15/21 6:47 PM, Alexandre IOOSS wrote:
>> On 6/15/21 10:22 AM, Alex Bennée wrote:
>>> Mahmoud Mandour writes:
On 14/06/2021 11:01, Alexandre Iooss wrote:
> +}
> +
> +/**
> + * Log instruction execution
> + *
On 6/15/21 6:47 PM, Alexandre IOOSS wrote:
On 6/15/21 10:22 AM, Alex Bennée wrote:
Mahmoud Mandour writes:
On 14/06/2021 11:01, Alexandre Iooss wrote:
+}
+
+/**
+ * Log instruction execution
+ */
+static void vcpu_insn_exec(unsigned int cpu_index, void *udata)
+{
+ char *insn_disas = (char
On 6/15/21 10:22 AM, Alex Bennée wrote:
Mahmoud Mandour writes:
On 14/06/2021 11:01, Alexandre Iooss wrote:
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
---
M
Mahmoud Mandour writes:
> On 14/06/2021 11:01, Alexandre Iooss wrote:
>> 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
>> ---
>> MAINTAINERS
On 14/06/2021 11:01, Alexandre Iooss wrote:
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
---
MAINTAINERS | 1 +
contrib/plugins/Makefile | 1
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
---
MAINTAINERS | 1 +
contrib/plugins/Makefile | 1 +
contrib/plugins/execlog.c | 112 +++