alexhude / uEmu

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

Added program counter change after RIP update #20

Closed ilyamogilin closed 4 years ago

ilyamogilin commented 4 years ago

For some reason uEmu did not update program counter after changing the value of RIP register (only when loading from file), so I made a small contribution in order to implement this feature.

alexhude commented 4 years ago

Hi, thanks for PR! Is there a particular way to reproduce it? Does it affect ARM or it is x86 only?

alexhude commented 4 years ago

Sorry, this PR is pretty unclear to me regarding it is reproduction and side-effects. Therefore, I have to reject it for now. Having said that, I am open for more detailed discussion in order to address the issue if it exists.