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

Save trace settings

not6 opened this issue · comments

commented

Feature type

Quality of life

Describe the feature

Save trace settings (break cond, log text, etc) so when you reopen x64dbg and you'd like to use the same settings as last time you don't have to copy-paste them again. I use the same log text everytime but it's quite long so I have to copy-paste it everytime; having it save should be simple to implement and would be quite nice to have

I think it will be easier if you use a small script to start a trace with the settings you want.