jbevain / cecil

Cecil is a library to inspect, modify and create .NET programs and libraries.
MIT License
2.71k stars 619 forks source link

how to modify PrivateImplementationDetails #918

Open billpeace opened 1 year ago

billpeace commented 1 year ago

how to modify byte[]

or add byte[]

teo-tsirpanis commented 2 months ago

You can use the FieldDefinition.InitialValue property.