Metadata-Version: 2.4
Name: ctadl-networkx-export-plugin
Version: 0.0.1
Summary: Exports the CTADL database to networkx format
Home-page: https://github.com/sandialabs/ctadl
Project-URL: Bug Tracker, https://github.com/sandialabs/ctadl/issues
Classifier: Programming Language :: Python :: 3.9
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: networkx>=2.8.6
Dynamic: license-file

# CTADL networkx graph export

This project is part of the [CTADL Taint Analyzer](https://github.com/sandialabs/ctadl).

This project provides a plugin for CTADL to export data flow graph information via networkx.

# Installation

Use pip.

    $ pip install ctadl-networx-export-plugin

Afterward, if ctadl is installed, you can do:

    $ ctadl export --format gml pcode /path/to/a/binary

See `ctadl --help` for more detauls.
