Skip to content
New issue

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

any solution ? #38

Open
post-master opened this issue Feb 2, 2022 · 2 comments
Open

any solution ? #38

post-master opened this issue Feb 2, 2022 · 2 comments

Comments

@post-master
Copy link

post-master commented Feb 2, 2022

https://i.imgur.com/n4GPKhW.png

`C:\New folder>adb devices
List of devices attached
85bbc700 device

C:\New folder>python dump_keys.py

2022-02-02 04:43:33 PM - root - 38 - ERROR - No devices. Please connect your Android device.

C:\New folder>`

Note: Phone is already rooted. Phone model "MI Note 5 Pro"

@dslisanoob
Copy link

try changing it to device = frida.get_usb_device(1) in line 14 of dump_keys.py -> it adds a delay

@larsk2
Copy link

larsk2 commented Feb 24, 2022

doesn't seem frida is running properly? download frida binary, unpack with winrar or something, rename file to "frida-server" copy it to phone Download folder.
https:/frida/frida/releases/download/15.1.17/frida-server-15.1.17-android-arm64.xz
use python version below 3.8.6

then run following from command prompt:

adb shell
su (make sure phone screen is turned on, and that you're on main screen, "Grant" permission for computer to su)
mv sdcard/Downloads/frida-server /data/local/tmp
chmod +x /data/local/tmp/frida-server
/data/local/tmp/frida-server &
try running dump_keys again, wait until "HOOKS COMPLETED" then play DRM content on your phone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants