Hey,

On Thu, Nov 18, 2010 at 11:21 AM, ayke <[email protected]> wrote:
> I want to make an obfuscator but after replaying ldstr with my method all
> functions with branch statements crashes.

Cool, there's certainly not enough obfuscators around ;)

> I dont know how to fix the offsets. Need your help !

You can use the extension methods from Cecil.Rocks:

body.SimplifyMacros ()

before modifying the IL, and when you're done:

body.OptimizeMacros ()

Jb

-- 
--
mono-cecil

Reply via email to