On Sun, Jan 06, 2013 at 10:11:04PM +0800, redder_0210 wrote:
> I want to get the control flow graph by CIL, then do some analysis on the CFG.
> So I'm interested in the API to the CFG(how to traverse the CFG one statement
> by one statement)?  Can you tell me the useful function about CFGof CIL?

The CIL documentation is available here:
http://kerneis.github.com/cil/doc/html/cil/
You should read in particular the part about Control-Flow Graphs (8.1):
http://kerneis.github.com/cil/doc/html/cil/ext.html#toc12

Do not hesitate to ask if you have more questions.
Best,
-- 
Gabriel

------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users

Reply via email to