MONO mscorlib.dll customize

362 views Asked by At

I am embedding mono in my framework. For the security purpose I want to customize mscorlib.dll. I want to inject securityattributes in my mscorlib.dll. Is it possible to remove some feature or inject securityattributes using monolinker in mscorlib.dll

1

There are 1 answers

0
poupou On

Yes, that's how Moonlight did it (injection). This wiki page will tell you (or link to) everything about it.

If it's not there then you'll have to read the Makefile, scripts and README instructions used to build Moonlight.