ChiChou / bagbak

Yet another frida based iOS dumpdecrypted. Also decrypts app extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: EACCES: permission denied

iammanpreetsingh opened this issue · comments

Before you submit the issue, please check the FAQ section in Wiki: https://github.com/ChiChou/bagbak/wiki#faq
Then delete this section.

Describe the bug
`manpreet@Manpreets-Mac-mini ~ % bagbak com.ilovepdf.www
[info] pulling app bundle from device, please be patient
[info] downloaded 1066 files and 326 folders
[info] app bundle downloaded
node:internal/process/promises:289
triggerUncaughtException(err, true /* fromPromise */);
^

[Error: EACCES: permission denied, open '/var/folders/qq/00blr9m15wd29b2szqzmqjhm0000gp/T/bagbak/com.ilovepdf.www/Payload/ILovePDF.app/ILovePDF'] {
errno: -13,
code: 'EACCES',
syscall: 'open',
path: '/var/folders/qq/00blr9m15wd29b2szqzmqjhm0000gp/T/bagbak/com.ilovepdf.www/Payload/ILovePDF.app/ILovePDF'
}

Node.js v20.10.0`

To Reproduce
bagbak com.ilovepdf.www

Expected behavior
It should decrypt the app.

Screenshots
ScreenShot 2024-01-25 at 04 11 54@2x

Desktop (please complete the following information):

Additional context
I really don't know what could be the issue.

Should be resolved in v3.3

Tested on iOS 16 for this particular app and it worked