Hi,

It all depends on the format of embedded data. Is this a simple text
file? Is this a windows resource file?

Jb

On Thu, Mar 6, 2014 at 9:29 AM, NIkNik <[email protected]> wrote:
> 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.

-- 
-- 
--
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