Yes it is possible to jailbreak your Apple tv 2 in 2018, I just did it, see below:
After a few tries to install it and after trying to recompile from the GitHub sources and try to get that working I tried the following and I was successful, hopefully this will help somebody else in the forums, it helped me:
-Download Telerik’s JustDecompile (JustDecompile .NET Assembly Decompiler & Browser - Telerik)
-Create a copy of seas0npass.exe and name it “seas0nPass2.exe”
-Open that copy of the file with JustDecompile
-Click on the plugins button in the toolbar at the top
-In the bottom part of the screen click the install button for assembly editor and close the window
-Expand the tree on JustDecompile under “Seas0nPass2.exe”>Seas0nPass.exe>Seas0nPass.Utils.Blobs>BlobInfoHelper>GetBlobsInfoFromIFaith
-Click the plugins button>then click Reflexil
-In the new window shown at the bottom of your screen select all lines in the instructions grid, right click it and select Replace all with code
-Type the following code inside the new window
Seas0nPass.Interfaces.BlobInfo blobInfoArray = new Seas0nPass.Interfaces.BlobInfo[0];
return blobInfoArray;
this so that your contents look like this:
static Seas0nPass.Interfaces.BlobInfo GetBlobsInfoFromIFaith(long ecid, System.Threading.CancellationToken cancelToken)
{
Seas0nPass.Interfaces.BlobInfo blobInfoArray = new Seas0nPass.Interfaces.BlobInfo[0];
return blobInfoArray;
}
-Click compile, then click ok
-in the JustDecompile tree under “Seas0nPass2.exe”>Seas0nPass.exe, right click it and select Reflexil v2.1>Save and reload
-Close JustDecompile
-Launch Seas0nPass2.exe, proceed with the standard instructions
@firecore employees, can you please make this program work without us having to do this wonky stuff?
Thank you at “killer89“?
This worked very fine for me on Windows 8.1!
After I recognized if there is a “0“ and not an “O“ in Seas0nPass, it run 100% and my ATV2 is now successfully patched!
Great work, killer89??
Did you drag & drop the Seas0nPass2.exe in the left side of the JustDecompile window? And did you download the additional plugin Assembly-editor?
I don´t know if it´s necessary to see the path, maybe.
In Front of “Seas0nPass2.exe” there is a small Triangle. Klick it for opening the tree-structure. Now klick through the tree till you reach the searched path.
this worked to get me past the server error issue but now i get a critical error at downloading signature. I was trying to jailbreak to the most current version on the list, 6.2.1 at the bottom, goes through download, decrypt, etc but gets critical error when downloading firmware signature, looked in log file exception at :“got invalid response from TSS server” , I have not tried the 5.3 default jailbreak, but would like the most current, even if tethered, Any ideas?
Ok, it worked with 5.3. Just follow the instructions carefully. Ridiculous that this is necessary, however I am using a W10 computer. I think the apple files work as is.