bagbak icon indicating copy to clipboard operation
bagbak copied to clipboard

Unable to dump apps on Apple Security research device

Open cfossace opened this issue 1 year ago • 8 comments

There is an error dumping the app.

➜ bagbak -U my.app.testing.triggerdebug.testing-app [info] pulling app bundle from device, please be patient

[info] app bundle downloaded node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^

[Error: ENOENT: no such file or directory, scandir '/var/folders/rr/n_90hxwd49gc5n3nwyrw6qdr0000gp/T/bagbak/my.app.testing.triggerdebug.testing-app/Payload/testing app.app'] { errno: -2, code: 'ENOENT', syscall: 'scandir', path: '/var/folders/rr/n_90hxwd49gc5n3nwyrw6qdr0000gp/T/bagbak/my.app.testing.triggerdebug.testing-app/Payload/testing app.app' }

Node.js v18.18.2

To Reproduce Steps to reproduce the behavior:

bagbak -U my.app.testing.triggerdebug.testing-app

Expected behavior I expect it to dump the decrypted app, but it seems like there is a problem.

Desktop (please complete the following information):

  • OS: MacOS 13.5
  • ➜ npm --version 9.8.1 ➜ node --version v18.18.2
  • frida on device version 16.1.4
  • iOS and jailbreak version Apple Security research device iOS 17 (non jailbroken, Frida installed with cryptex)

cfossace avatar Nov 01 '23 16:11 cfossace