We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ROPgadget output is incorrect for the following code:
ROPgadget
main: movsxd rax, edi ret
ROPgadget reports the movsxd rax, edi ; ret gadget at main+1, while it is actually at main.
movsxd rax, edi ; ret
main+1
main