tags:

views:

135

answers:

0

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.