#3931·x64dbg

Trace Log Format

Author: cctv130Created Aug 18, 2026Updated Aug 18, 2026

What are some good ways to format logs in the x64dbg Trace formatter, like the example below?

0x{p:cip} {i:cip} ZF: {_zf}

00401000  mov eax, ebx                   ZF: 0
00401002  test eax, eax                  ZF: 1
00401004  jne 00401020                   ZF: 0