lancelot icon indicating copy to clipboard operation
lancelot copied to clipboard

dis: zydis guarantees visible/explicit operands to be first

Open williballenthin opened this issue 3 years ago • 3 comments

referenced here but im not sure where else: https://github.com/zyantific/zydis/issues/189

williballenthin avatar Aug 03 '21 14:08 williballenthin

since we only care about explicit operands in our analysis, we can stop enumerating once we hit a non-visible operand

williballenthin avatar Aug 03 '21 14:08 williballenthin

but im not sure where else

It's also stated in this documentation comment here. :-)

athre0z avatar Aug 03 '21 14:08 athre0z

thank you!

williballenthin avatar Aug 03 '21 14:08 williballenthin