x64dbg/x64dbg
View on GitHubMake DbgIsJumpGoingToExecute also work for conditional instructions
Open
#3,139 opened on Jul 16, 2023
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.