Click here to Skip to main content
15,905,563 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there any open source code for extracting API call sequences and control flow graphs?
I use a disassembler to come up with the assembly code of a PE file first.

Thanks.
Posted

1 solution

Hi,

I have used Wingraph32 for graphing with IDA Pro[^]. I believe that it is using the VCG graphing library[^].

You can download the source code for Wingraph32 here[^].

Best Wishes,
-David Delaune
 
Share this answer
 
Comments
lilyNaz 9-Apr-12 0:51am    
Thank you. I looked at VCG Graphig library but it mentions that The VCG tool reads a textual and readable specification of a graph and visualizes the graph.
But I don't have the graph itself, I just have the assembly code, visualization is not my first priority, coming up with control flow graph is the problem.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900