Metadata-Version: 2.5
Name: hotflow
Version: 0.1.3
Summary: A probabilistic control-flow graph analyzer
Author-email: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
License: GPL-3.0-or-later
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: capstone>=5.0.0
Requires-Dist: macholib>=1.16.4
Requires-Dist: networkx>=3.0
Requires-Dist: numpy>=1.24
Requires-Dist: pefile>=2024.8.26
Requires-Dist: pyelftools>=0.30
Requires-Dist: tabulate>=0.10.0
Description-Content-Type: text/markdown

# HotFlow

**HotFlow** is a probabilistic control-flow graph (*CFG*) analyzer for ELF,
Mach-O, and PE binaries.

## License

HotFlow is licensed under GPL-3.0-or-later. See [`LICENSE`](LICENSE) for more
information.
