ImmunityDebugger
july keenfield (kizi) <privkizigmailcom> Wednesday, October 17 2007 12:46.13 CDT


I want to use graphclass to illustrate code coverage.
but,
there are no example codes!.
Please tell me how to use it?

Comments
abuse007 Posted: Thursday, October 18 2007 09:56.29 CDT
You might have more luck posting on immunity's forum.

jms Posted: Thursday, October 18 2007 12:53.45 CDT
The graph class now has a new method to render from a buffer. Immunity's graphing is vcg based, so you will have to actually create the nodes and edges yourself.

If you prefer GDL then you will have to display the graph using DataRescue's WinGraph32 or Absint's AISee (which I love cause it does format conversion for you).

Take a look in their graphclass file and how they create graphs for a function when you click the "Graph" button. This should be enough to get you started.

Immunity Forum is there if you need it, and one of us can help you more if you like.

kizi Posted: Sunday, October 21 2007 14:13.04 CDT
thanks for replies abuse007 and jms.

i will lean the way that jms told.

thanks!