endgameinc / xori

Xori is an automation-ready disassembly and static analysis library for PE32, 32+ and shellcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider providing CFG as a part of output

Bhuvanamitra opened this issue · comments

As of now, CFG is displayed in GUI.
It would be of great help if that graph is outputted along with other output files. A lot of papers talk about malware detection using CFG analysis, so providing CFG (which you are generating anyway) is much helpful.
Along with disasm, functions and import files, you can output cfg file which has cfg in form of adjacency matrix or adjacency list.

Hi Team,
Just curious, Is this project alive with active development? Is there any chance to take this up at all?