passionfruit icon indicating copy to clipboard operation
passionfruit copied to clipboard

Unable to resolve bundle path to bundle ID when used with Frida Gadget

Open bensh opened this issue 4 years ago • 1 comments

Packaged up an app with Frida Gadget using the patchipa option in Objection, runs fine and I get the prompt to say I have Gadget available to me

2020-01-17 09:52:49.748775+0000 BTBCI[621:122386] Frida: Listening on 127.0.0.1 TCP port 27042

Also have it showing

PID  Name                               Identifier                                              
---  ---------------------------------  --------------------------------------------------------
519  Calendar                           com.apple.mobilecal                                     
230  Camera                             com.apple.camera                                        
621  Gadget                             re.frida.Gadget  

However when Passionfruit attempts to connect to Gadget via the web GUI the terminal spits out an error and kills the connection

An unhandledRejection occurred: 
Rejection: Error: Unable to resolve bundle path to bundle ID
Error: Unable to resolve bundle path to bundle ID```

bensh avatar Jan 17 '20 10:01 bensh

I am also getting a similar issue.

Error: Unable to resolve bundle path to bundle ID
  <-- GET /app/7b92794e7ec83c878813fcf28ebaefea686c6396/re.frida.Gadget/console/output
  --> GET /app/7b92794e7ec83c878813fcf28ebaefea686c6396/re.frida.Gadget/console/output 200 1ms 338b
  <-- GET /static/build.js
  --> GET /static/build.js 200 4ms 866.51kb
  <-- GET /static/0.build.js
  <-- GET /static/6.build.js
  --> GET /static/0.build.js 200 1ms 56.41kb
  --> GET /static/6.build.js 200 1ms 3.72kb
  <-- GET /static/logo.svg?abda96cf81a18b28052a52d16b35d4e1
  --> GET /static/logo.svg?abda96cf81a18b28052a52d16b35d4e1 200 1ms 16.33kb
  <-- GET /static/MaterialIcons-Regular.woff2?570eb83859dc23dd0eec423a49e147fe
  --> GET /static/MaterialIcons-Regular.woff2?570eb83859dc23dd0eec423a49e147fe 200 1ms 43.26kb
  <-- GET /static/icon.svg
  --> GET /static/icon.svg 200 1ms 6.44kb
An unhandledRejection occurred: 
Rejection: Error: Unable to resolve bundle path to bundle ID
Error: Unable to resolve bundle path to bundle ID

karthick4kumaran avatar Aug 27 '20 12:08 karthick4kumaran