wvdumper / dumper

Dump L3 CDM from any Android device
506 stars 242 forks source link

ImportError: DLL load failed while importing _frida: The specified module could not be found. #32

Open NonameASecret opened 2 years ago

NonameASecret commented 2 years ago

how to fix below issue?

I'm Using Python 3.10.1
dumperror

ghost commented 2 years ago

@wvdumper, and any one else. I also do have the same problem (issue) as @NonameASecret.

Kindly assist, so that we be able to get the keys. Thanks.

XMYSTERlOUSX commented 2 years ago

how to fix below issue?

I'm Using Python 3.10.1 dumperror

Frida seems to have some errors with python 3.10.x Try with a python version equal or below to 3.9.x

NonameASecret commented 2 years ago

how to fix below issue?

I'm Using Python 3.10.1 dumperror

Frida seems to have some errors with python 3.10.x Try with a python version equal or below to 3.9.x

i already sloved dear. I try python 3.5 version . It success . Thank you your response .

sboulema commented 2 years ago

Python 3.9.10 worked for me 😄