Skip to main content

A python API in order to install and run the frida-server on an Android device.

Project description

AndroidFridaManager

A python API in order to install and run the frida-server on an Android device. The project was inspired by Frida-Python-Binding.

Usage

afm_obj = FridaAndroidManager(is_remote=False, socket="ip:port", verbose=False, frida_install_dst="/data/local/tmp/")
afm_obj.install_frida_server()
afm_obj.run_frida_server()

API

install_frida_server(version="latest")
run_frida_server()
is_frida_server_running()
stop_frida_server()
remove_frida_server()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AndroidFridaManager-0.2.tar.gz (17.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page