Posted November 17, 20222 yr I wonder if there is a method to set a breakpoint on every conditional state (ect... test eax, eax) in x64dbg? Thank you so much...
November 20, 20222 yr Hardly, you are probably looking for Binary Instrumentation / DBI. Look into e.g. Intel Pin Tools. If you are serious, there is a IDA Pro debugger module based on PIN, havnt tried it though and it probably requires some "assembly". https://hex-rays.com/products/ida/support/idadoc/1652.shtml
Create an account or sign in to comment