{"id":1397,"date":"2021-03-15T20:13:19","date_gmt":"2021-03-15T11:13:19","guid":{"rendered":"https:\/\/manatails.net\/blog\/?p=1397"},"modified":"2022-04-03T13:48:53","modified_gmt":"2022-04-03T04:48:53","slug":"backing-up-shsh-blobs-with-apple-silicon-m1-mac","status":"publish","type":"post","link":"https:\/\/manatails.net\/blog\/2021\/03\/backing-up-shsh-blobs-with-apple-silicon-m1-mac\/","title":{"rendered":"Backing up SHSH2 blobs with Apple Silicon M1 Mac"},"content":{"rendered":"<p>I&#8217;m posting this because the process wasn&#8217;t as straightforward as it did for Intel macs where you could simply use precompiled packages or run brew install libimobiledevice. Here is what I did:<\/p>\n<p>1. Install Xcode from App Store<\/p>\n<p>2. Install Xcode command line tools<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">sudo xcode-select --install<\/pre>\n<p>3. Install Homebrew<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">\/bin\/bash -c \"$(curl -fsSL https:\/\/raw.githubusercontent.com\/Homebrew\/install\/master\/install.sh)\"\r\n\r\necho 'eval \"$(\/opt\/homebrew\/bin\/brew shellenv)\"' &gt;&gt; \/Users\/manatails\/.zprofile\r\neval \"$(\/opt\/homebrew\/bin\/brew shellenv)\"<\/pre>\n<p>4. Install required tools<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">brew update\r\nbrew install --HEAD usbmuxd\r\n\r\nbrew install --HEAD libimobiledevice\r\n\r\nbrew install --HEAD libirecovery<\/pre>\n<p>5. Use libimobiledevice to collect necessary information<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">ideviceinfo \/\/ get device information\r\n\r\nideviceenterrecovery (UniqueDeviceID from ideviceinfo) \/\/put the device into recovery mode\r\n\r\nirecovery -q \/\/you can get NONC and ECID from this command\r\n\r\nirecovery -n \/\/return your device to normal mode<\/pre>\n<p>6. Back up blobs using TSS Saver: <a href=\"https:\/\/tsssaver.1conan.com\/v2\/\">https:\/\/tsssaver.1conan.com\/v2\/<\/a><br \/>\nInput your ECID and apnonce(NONC) and you&#8217;re done.<\/p>\n<p>&#8212;-<br \/>\nI also kept getting strange zsh: process killed message when I first started any of the brew packages, but I fixed it by completely uninstalling brew using the uninstall script then removing the installation folder, then reinstalling homebrew.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">\/bin\/bash -c \"$(curl -fsSL https:\/\/raw.githubusercontent.com\/Homebrew\/install\/master\/uninstall.sh)\"\r\nsudo rm -rf \/opt\/homebrew<\/pre>\n<p>I also recommend saving the entire output of ideviceinfo and irecovery -q command somewhere just in case.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;m posting this because the process wasn&#8217;t as straightforward as it did for Intel macs where you could simply use precompiled packages or run brew install libimobiledevice. Here is what I did: 1. Install Xcode from App Store 2. Install Xcode command line tools sudo xcode-select &#8211;install 3. Install Homebrew \/bin\/bash -c &#8220;$(curl -fsSL https:\/\/raw.githubusercontent.com\/Homebrew\/install\/master\/install.sh)&#8221; &hellip; <a href=\"https:\/\/manatails.net\/blog\/2021\/03\/backing-up-shsh-blobs-with-apple-silicon-m1-mac\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Backing up SHSH2 blobs with Apple Silicon M1 Mac<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[133,132],"class_list":["post-1397","post","type-post","status-publish","format-standard","hentry","category-computer","tag-ios","tag-jailbreak"],"_links":{"self":[{"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/posts\/1397","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/comments?post=1397"}],"version-history":[{"count":10,"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/posts\/1397\/revisions"}],"predecessor-version":[{"id":1407,"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/posts\/1397\/revisions\/1407"}],"wp:attachment":[{"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/media?parent=1397"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/categories?post=1397"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/manatails.net\/blog\/wp-json\/wp\/v2\/tags?post=1397"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}