On 9 November 2012 21:32, Igor Stasenko <[email protected]> wrote: > On 9 November 2012 09:36, Sebastian Nozzi <[email protected]> wrote: >> 2012/11/9 Igor Stasenko <[email protected]>: >>> 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. > err.. i mean, take similar image.. find method and then seek same bytecode sequence in image. if there is only one byte sequence in dead image, that should be the method which you need to disable. easy! :)
> > > -- > Best regards, > Igor Stasenko. -- Best regards, Igor Stasenko.
