Kivanc Posted November 17, 2022 Share Posted November 17, 2022 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... Link to comment
deepzero Posted November 20, 2022 Share Posted November 20, 2022 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 Link to comment
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