CodeInject代码注入源码源码描述:CInject(orCodeInject)允许直接往托管的代码中注入代码,而无需反编译。可在单个或者多个方法中注入你要执行的代码。使用CInject时你无需了解目标应用的细节,你通过注入来轻松对应用功能进行改造.ProvidesruntimeintelligencesuchasValuesofargumentstothecalledfunctionObjectlifetimeofamethod/variablescalledwithinthemethodAllowscustomizationofloggingordiagnosticsAllowsextensionofinjectorstotailoryourownsolutionastheneedbeMeasurethemethodexecutiontimetocheckperformanceBuildyourownpluginsusingCInjectinformationCInjectsupportsbuildingyourownpluginsThepluginreceivesinform
一、源码特点.NET反汇编工具二、功能介绍NetDasm是一个.NET汇编和反汇编工具。可以对dll文件进行反编译查看源代码,也可以对它进行编辑Youonlyneedtoloadanassemblyandlookatallthetypesthatitcontains.Whenyouclickononetype,itsmethodsandsomeinformationappearintheright.Youcandeleteatype,deleteamethod,oreditthecodeofamethod.IntheEditCodeform,youcanwatchtheILcode,removeasentence,orinsertanewsentence.