Nov. 10, 2012
12:32 a.m.
On 9 November 2012 09:36, Sebastian Nozzi <sebnozzi@gmail.com> wrote:
2012/11/9 Igor Stasenko <siguctua@gmail.com>:
My recipe is: - simply find an offending compiled method - replace its first bytecode to "returnself"
How do you do this?
simply open "same" image and look for unique bytecode sequence among potential call stack in startup code. then "disable" the method by setting its first bytecode to "returnself" bytecode. -- Best regards, Igor Stasenko.