BAYET

Results 3 comments of BAYET

Second commit added to handle the detection of the `pop {pc}` gadget, which is surprisingly not handled by ropper and ROPGadget.

Once again previous commit was bad. It was properly detecting `pop {pc}` gadgets, but introduced detection of other instructions that are not gadgets like : ``` $ kstool arm "ldr...

Ok, did a quick test and gcc doesn't know how to convert a 32 bit pointer in unsigned long long: See this code: ``` #include #include int main(void) { unsigned...