Vector35/debugger

Windows Kernel Debugger should display if a cond. branch is taken or not

Closed this issue · 1 comments

It would be nice to see if a conditional branch will be taken or not in the Windows Kernel Debugger. Similar like windbg does it.
Because currently you have to search the flag in the registers to see if a jump will be taken or not.

Windbg:
Screenshot_20240717_100146

Binary Ninja:
Screenshot_20240717_095256

Duplicate of #83