Michal Strehovsky 7/16/2011

A look at the Windows Phone JIT compiler

Read Original

This article details a reverse-engineering technique for examining the JIT-generated assembly code of a .NET application on Windows Phone. It explains how to locate a method in memory using reflection, dump the machine code, and disassemble it, uncovering that the phone emulator generates x86 code instead of ARM.

A look at the Windows Phone JIT compiler

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week