Installation

Clone the repository at the following url.
Install python requirements using the following command:
pip install -r requirements.txt
Note: Before installing, ensure that the latest version of the Java JDK is installed on your system.
Additionally, make sure to configure the JAVA_HOME environment variable to point to the JDK installation directory, and update the PATH variable to include the /bin directory.
Install all the binary requirements with the following command:
python3 hackndroid.py --install

The previous command will create a new config.ini
file with the environment variable PATH
that will be used by the program later.
Last updated