├── LICENSE ├── README.md └── scripts ├── android_cipher_tracer.py ├── fingerprint_bypass.py ├── ios_find_classes.py ├── ios_log_cookies.py ├── keygenparameterspec_tracer.py ├── keystore_tracer.py ├── log_encryption_key.py ├── native_hook.py ├── pbekeyspec_tracer.py ├── pin_brute_force.py ├── pin_bypass.py ├── pinning_bypass.py ├── root_check_bypass.py └── secure_flag_bypass.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0thkr1s/frida/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0thkr1s/frida/HEAD/README.md -------------------------------------------------------------------------------- /scripts/android_cipher_tracer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0thkr1s/frida/HEAD/scripts/android_cipher_tracer.py -------------------------------------------------------------------------------- /scripts/fingerprint_bypass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0thkr1s/frida/HEAD/scripts/fingerprint_bypass.py -------------------------------------------------------------------------------- /scripts/ios_find_classes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0thkr1s/frida/HEAD/scripts/ios_find_classes.py -------------------------------------------------------------------------------- /scripts/ios_log_cookies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0thkr1s/frida/HEAD/scripts/ios_log_cookies.py -------------------------------------------------------------------------------- /scripts/keygenparameterspec_tracer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0thkr1s/frida/HEAD/scripts/keygenparameterspec_tracer.py -------------------------------------------------------------------------------- /scripts/keystore_tracer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0thkr1s/frida/HEAD/scripts/keystore_tracer.py -------------------------------------------------------------------------------- /scripts/log_encryption_key.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0thkr1s/frida/HEAD/scripts/log_encryption_key.py -------------------------------------------------------------------------------- /scripts/native_hook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0thkr1s/frida/HEAD/scripts/native_hook.py -------------------------------------------------------------------------------- /scripts/pbekeyspec_tracer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0thkr1s/frida/HEAD/scripts/pbekeyspec_tracer.py -------------------------------------------------------------------------------- /scripts/pin_brute_force.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0thkr1s/frida/HEAD/scripts/pin_brute_force.py -------------------------------------------------------------------------------- /scripts/pin_bypass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0thkr1s/frida/HEAD/scripts/pin_bypass.py -------------------------------------------------------------------------------- /scripts/pinning_bypass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0thkr1s/frida/HEAD/scripts/pinning_bypass.py -------------------------------------------------------------------------------- /scripts/root_check_bypass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0thkr1s/frida/HEAD/scripts/root_check_bypass.py -------------------------------------------------------------------------------- /scripts/secure_flag_bypass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0thkr1s/frida/HEAD/scripts/secure_flag_bypass.py --------------------------------------------------------------------------------