Hello.

I need find and replace string in dll.


foreach (Resource res in assembly.MainModule.Resources){
   if(res.ResourceType != ResourceType.Embedded)
   {
      continue;
   }
   byte[] x = ((EmbeddedResource)res).GetResourceData();

   ???}

Please, help. Thanks.

-- 
-- 
--
mono-cecil
--- 
You received this message because you are subscribed to the Google Groups 
"mono-cecil" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to