FORUMS
Remove All Ads from XDA

[Release] RT Jailbreak Tool

886 posts
Thanks Meter: 565
 
By netham45, Inactive Recognized Developer on 10th January 2013, 01:01 PM
Thread Closed Email Thread
4th November 2013, 08:54 AM |#441  
Inactive Recognized Developer
Flag Seattle
Thanks Meter: 2,950
 
More
@kitor: Native code is fully supported on RT; what are you talking about? You can use C/C++ source code, and libraries written in the same, just fine. MS restricts which native APIs you are allowed to use for Store apps, but many Store apps - especially games - are mostly or entirely native code.
4th November 2013, 09:16 AM |#442  
kitor's Avatar
Senior Member
Thanks Meter: 28
 
More
Yes, i was refering to user compiled code on non-jailbroken device
Hey, wait - u can use native code in mtero apps on arm, without hacks?
4th November 2013, 09:55 AM |#443  
Member
Thanks Meter: 3
 
More
Thumbs up waiting..
I really hope they announce some kind of eta soon. I'm going insane just waiting to jailbreak my surface 2. I wish I could help somehow :/
4th November 2013, 07:44 PM |#444  
Senior Member
Thanks Meter: 326
 
More
Quote:
Originally Posted by kitor

Yes, i was refering to user compiled code on non-jailbroken device
Hey, wait - u can use native code in mtero apps on arm, without hacks?

Err yeah.... C/C++ are an option for metro app development and offered as a standard template in visual studio. C/C++ are both natively compiled for ARM or x86.
5th November 2013, 05:29 PM |#445  
Account currently disabled
Chicago
Thanks Meter: 74
 
Donate to Me
More
Quote:
Originally Posted by jimmng

I really hope they announce some kind of eta soon. I'm going insane just waiting to jailbreak my surface 2. I wish I could help somehow :/

I can't wait for a jailbreak to be released. I just bought the surface 2 myself
5th November 2013, 08:11 PM |#446  
Senior Member
Thanks Meter: 102
 
More
Quote:
Originally Posted by kitor

Hey, wait - u can use native code in mtero apps on arm, without hacks?

But remember you'll be running in the Store-style sandbox, which means restricted API access, and difficulty of distributing without using the Store model. Jailbreaking to run full-power desktop apps still has a purpose.
9th November 2013, 09:24 PM |#447  
Senior Member
Thanks Meter: 34
 
More
Any 8.1 jailbreak details yet ...
eg
does it need the sdk/wdk secure boot policy
maybe a way to turn the debugger into a protected process so it can access another protected process (csrss)

Personally I hope it isnt too easy to set up, as then only those who really need it and know how to do it (and the consequences) will use it, and there will be less chance of MS closing it off further
10th November 2013, 09:05 AM |#448  
Junior Member
Thanks Meter: 5
 
More
Downgrade Surface RT 8.1 to 8.0
Hello, I wanted to jailbreak my RT but I was on Windows 8.1. I found out you can download the Windows Surface RT Recovery Image from Microsoft http://www.microsoft.com/en-us/downl....aspx?id=40810 , extract the files to a usb flash drive, plug flash drive into Surface, with the Surface powered off boot the flash drive up by holding Volume Down, then power on Surface, when you see the Surface logo release the Volume Down button, at the menu select language/keyboard, for BitLocker enter code or click Skip This Drive, then select Troubleshoot, Reset your PC, Next, click Windows RT 8.1, click No on existing partitions, Just remove my file, click Reset and then your Surface will be back at Windows RT 8.0. Please note it takes a long time to reset so make sure you have full battery.
The Following 3 Users Say Thank You to then0ble For This Useful Post: [ View ] Gift then0ble Ad-Free
15th November 2013, 08:29 AM |#449  
Myriachan's Avatar
Senior Member
Thanks Meter: 177
 
More
Quote:
Originally Posted by xsoliman3

eg
does it need the sdk/wdk secure boot policy
maybe a way to turn the debugger into a protected process so it can access another protected process (csrss)

Personally I hope it isnt too easy to set up, as then only those who really need it and know how to do it (and the consequences) will use it, and there will be less chance of MS closing it off further

My in-progress 8.1 jailbreak hack doesn't require the Windows Kits Policy to be installed, no. It bootstraps execution of unsigned native code using an exploit in PowerShell, then loads a kernel driver using a flaw in the code signing system.

The PowerShell exploit is, in effect, a sandbox escape. It does not require Administrator privilege, but all you get is native code execution at the same privilege as your user account.

The kernel driver loading bug requires Administrator privilege; it is not bypassing the requirement of your account needing Administrator privilege to ask the Service Control Manager to load a driver on your behalf. In Raymond Chen terms, it's "already on the other side of the airtight hatchway".

The hack is designed to be automatically started and permanent; once installed, it'll load at each boot, until you uninstall it. It won't load if Safe Mode is enabled, to aid with troubleshooting. When it loads, it will write to the Security audit log to indicate that it has jailbroken the system. Also, I plan on enabling the desktop watermark as if a prerelease build and changing the text to "Jailbroken" or similar.

Melissa
The Following 21 Users Say Thank You to Myriachan For This Useful Post: [ View ] Gift Myriachan Ad-Free
15th November 2013, 03:30 PM |#450  
Senior Member
Thanks Meter: 22
 
More
Quote:
Originally Posted by Myriachan

My in-progress 8.1 jailbreak hack doesn't require the Windows Kits Policy to be installed, no. It bootstraps execution of unsigned native code using an exploit in PowerShell, then loads a kernel driver using a flaw in the code signing system.

The PowerShell exploit is, in effect, a sandbox escape. It does not require Administrator privilege, but all you get is native code execution at the same privilege as your user account.

The kernel driver loading bug requires Administrator privilege; it is not bypassing the requirement of your account needing Administrator privilege to ask the Service Control Manager to load a driver on your behalf. In Raymond Chen terms, it's "already on the other side of the airtight hatchway".

The hack is designed to be automatically started and permanent; once installed, it'll load at each boot, until you uninstall it. It won't load if Safe Mode is enabled, to aid with troubleshooting. When it loads, it will write to the Security audit log to indicate that it has jailbroken the system. Also, I plan on enabling the desktop watermark as if a prerelease build and changing the text to "Jailbroken" or similar.

Melissa

Wow, that sounds awesome!! A million thanks for your hard work on this! And too all the others that have contributed to both this new and the original jailbreak, and all the apps to go with it. You guys have made RT a truly useful OS. I wish you the best of luck in finishing this new jailbreak!
18th November 2013, 04:38 PM |#451  
Senior Member
Thanks Meter: 43
 
More
Quote:
Originally Posted by Myriachan

My in-progress 8.1 jailbreak hack doesn't require the Windows Kits Policy to be installed, no. It bootstraps execution of unsigned native code using an exploit in PowerShell, then loads a kernel driver using a flaw in the code signing system.

The PowerShell exploit is, in effect, a sandbox escape. It does not require Administrator privilege, but all you get is native code execution at the same privilege as your user account.

The kernel driver loading bug requires Administrator privilege; it is not bypassing the requirement of your account needing Administrator privilege to ask the Service Control Manager to load a driver on your behalf. In Raymond Chen terms, it's "already on the other side of the airtight hatchway".

The hack is designed to be automatically started and permanent; once installed, it'll load at each boot, until you uninstall it. It won't load if Safe Mode is enabled, to aid with troubleshooting. When it loads, it will write to the Security audit log to indicate that it has jailbroken the system. Also, I plan on enabling the desktop watermark as if a prerelease build and changing the text to "Jailbroken" or similar.

Melissa

Great news!!! This will permit the Surface 2 to be the best ARM tablet produced until now! … Thanks for all your work
The Following User Says Thank You to jeky82 For This Useful Post: [ View ] Gift jeky82 Ad-Free
Thread Closed Subscribe to Thread

Tags
hack, jailbreak, windows, windows rt, winrt
Previous Thread Next Thread
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes