alexhude / uEmu

Tiny cute emulator plugin for IDA based on unicorn.
1.11k stars 177 forks source link

https://github.com/alexhude/uEmu/blob/master/uEmu.py#L490-L494 #26

Closed evandrix closed 3 years ago

evandrix commented 3 years ago

return QtWidgets.QApplication.keyboardModifiers() & QtCore.Qt.AltModifier

alexhude commented 3 years ago

Thanks for your review. I have decided to leave existing code as is since suggested change doesn’t improve functionality while making source less readable instead.