Hi, Wouldn't it be easier to say decompile the 3rd party library using ILSpy or any another decompiler, fix the code, and recompile it back?
I mean, you can certainly do it with Cecil, but it's going to be more tedious (tediouser?). Jb On Mon, Mar 11, 2013 at 6:42 PM, <[email protected]> wrote: > Hi, > > Someone pointed me to cecil for a problem I've run into; > I'm using a fixedpoint class to make sure my calculations deliver > deterministic results across different platforms. Now I also want to apply > this to a 3rdpart library I'm using, but this library is using floats, which > I'd like to replace using the custom fixedpoint struct (which uses operator > overloading for all operations). Is this possible using cecil and if so, > does anyone have any pointers/tips to get me started? I guess I have to > replace all math functions like cos/sin/tan etc with respective fixedpoint > ones too? > > Thanks! > > Martijn > > -- > -- > -- > mono-cecil > --- > You received this message because you are subscribed to the Google Groups > "mono-cecil" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
