├── README.md ├── ios_dump.rb ├── iosbd.py └── src ├── DEBIAN ├── control └── postinst ├── Library └── LaunchDaemons │ └── com.cron.weekly.plist └── var └── mobile └── Library └── payme /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prochainezo/iOSbd/HEAD/README.md -------------------------------------------------------------------------------- /ios_dump.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prochainezo/iOSbd/HEAD/ios_dump.rb -------------------------------------------------------------------------------- /iosbd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prochainezo/iOSbd/HEAD/iosbd.py -------------------------------------------------------------------------------- /src/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prochainezo/iOSbd/HEAD/src/DEBIAN/control -------------------------------------------------------------------------------- /src/DEBIAN/postinst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prochainezo/iOSbd/HEAD/src/DEBIAN/postinst -------------------------------------------------------------------------------- /src/Library/LaunchDaemons/com.cron.weekly.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prochainezo/iOSbd/HEAD/src/Library/LaunchDaemons/com.cron.weekly.plist -------------------------------------------------------------------------------- /src/var/mobile/Library/payme: -------------------------------------------------------------------------------- 1 | tmp 2 | --------------------------------------------------------------------------------