Hi,

No apparently it does not, yet :)

Can you upload a binary somewhere that reproduces the exception? I'll
have a look at it.

Thanks!

Jb

On Mon, Feb 16, 2015 at 9:42 AM, Arvind Gupta
<[email protected]> wrote:
> Hi
>
> Scenario is
>
> App A (.Net console app using net framework 4.5), using Mono.Cecil library
>
> App B (Windows phone 8.1 app, universal app)
>
> Library C (windows RT library, windows 8.1)
>
>
> App A is using Mono.Cecil library and loaded module of app B and module of
> library C
> Now A is trying to insert a function (declared in library C) into module of
> app B, then calling module.Write (app B) and here It is getting below
> exception
>
> ex.Message = "Specified method is not supported."
> e.StackTrace =    "at Mono.Cecil.PE.ImageWriter.GetMachine()
>    at Mono.Cecil.PE.ImageWriter.WritePEFileHeader()
>    at Mono.Cecil.PE.ImageWriter.WriteImage()
>    at Mono.Cecil.ModuleWriter.WriteModuleTo(ModuleDefinition module, Stream
> stream, WriterParameters parameters)
>    at Mono.Cecil.ModuleDefinition.Write(Stream stream, WriterParameters
> parameters)
>    at Mono.Cecil.ModuleDefinition.Write(String fileName, WriterParameters
> parameters)
>    at Mono.Cecil.ModuleDefinition.Write(String fileName)"
>
>
>
> Does Mono.Cecil supports parsing and writing of WIndows phone app 8.1
> modules? if Yes then do we need to compile it with project.
> I am trying to create a console app which modifies windows phone 8.1 app
> module and inject code from win RT module on windows 8.1.
>
> Thanks
> Arvind
>
>
>
> --
> --
> --
> 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/d/optout.

-- 
-- 
--
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/d/optout.

Reply via email to