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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file AndroidFridaManager-0.2.tar.gz
.
File metadata
- Download URL: AndroidFridaManager-0.2.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2097d53e314d89a5cde614d6041f7d8e9b62778736296d8eb620295cda72dda4 |
|
MD5 | dbaa94f3d92747cb71dcc2a276c945a1 |
|
BLAKE2b-256 | 9240c57b2a91668a5dec3f61bb308f400f09aa60c5a9ebab811220336b78c310 |