IDApro can generate CFG for each function. PIDA imports IDA DB using pida_dump.py utility, so CFG should be available for each function under Paimei. But I see no way of retrieving CFG at functions level in Paimei. PIDA keeps BBs in "dict" data structure which are, by definition, unordered. Also, basic_block class is not inherited from "graph", so no way of using "edges_to" method. Is there any way to constructing CFG in Paimei? Anybody has tried it earlier?







