Compare commits

...

2 Commits

Author SHA1 Message Date
TPD94 477df3e318 Updated link.
Frida android app link.
2022-10-31 09:08:56 -04:00
TPD94 c76173ed30 Updated
Fixed missing hyphens. Catch by @mynameisnone#1199.
2022-10-31 09:05:24 -04:00
1 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ Pre-rooted, around $30 USD, multiple user success of dumping keys (myself includ
DumperV2: [onn. Android TV 4K UHD Streaming Device](https://www.walmart.com/ip/onn-Android-TV-4K-UHD-Streaming-Device-with-Voice-Remote-Control-HDMI-Cable/636597403 "onn. Android TV 4K UHD Streaming Device")
Cheap and accesable but, needs magisk, frida module, and liboemcrypto disabler installed. You can find insturctions and scripts for installing magisk and rooting [here](https://cdm-project.com/cdm-tools/onn-scripts "here"), follow up until step 7 and install the frida-server and liboemcrypto modules below from the magisk app.
**IF YOU DO USE YOUR OWN ANDROID DEVICE YOU MUST INSTALL [MAGISK](https://topjohnwu.github.io/Magisk/install.html "MAGISK") AND THE [FRIDA-SERVER MODULE](https://github.com/ViRb3/magisk-frida "FRIDA-SERVER MODULE") OR PUSH THE [FRIDA SERVER ANDROID APP](https://github.com/frida/frida/releases/download/ "FRIDA SERVER ANDROID APP") IF YOU DON'T NEED THE LIBOEMCRYPTO DISABLER.**
**IF YOU DO USE YOUR OWN ANDROID DEVICE YOU MUST INSTALL [MAGISK](https://topjohnwu.github.io/Magisk/install.html "MAGISK") AND THE [FRIDA-SERVER MODULE](https://github.com/ViRb3/magisk-frida "FRIDA-SERVER MODULE") OR PUSH THE [FRIDA SERVER ANDROID APP](https://github.com/frida/frida/releases/ "FRIDA SERVER ANDROID APP") IF YOU DON'T NEED THE LIBOEMCRYPTO DISABLER.**
**AS MENTIONED IN DUMPER READMES, SOME DEVICES WILL CONTINUE TO USE L1 AFTER ROOT, IF UNSURE USE "DRM INFO", IF STILL ON L1 PLEASE INSTALL [LIBOEMCRYPTO DISABLER](https://github.com/Magisk-Modules-Repo/liboemcryptodisabler "LIBOEMCRYPTO DISABLER") MAGISK MODULE**
@ -74,15 +74,15 @@ Change directory to where you extracted the file and enter the command `adb push
Once it has been pushed open up a shell with `adb shell`
Move the server to the tmp directory `mv /sdcard/fridaserver-15.1.17-android-arm /data/local/tmp/`
Move the server to the tmp directory `mv /sdcard/frida-server-15.1.17-android-arm /data/local/tmp/`
You may get an error about chown permission, this is negligible
Login as super user and create a new environment `su -`
Give execute privileges to frida-server `chmod +x /data/local/tmp/fridaserver-15.1.17-android-arm`
Give execute privileges to frida-server `chmod +x /data/local/tmp/frida-server-15.1.17-android-arm`
Start the server `/data/local/tmp/fridaserver-15.1.17-android-arm`
Start the server `/data/local/tmp/frida-server-15.1.17-android-arm`
**When you start the server command prompt will hang, this is normal and means the program is running, do not close out and continue to step 2**