ChiChou / bagbak

Yet another frida based iOS dumpdecrypted. Also decrypts app extensions
MIT License
1.12k stars 184 forks source link

Error: EACCES: permission denied #144

Closed jialeguan closed 2 months ago

jialeguan commented 2 months ago

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 As the title

To Reproduce Steps to reproduce the behavior: Command: bagbak -o ./de_apps com.vividseats.VividSeatsMobile

Expected behavior Output: [info] pulling app bundle from device, please be patient [info] downloaded 1048 files and 408 folders [info] app bundle downloaded node:internal/fs/promises:637 return new FileHandle(await PromisePrototypeThen( ^

Error: EACCES: permission denied, open '/var/folders/0x/pj5qcj0s7kl7cfrz1rpv7yh40000gn/T/bagbak/com.vividseats.VividSeatsMobile/Payload/VividSeats.app/VividSeats' at async open (node:internal/fs/promises:637:25) at async parse (file:///opt/homebrew/lib/node_modules/bagbak/lib/macho.js:62:14) at async #visitFile (file:///opt/homebrew/lib/node_modules/bagbak/lib/scan.js:93:20) at async AppBundleVisitor.visitRoot (file:///opt/homebrew/lib/node_modules/bagbak/lib/scan.js:75:9) at async AppBundleVisitor.encryptedBinaries (file:///opt/homebrew/lib/node_modules/bagbak/lib/scan.js:131:40) at async BagBak.dump (file:///opt/homebrew/lib/node_modules/bagbak/index.js:134:17) at async BagBak.pack (file:///opt/homebrew/lib/node_modules/bagbak/index.js:254:5) at async main (file:///opt/homebrew/lib/node_modules/bagbak/bin/bagbak.js:144:7) { errno: -13, code: 'EACCES', syscall: 'open', path: '/var/folders/0x/pj5qcj0s7kl7cfrz1rpv7yh40000gn/T/bagbak/com.vividseats.VividSeatsMobile/Payload/VividSeats.app/VividSeats' }

Node.js v21.7.1

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

jialeguan commented 2 months ago

之前说3.3这个问题被解决了,这个app还是有这样的问题,希望能看看这个问题~

ChiChou commented 2 months ago

之前说3.3这个问题被解决了,这个app还是有这样的问题,希望能看看这个问题~

旧版 bug 会影响 iOS 端的文件属性,需要卸掉应用重装…造成不便深表歉意

jialeguan commented 2 months ago

明白了🫡 多谢回复~