White Posted March 21, 2016 Posted March 21, 2016 Hi, Currently, I am writing script with x64dbg feature. The question is how can I save the log info to a new file, as alike as "wrta" cmd in OllyDbg. mov vBp,0000000140238A8F bphws vBp,"x" LOOP: erun cmp cip,vBp jnz LOOP log "RVA: {d0} VA: {p1} Size: {d2}",rax, rcx, rdx jmp LOOP Here is what I got in x64dbg, every stop at vBp, there is a info "Hardware breakpoint (execute) at 0000000140238A8F !" . Can I remove it with changing settings/preferences ?
mrexodia Posted March 21, 2016 Posted March 21, 2016 Hello, Currently there is no command to save the log and it is not possible to disable any of the log messages. I added an issue on http://issues.x64dbg.com Greetings
White Posted March 22, 2016 Author Posted March 22, 2016 10 hours ago, Mr. eXoDia said: Hello, Currently there is no command to save the log and it is not possible to disable any of the log messages. I added an issue on http://issues.x64dbg.com Greetings Ok, I hope it will be soon anyway.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now