VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Member
    Join Date
    Jun 2022
    Location
    india
    Search Comp PM
    used same version as mentioned in temple of doom....device is redmi 6...all the previous command work fine....started frida and all...but when running dumper.py it shows this

    Code:
    C:\Users\yogad\Downloads\dumper-main>python dump_keys.py
    2023-07-14 10:40:23 PM - root - 16 - INFO - Connected to Redmi 6
    2023-07-14 10:40:23 PM - root - 17 - INFO - scanning all processes for the following libraries
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=1, name="init", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=355, name="init", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=356, name="init", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=357, name="ueventd", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=398, name="mqsasd", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=401, name="teei_daemon", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=402, name="logd", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=403, name="servicemanager", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=407, name="hwservicemanager", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=408, name="vndservicemanager", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=421, name="aee_aedv", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=422, name="aee_aed", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=425, name="android.hardware.keymaster@3.0-service", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=426, name="vold", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=436, name="magiskd", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=440, name="android.hidl.allocator@1.0-service", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=441, name="vtservice_hidl", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=442, name="android.hardware.audio@4.0-service-mediatek", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=443, name="android.hardware.bluetooth@1.0-service-mediatek", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=444, name="android.hardware.cas@1.0-service", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=445, name="android.hardware.configstore@1.1-service", parameters={})
    2023-07-14 10:40:24 PM - root - 19 - DEBUG - Process(pid=447, name="android.hardware.drm@1.1-service.clearkey", parameters={})
    Traceback (most recent call last):
      File "C:\Users\yogad\Downloads\dumper-main\dump_keys.py", line 21, in <module>
        libraries = scanner.find_widevine_process(device, process.name)
      File "C:\Users\yogad\Downloads\dumper-main\Helpers\Scanner.py", line 149, in find_widevine_process
        process = dev.attach(process_name)
      File "C:\Users\yogad\AppData\Local\Programs\Python\Python310\lib\site-packages\frida\core.py", line 26, in wrapper
        return f(*args, **kwargs)
      File "C:\Users\yogad\AppData\Local\Programs\Python\Python310\lib\site-packages\frida\core.py", line 165, in attach
        return Session(self._impl.attach(self._pid_of(target), *args, **kwargs))
    frida.ProcessNotRespondingError: process with pid 447 either refused to load frida-agent, or terminated during injection
    Quote Quote  
  2. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by killua View Post
    used same version as mentioned in temple of doom....device is redmi 6.........
    [snip]
    frida.ProcessNotRespondingError: process with pid 447 either refused to load frida-agent, or terminated during injection
    And is your redmi 6 rooted?
    Quote Quote  
  3. Member
    Join Date
    Jun 2022
    Location
    india
    Search Comp PM
    Image
    [Attachment 72425 - Click to enlarge]


    yeah ofc ...how could i miss the main point...
    Quote Quote  
  4. Try another version of Frida-server
    Quote Quote  
  5. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by killua View Post

    yeah ofc ...how could i miss the main point...
    You'd be surprised; some do.

    I've never been a fan of changing versions; just making sure you have the latest version and the right one for your phone's architecture's instruction set ( ARMv8-A) . ( It may also be worthwhile to start completely from scratch and recheck all your work.


    edit Use this one and nothing with 64 in the filename:
    https://github.com/frida/frida/releases/download/16.1.2/frida-server-16.1.2-android-arm.xz

    And another edit; it would have been better to keep this question and responses in the thread where you followed instructions; it may have helped others. Here it will be buried shortly.
    Last edited by A_n_g_e_l_a; 15th Jul 2023 at 04:26.
    Quote Quote  
  6. Member
    Join Date
    Jun 2022
    Location
    india
    Search Comp PM
    ok sir noted ...from next time i will reply to the respected threads....and the script runned with version you gave thank you...and it dumped .json, .bin files (1kb each)...and also licenserequest.bin (3kb)

    got the .bin file and .pem file..thanks for you suggestions it worked
    https://forum.videohelp.com/threads/407196-Dumping-L3-from-Android-10-11-and-12
    got help from this and successfully dumped
    Last edited by killua; 15th Jul 2023 at 13:17. Reason: update
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!