bunnyciaa/BUNNY-RAMDISK-Backup-Restore ? reverse-engineered prompt

Reverse engineered prompt

Build me two simple Python command line scripts for a BUNNY RAMDISK workflow, one for backing up activation files from an A12 or A13 iPhone in SSH ramdisk mode, and one for restoring them later from a saved zip.

The backup script should connect over SSH to the device on port 2222, pull the needed activation related files, package them into a zip named with the device ECID, and then reboot the phone back to normal iOS. The restore script should take that zip as an argument, unpack it, copy the files back into the right places on the mounted ramdisk, run the restore steps, skip setup if needed, verify everything looks right, and reboot when it is done.

Keep it as a standalone CLI tool, no GUI, and make it work by discovering the shared core script automatically if possible. If you need to check current docs or command details online, go ahead and do that.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab