ChiChou / bagbak

Yet another frida based iOS dumpdecrypted. Also decrypts app extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bagbak saves app files outside the .app

asdfzxcvbn opened this issue · comments

commented

Describe the bug
when dumping apps using -r, bagbak will dump app files outside the .app folder

To Reproduce
bagbak -fro s Spotify

Expected behavior
everything is dumped in the correct folder

Screenshots

img

Desktop (please complete the following information):

  • OS: Arch Linux (can reproduce on macos mojave)
  • nodejs: v16.20.0
  • frida on device version - v16.19.0
  • iOS and jailbreak version - iOS 14.8 + rootful palera1n
  • The app you are trying to work on - spotify - com.spotify.client
commented

i could move Intents.strings to the .app, but this seems to be happening as well

img

Didn't reproduce here but looks like a race condition in scp module.
Can you run with DEBUG_SCP=1 bagbak -fro s Spotify and give me the logs?

commented

DEBUG_SCP=1 bagbak -fro s Spotify

it looks like this only happens sometimes for some reason. i dont know why, but if it happens again i'll add more info here.

So it's definitely race condition, which don't always happen

DEBUG_SCP=1 bagbak -fro s Spotify

it looks like this only happens sometimes for some reason. i dont know why, but if it happens again i'll add more info here.

I believe it should be fixed now