On 9 November 2012 09:36, Sebastian Nozzi <sebno...@gmail.com> wrote:
> 2012/11/9 Igor Stasenko <siguc...@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.

Reply via email to