Hi! I'm having a little bit of issue with Mono.Cecil For example:
I have a simple assembly, I would then have Cecil to generate a method for me, after this I would place the method inside the assembly. Finally, I would adjust the entry point method of the assembly to call upon my newly generated method, but this would stuff up the offsets, because any other methods making jumps afterwards would have trouble. How do I overcome this? -- -- mono-cecil
