= ( DE AD BE EF )
If you want to re-write it, you know the signature (it's right next to the literal in the
.il
file,) so you only need to replace the single encoded binary literal into one like this:= { string('Hello, World!') bool(true) type(int32) type([System.Xml]System.Xml.XmlDocument) }
1 comment:
This is non-standard according to the ECMA specification for CIL, but it is understood by ILASM.EXE so it's good enough for me (as long as I'm not trying to create a new array in the constructor).
Post a Comment