Closed patacca closed 9 months ago
Fix https://github.com/quarkslab/qbindiff/issues/30 by adding a csv exporter.
This PR will also come with few changes:
GenericNode
GenericGraph
Item
Any
Mapping
Program
Still missing:
PR ready for review
Sounds great for me!
Fix https://github.com/quarkslab/qbindiff/issues/30 by adding a csv exporter.
This PR will also come with few changes:
GenericNode
abstract class to define what a "node" in aGenericGraph
is. This will replace the previousItem
type that was just an alias overAny
.Mapping
class.Program
. This is related to https://github.com/python/cpython/issues/50246Still missing: