First of all, Thanks Jb

I added one statement "body.SimplifyMacros ()" to my code as your
comment.

then I needed to change some of my codes to adopt changes by
SimplifyMacros() method.

Finally, I have lovely injected output now.

Thank again.

On 9월2일, 오후5시33분, Jb Evain <[email protected]> wrote:
> On Thu, Sep 2, 2010 at 8:01 AM, DongYong Lee <[email protected]> wrote:
> > Leave.s L_ffffffbc after IL injection.
>
> Use the extensions method from Mono.Cecil.Rocks:
>
> body.SimplifyMacros ();
>
> // inject IL
>
> body.OptimizeMacros ();
>
> That will make sure your branches don't overflow.
>
> --
> Jb Evain  <[email protected]>

-- 
--
mono-cecil

Reply via email to