Skip to content

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

@hanhanhanz

Description

@hanhanhanz

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions