x64dbg / x64dbg

An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis.

Home Page:http://x64dbg.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An error occurred when reading trace file

disharm0niz opened this issue · comments

Operating System

Windows 11, 22H2, 22621.3085

x64dbg Version

Jan 6/2024

Describe the issue

This issue might be related to the following issue as well.
#3289
The file is a CTF file that can be downloaded from below:
https://crackmes.one/crackme/64f1f7fad931496abf909535

Steps to reproduce

  1. Enable the following BPs:
    1.kernel32!dll.VirtualProtect
    2.illusion!0x40174C (Hardware)
  2. Run the program till you hit BP number 2 for the first time.
  3. Start a trace record
  4. Run a single step to be sure that recording is active.
  5. Run the program till you hit the BP number 2 for the second time
  6. Go to the trace tab, execute a single step.

Attachments

No response

image

Reproduced, thanks!