IDA gdl file parser
File Description: gdlFileGenerator.idc is a IDA script to generate gdl files of an analysed program in a batch mode.
gdlParser.l contains the main logic and function of the gdlParser.
GDLTreeNode.h contains the GDLTreeNode class which represents each node in gdl file.
Makefile is employed to compile the project.
TEST directory contains some testsuites.
TEST/DOT directory contains the dot files outputed by the gdlParser.