.NET compilation without JIT possible ?

Posted by Thomas on Stack Overflow See other posts from Stack Overflow or by Thomas
Published on 2010-03-26T15:34:06Z Indexed on 2010/04/17 9:13 UTC
Read the original article Hit count: 373

Filed under:
|
|

Hi all,

Is it possible to compile a .cs directly in x86 code ? I mean, I want to observe what happened with IDA Pro, so I didn't want IL code but asm code.

Thanks

© Stack Overflow or respective owner

Related posts about .NET

Related posts about jit