x64dbg/x64dbg

Make DbgIsJumpGoingToExecute also work for conditional instructions

Open

#3,139 opened on Jul 16, 2023

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C++ (2,734 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (48,381 stars)
PR merge metrics
 (Avg merge 1d 3h) (2 merged PRs in 30d)

Description

CPUInfoBox support for some other instructions like CMOV and FCMOV also needs this. IsBranchGoingToExecute and IsConditionalGoingToExecute in zydis_wrapper may be unified so that we can continue using the DbgIsJumpGoingToExecute export.

Contributor guide