Update README.md

This commit is contained in:
TPD94 2022-10-21 18:57:04 -04:00
parent 3082b4e271
commit 6e587b62e6
1 changed files with 2 additions and 2 deletions

View File

@ -90,9 +90,9 @@ Login as super user and create a new environment `su -`
*If you would like to check if frida-server is running connect via adb to your device in new command prompt like in step one, then use `adb shell` and then `su` and then `ps | grep frida` this should show you the process running, if it does not something went wrong* **NOTE: MAY NOT BE APPLICABLE IF MODULE WAS INSTALLED VIA FRIDA**
Download and extract [Dumper](https://cdm-project.com/cdm-tools/l3-dumper/-/archive/main/l3-dumper-main.zip "Dumper") for android 7-9
Download and extract [Dumper](https://cdm-project.com/CDM-Tools/L3-Dumper "Dumper") for android 7-9
Download and extract [DumperV2](https://cdm-project.com/cdm-tools/dumperv2/-/archive/main/dumperv2-main.zip "DumperV2") for android 10-12
Download and extract [DumperV2](https://cdm-project.com/CDM-Tools/DumperV2 "DumperV2") for android 10-12
Open a new command prompt as administrator and change directories to the newly extracted folder and run `pip3 install -r requirements.txt` and once that's finished, start the program with `python dump_keys.py`