decompiling .NET CF applications

C

Conan O'Brien

how can I decompile .NET CF applications?

I tried to use Anakrino but it throws up errors!


are there any links/URL where it is described how to
decompile
..NET CF applications? (to see them in C# source form)
 
G

Geoff Schwab [MSFT]

Have you tried ildasm.exe? It is in the Bin folder of your Visual Studio
..NET 2003 install directory, typically...

C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin

There is also ILDasmAdvancedOptions.doc in:

C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Tool Developers
Guide\docs

--
Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.
 
A

Al Ponomarev

how can I decompile .NET CF applications?

I tried to use Anakrino but it throws up errors!


are there any links/URL where it is described how to
decompile
.NET CF applications? (to see them in C# source form)


You can try 9Rays.Net Spices.Decompiler (http://9rays.net/products/spices)
to decompile .Net CF applications to 6 languages (IL, C#, VB.Net,
Delphi.Net, J#, MC++)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top