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

In addition to log output, I hope to add a function to write out files in the script, because sometimes there are breakpoint events in the log, which can interfere with the output of DLL loading events

ziyoulang168 opened this issue · comments

Feature type

Other

Describe the feature

In addition to log output, the script hopes to add a feature for writing to files, as sometimes there may be breakpoint events in the log that interfere with log analysis

wrta "C:\ziji\tmd3API1.txt",{x:api}

This pull request adds support for outputting the breakpoint logs directly to a file instead of the log view: #3317. Please test if you can.