eqqlyz / gdlParser

IDA gdl file parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gdlParser

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.

About

IDA gdl file parser


Languages

Language:C++ 81.2%Language:Lex 17.7%Language:C 0.7%Language:Makefile 0.4%Language:Shell 0.1%