Results 39 comments of Sascha Schirra

Hi, why is that gadget a problem? `0x00015568 (0x00015569): pop {r4, r5, pc}; nop; teq.w r0, #0; itt eq; moveq r1, #0; bxeq lr;` I do not think, that this...

Both parts of that gadget are part of the gadget collection, so it is not necessary to split this gadget.

Few years ago I removed all those gadgets, however, I decided to change that again, since I needed one of those removed gadgets. Unfortunately, I cannot remember which gadget it...

> targets of instructions like 'bl' were wrong I am not sure if I understand what do you mean. Do you think the target is shown wrong in the gadget?

Hi. Many thanks for you pull requests. I will check it. One question: In the file rop.py: Why did you add the imagebase in the for loop if you subtract...

Hey. Thanks for raising this issue. Yes, it would be very helpful if you can provide the binary.

Hi, apologize the late reply. Does not `rs.setImageBaseFor(name=ls, imagebase=0x0)` work for you?

Yes, that is true. Since the command is defined by the user, ropper does not check the command. I haven't implemented that, because I thought the user who creates a...