MONO mscorlib.dll 自定义
我将 mono 嵌入到我的框架中。出于安全目的,我想自定义 mscorlib.dll。我想在我的 mscorlib.dll 中注入 securityattributes。是否可以在 mscorlib.dll 中使用单链接器删除某些功能或注入安全属性
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,月光就是这么做的(注射)。此 wiki 页面 将告诉您(或链接到)有关它的所有内容。
如果它不存在,那么您必须阅读 Makefile、脚本 和 README 用于构建 Moonlight 的说明。
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.