해당 해커가 말하길 이제는 어떠한 소프트웨어적인 방법으로도 탈옥을 막을수 없다고 단정지었고 확인시켜 주었다.
그리고 툴이 완성되었고 배포 중이다.
해당 자료는 아래의 url에서 다운 받을 수 있다.
관련 url : http://www.limera1n.cc/2011/06/sn0wbreeze-28b1-released-to-jailbreak.html

그런데 아이패드2는 언제 되는건데~? ㅠㅠ
Posted by siche

Posted by siche
<script type="text/javascript">
<!--
// jquery Cookie
(function($){
$.cookie = function(key, value, options) {
if(arguments.length > 1) {
var o = $.extend({}, $.cookie.defaults, options);
if (value === null || value === undefined) {
value = '';
o.expires = -1;
}
if (o.expires.constructor != Date && o.expires > 0) {
var today = new Date();
today.setDate(today.getDate() + o.expires);
o.expires = today;
}
// Create the cookie string
document.cookie = key + '=' + value + (o.expires != 0?'; expires=' + o.expires.toUTCString() : '') + (o.path? '; path=' + (o.path) : '') + (o.domain? '; domain=' + (o.domain) : '') + (o.secure? '; secure' : '');
} else {
if(result = new RegExp(key+"=(.*?)(?:;|$)").exec(document.cookie))
return decodeURIComponent(result[1]);
return false;
}
}; //' $.cookie = function(key, value, options)
$.cookie.defaults = {
expires: 365,
path: '/'
} // '$.cookie.defaults
})(jQuery);
// /jquery Cookie
function cookieSave(num){
$.cookie("cookieTest", num, {expires:0, path:'/', secure:0});
}
function check(){
alert($.cookie("cookieTest"));
}
//-->
</script>
Posted by siche
System.useCodePage = true;
import com.events.XMLLoaderEvent; import com.net.XMLLoader; private var xmlLoader:XMLLoader; xmlLoader = new XMLLoader(); xmlLoader.addEventListener(XMLLoaderEvent.LOAD_COMPLETE, onCompleteXMLLoad); xmlLoader.url = xmlURL; xmlLoader.encode = "euc-kr"; xmlLoader.load();
Posted by siche

Posted by siche

안돼는 것은 없다.. 항상 방법이 문제일 뿐이다.. 그 방법을 찾기 위해서는 노력할 뿐이다.. - siche
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 |