We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adb push frida-server-16.5.6-android-arm64 /data/local/tmp/ flame:/data/local/tmp # chmod +x frida-server flame:/data/local/tmp # ./frida-server CANNOT LINK EXECUTABLE "/proc/self/fd/10": "/system/lib64/libadb_root_helper.so" is 64-bit instead of 32-bit flame:/data/local/tmp # whoami root flame:/data/local/tmp # getprop ro.product.cpu.abi arm64-v8a flame:/data/local/tmp # getprop ro.build.version.sdk 33
The text was updated successfully, but these errors were encountered:
No branches or pull requests
adb push frida-server-16.5.6-android-arm64 /data/local/tmp/
flame:/data/local/tmp # chmod +x frida-server
flame:/data/local/tmp # ./frida-server
CANNOT LINK EXECUTABLE "/proc/self/fd/10": "/system/lib64/libadb_root_helper.so" is 64-bit instead of 32-bit
flame:/data/local/tmp # whoami
root
flame:/data/local/tmp # getprop ro.product.cpu.abi
arm64-v8a
flame:/data/local/tmp # getprop ro.build.version.sdk
33
The text was updated successfully, but these errors were encountered: