Metadata-Version: 2.1
Name: ctadl-jadx-fact-generator-plugin
Version: 0.6.2
Summary: CTADL JADX fact generator plugin
Home-page: https://github.com/sandialabs/ctadl-jadx-fact-generator
Project-URL: Bug Tracker, https://github.com/sandialabs/ctadl-jadx-fact-generator/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

# CTADL JADX Fact Generator Plugin

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

This project provides a plugin for CTADL so that it can perform taint analysis on Java bytecode.
It is based on [jadx](https://github.com/skylot/jadx) code analysis.

# Installation

Use pip.

    $ pip install ctadl-jadx-fact-generator

Afterward, if ctadl is installed, you can do:

    $ ctadl import jadx /path/to/apk

See `ctadl --help` for more detauls.

Make sure, when you run ctadl, that `JAVA_HOME` is properly set up in your environment or Java is in your path.
If you forget, it'll remind you.
