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

Stuck at device.enumerateApplications() when using frida 15.0.3 #23

Open
hanhanhanz opened this issue Aug 13, 2021 · 3 comments
Open

Stuck at device.enumerateApplications() when using frida 15.0.3 #23

hanhanhanz opened this issue Aug 13, 2021 · 3 comments

Comments

@hanhanhanz
Copy link

Hi, thanks for the nice tools
i have an issue when fridax.js stuck in applications = await device.enumerateApplications() when using frida 15.0.3. However, the JS will run normally when using frida 14.2.18.

using frida 15.0.3:

./fridax.js inject  --scripts  scripts/jit_modify_class_function_argument.js 
[*] Awaiting storage initialization.
[*] Awaiting USB device.
[*] Up and running on SM-G5XXX.

and it stays like that forever.

using frida 14.2.18:

./fridax.js inject  --scripts  scripts/jit_modify_class_function_argument.js 
[*] Awaiting storage initialization.
[*] Awaiting USB device.
[*] Up and running on SM-G5XXX.
? Which application do you want to inject? 
  App1
  App2
  App3
❯ App4
  
(Move up and down to reveal more choices)

fridax version = 1.0.0
frida-server already running = yes
xamarin app already launched = yes
expected behavior = fridax can be run in current version of frida (frida 15.0.X)

@AregGhazaryan
Copy link

Having the same issue here

@SorCelien
Copy link

I had the same issue and I searched a bit and found a solution. Indeed, the cause of this problem is the "frida-inject": "^0.4.1" dependency. Frida-inject is itself dependent of "frida": "^14.0.8" (an old version of Frida that is maybe not working well with newer frida-server). In order to avoid this problem I added the "frida": "^16.0.8" dependency in the package.json file of Fridax.

@xinhan1989
Copy link

hey @SorCelien tried what you did but started getting other errors about unable to locate the frida_binding.node file. Did you manage to solve this error?

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

No branches or pull requests

4 participants