vote up 0 vote down star

Is there a framework existing to compile C# source into a three address code representation, or at least a tool that is able to read IL files and produce TAC in a CFG?

I am looking for a framework that behaves like Soot for Java. The language does not matter.

I have looked at the CodePlex CCI project but it looks like they produce an AST based on the IL? At least most of the examples were missing; so if CCI is what I am searching for that would be good news for me as well.

flag
mono builds a cfg, so it might be worth to have a look at the tools they have. – tonfa Oct 7 at 22:59

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.