Jump to content
Tuts 4 You

x64dbg script save log file question


White

Recommended Posts

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 ?

 

Link to comment
  • 2 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...