SkillAgentSearch skills...

Bagbak

[deprecated] Yet another frida based iOS dumpdecrypted. Also decrypts app extensions

Install / Use

/learn @ChiChou/Bagbak
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

bagbak

version downloads issues sponsers license

Yet another frida based App decryptor. Requires jailbroken iOS device and frida.re

Tested on iOS 15 (Dopamine) and iOS 16 (palera1n).

The name of this project doesn't have any meaning. I was just listening to that song while typing.

Prerequisites

Note: bagbak@5 requires frida@17. If your frida-server is v16, use npm install -g bagbak@4 instead.

On device

On desktop

Usage

bagbak [bundle id or name]

Options:
  -l, --list             list apps
  -j, --json             output as json (only works with --list)
  -U, --usb              connect to USB device (default)
  -R, --remote           connect to remote frida-server
  -D, --device <uuid>    connect to device with the given ID
  -H, --host <host>      connect to remote frida-server on HOST
  -d, --debug            enable debug output
  -o, --output <output>  ipa filename or directory to dump to
  -h, --help             display help for command

Environments variables:

  • DEBUG=1 enable debug output for troubleshooting

Example:

  • bagbak -l to list all apps
  • bagbak com.google.chrome.ios to dump app to com.google.chrome.ios-[version].ipa

Related Skills

View on GitHub
GitHub Stars1.4k
CategoryDevelopment
Updated8h ago
Forks218

Languages

TypeScript

Security Score

95/100

Audited on Mar 30, 2026

No findings