Improve SSH Ramdisk Script — Offline IPSW Support, Ramdisk Caching, README Updates#311
Open
kagbontaen wants to merge 14 commits intoverygenericname:mainfrom
Open
Improve SSH Ramdisk Script — Offline IPSW Support, Ramdisk Caching, README Updates#311kagbontaen wants to merge 14 commits intoverygenericname:mainfrom
kagbontaen wants to merge 14 commits intoverygenericname:mainfrom
Conversation
created a path for MSYS2 to be able run by copying the binaries from the MINGW64 folder
pwning function placed in hold windows binaries placed in a single folder killall function refactored (still has some work to do)
… and improve log handling
* get rid of log uploading unfortunately * Update ipwnder for macos and plistbuddy for linux * Remove ipwnder and update gaster link * rename to shsh2, all blobs that have generator are shsh2 * revert plistbuddy, apparently broken? --------- Co-authored-by: Nathan <87825638+verygenericname@users.noreply.github.com> Co-authored-by: LukeeGD <26163116+LukeZGD@users.noreply.github.com> Co-authored-by: verygenericname <dedbeddedbed@gmail.com>
Added remote_zip_viewer.py, a Flask-based web and CLI tool of my own creation for viewing and extracting files from remote/local ZIP archives, including dependency management and authentication support to replace pzb, and updated sshrd.sh to include new logic and improvements.
Updated README to improve formatting and add details about the fork.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces several improvements and quality-of-life changes to the SSH Ramdisk Script, focusing on usability, offline functionality, and documentation clarity.
Key Improvements
Offline IPSW Support
The script can now create ramdisks using locally stored IPSW files, removing the dependency on online IPSW fetches and making the workflow more reliable in low-connectivity environments.
Ramdisk File Caching
After creation, ramdisk components are automatically saved to:
./ramdisk/$model_$versionThis makes rebuilding or reusing ramdisks significantly faster.
Updated Documentation / README
Added shields/badges for visibility.
Added a dedicated “About this Fork” section explaining differences from the upstream version.
Added proper credit for remote-zip-viewer.py (from the
remote-zip-downloaderproject).Removed self-credit to keep the credits section clean and objective.
Compatibility & Testing Notes
While basic functionality works, I could not verify full compatibility with newer macOS versions due to hardware limitations. Additional testing from maintainers or contributors on modern macOS releases would be helpful.
Additional Notes
Thanks for reviewing this PR!