ioncodes / dnpatch

.NET Patcher library using dnlib
MIT License
313 stars 48 forks source link

Add/remove/change CustomAttributes of the Target #14

Closed SlowLogicBoy closed 7 years ago

SlowLogicBoy commented 7 years ago

MethodDef.CustomAttributes.Add(MemberRef) MethodDef.CustomAttributes.Remove(MemberRef)

Also for properties and field

ioncodes commented 7 years ago

Like this?

SlowLogicBoy commented 7 years ago

Yes