Posted March 21, 20169 yr 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 ?
March 21, 20169 yr 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
March 22, 20169 yr Author 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.
Create an account or sign in to comment