<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.theiphonewiki.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cal0x</id>
	<title>The iPhone Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.theiphonewiki.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cal0x"/>
	<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/wiki/Special:Contributions/Cal0x"/>
	<updated>2026-04-30T21:41:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.14</generator>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Tutorial:Booting_XNU_on_A4_Devices&amp;diff=42631</id>
		<title>Tutorial:Booting XNU on A4 Devices</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Tutorial:Booting_XNU_on_A4_Devices&amp;diff=42631"/>
		<updated>2014-10-01T11:11:32Z</updated>

		<summary type="html">&lt;p&gt;Cal0x: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These steps will let you boot XNU on all [[A4]] devices. The tutorial was written for Macs with an iPhone 4 running iOS 6.1.3.&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
First you must install CTF tools etc. Follow [http://shantonu.blogspot.de/2012/07/building-xnu-for-os-x-108-mountain-lion.html these instructions] for 10.8. For 10.9, run these commands in Terminal.&lt;br /&gt;
 $ curl -O http://opensource.apple.com/tarballs/dtrace/dtrace-118.tar.gz&lt;br /&gt;
 $ curl -O http://opensource.apple.com/tarballs/AvailabilityVersions/AvailabilityVersions-6.tar.gz&lt;br /&gt;
 $ git clone https://github.com/darwin-on-arm/xnu&lt;br /&gt;
 $ tar zxf dtrace-118.tar.gz&lt;br /&gt;
 $ cd dtrace-118&lt;br /&gt;
 $ mkdir -p obj sym dst&lt;br /&gt;
 $ xcodebuild install -target ctfconvert -target ctfdump -target ctfmerge ARCHS=&amp;quot;x86_64&amp;quot; SRCROOT=$PWD OBJROOT=$PWD/obj SYMROOT=$PWD/sym DSTROOT=$PWD/dst&lt;br /&gt;
 $ sudo ditto $PWD/dst/usr/local /usr/local&lt;br /&gt;
 $ cd ..&lt;br /&gt;
 $ tar zxf AvailabilityVersions-6.tar.gz&lt;br /&gt;
 $ cd AvailabilityVersions-6&lt;br /&gt;
 $ mkdir -p dst&lt;br /&gt;
 $ make install SRCROOT=$PWD DSTROOT=$PWD/dst&lt;br /&gt;
 $ sudo ditto $PWD/dst/usr/local `xcrun -sdk / -show-sdk-path`/usr/local&lt;br /&gt;
 $ cd ..&lt;br /&gt;
 $ cd xnu&lt;br /&gt;
&lt;br /&gt;
Now you are in the xnu folder. Know you must make it for the [[A4]].&lt;br /&gt;
 $ make TARGET_CONFIGS=&amp;quot;debug arm S5L8930X&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Navigate to BUILD/obj/DEBUG_ARM_S5L8930X. In this folder are many files. mach_kernel is the bootable image.&lt;br /&gt;
&lt;br /&gt;
Ok now you need the 4.x IPSW for your A4 device. If you have a newer iOS version, you need the [[Firmware|IPSW for iOS 4.1]] also.&lt;br /&gt;
&lt;br /&gt;
You need [[redsn0w]] in order to boot the kernel. Open Terminal and navigate to the redsn0w folder. Now you type the following commands:&lt;br /&gt;
 $ cd redsn0w.app/Contents/MacOS&lt;br /&gt;
 $ ./redsn0w -i &amp;lt;'4.1 iPSW'&amp;gt; -k &amp;lt;'mach_kernel'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here a example command:&lt;br /&gt;
 $ ./redsn0w -i /Users/username/Desktop/iOS\:Mac\ hack/XNU_Kernel_Panic_Apple_A4-Booting/iPhone3\,1_4.1_8B117_Restore.ipsw -k /Users/username/Desktop/xnu/BUILD/obj/DEBUG_ARM_S5L8930X/mach_kernel&lt;br /&gt;
&lt;br /&gt;
Boot-args: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
-graphics-mode      Enables video console graphics boot. Enables OS X style spinner and panic dialog.&lt;br /&gt;
-no-cache           Disable L1i and L1d data/instruction caching completely.&lt;br /&gt;
silence_kprintf     Remove kprintf serial output.&lt;br /&gt;
kprintf             Send all kprintf output to the video console or serial console.&lt;br /&gt;
symbolicate-panics  Symbolicate all panic backtraces.&lt;br /&gt;
kernel_read_only    Enable/disable kernel R-X protection.&lt;br /&gt;
dataconstro         Override kernel const data section R-- protection.&lt;br /&gt;
npvhash             Specify the internal PV hash value (used internally in pmap. Keep it at N^2-1.)&lt;br /&gt;
-panic-reboot       Reboot on panics (only if the PE_halt_restart hook is installed)&lt;br /&gt;
-early-fb-debug     Early kprintf output is sent to framebuffer, use with kprintf=1.&lt;br /&gt;
-avoid-uarts        Avoid initializing UARTs entirely (only on S5L89xx) &lt;br /&gt;
-force-uarts        Force initializing UARTs. (only on S5L89xx)&lt;br /&gt;
omapfbres           Specify OMAP3530 DSS display resolution size.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you must get your device into DFU Mode.&lt;br /&gt;
&lt;br /&gt;
Wait a few seconds and a white screen will flashes on your iDevice. Now you see the pineapple on your iDevice. 30-60 seconds later the kernel will be booted. You'll see 'Still waiting for root device' for a while, but a kernel panic will occur if you wait more than 10-30 minutes.&lt;br /&gt;
&lt;br /&gt;
And that's it.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Cal0x</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=User:Cal0x&amp;diff=42599</id>
		<title>User:Cal0x</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=User:Cal0x&amp;diff=42599"/>
		<updated>2014-09-28T22:43:10Z</updated>

		<summary type="html">&lt;p&gt;Cal0x: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About me ==&lt;br /&gt;
I am software developer interested on Darwin, ARM and reverse engineering.&amp;lt;br&amp;gt;&lt;br /&gt;
For a few months I am working on game reversing and Bot/Hack development.&amp;lt;br&amp;gt;&lt;br /&gt;
Also I’m working and tinkering with hardware(boards, micro controller, chips/processor …).&amp;lt;br&amp;gt;&lt;br /&gt;
I’m learning about security, kernel &amp;amp; OS development/programming/porting.&amp;lt;br&amp;gt;&lt;br /&gt;
I’m programming in C, C++ and inline assembly.&amp;lt;br&amp;gt;&lt;br /&gt;
I’m a big fan of beagleboard/beaglebone &amp;amp; texas instruments.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cal0x</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Geeksn0w&amp;diff=41310</id>
		<title>Geeksn0w</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Geeksn0w&amp;diff=41310"/>
		<updated>2014-06-16T19:02:09Z</updated>

		<summary type="html">&lt;p&gt;Cal0x: /* The Semi-Tether */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{other|semi-tethered jailbreak for iOS 7.1.x|untethered jailbreak for iOS 7.0.x|evasi0n7}}&lt;br /&gt;
{{Infobox software&lt;br /&gt;
| name                   = Geeksn0w&lt;br /&gt;
| title                  = Geeksn0w&lt;br /&gt;
| logo                   = [[File:Geeksn0w.png|75px]]&lt;br /&gt;
| screenshot             = [[File:Geeksn0w_2.8.2.png|250px]]&lt;br /&gt;
| caption                = Geeksn0w 2.8.2 on Windows 7&lt;br /&gt;
| author                 = [http://twitter.com/blackgeektuto BlackGeek]&lt;br /&gt;
| developer              = [http://twitter.com/blackgeektuto BlackGeek]&lt;br /&gt;
| released               = &lt;br /&gt;
| discontinued           = &lt;br /&gt;
| latest release version = 2.9.1&lt;br /&gt;
| latest release date    = {{Start date and age|2014|6|13|df=yes}}&lt;br /&gt;
| latest preview version = 1.0 beta (cli)&lt;br /&gt;
| latest preview date    = {{Start date and age|2014|5|1|df=yes}}&lt;br /&gt;
| programming language   = .NET Visual Basic&lt;br /&gt;
| operating system       = [[wikipedia:Microsoft Windows|Windows]] / [[wikipedia:OS X|OS X]]&lt;br /&gt;
| size                   = &lt;br /&gt;
| platform               = &lt;br /&gt;
| language               = [[wikipedia:English|English]]&lt;br /&gt;
| status                 = Active&lt;br /&gt;
| genre                  = Jailbreaking&lt;br /&gt;
| license                = [[wikipedia:Freeware|Freeware]]&lt;br /&gt;
| website                = [http://Geeksn0w.it Geeksn0w.it]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Geeksn0w''' is a [[jailbreak]] program that currently performs a semi-[[tethered jailbreak]] for the [[iPhone 4]] on iOS 7.1.x.&lt;br /&gt;
&lt;br /&gt;
== Supported Devices and Requirements==&lt;br /&gt;
The only supported devices are those of the [[iPhone 4]]. This is because Geeksn0w uses [[opensn0w]] and [[geohot]]'s [[limera1n exploit]] which is only available for [[A4]]-based devices and the [[iPhone 4]] is the only [[A4]] device that runs [[iOS]] 7.&lt;br /&gt;
Geeksn0w currently only supports Windows (unless you use BootCamp or another VM on your Mac to install Windows). Geeksn0w requires [http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html Java Development Kit for 32-bit PCs] and [http://www.microsoft.com/net .NET Framework] installed on your computer to be able to run. Unlike other jailbreak tools (such as [[evasi0n7]]), Geeksn0w does not need iTunes to be installed.&lt;br /&gt;
&lt;br /&gt;
==Versions and Updates==&lt;br /&gt;
Geeksn0w originally performed an [[tethered jailbreak]] on [[iOS]] 7.0 on the [[iPhone 4]] until [[evasi0n7]] was released. BlackGeek then updated Geeksn0w to use the same exploits as [[evasi0n7]] for all devices. Versions 2.5 and above perform a tethered jailbreak on iOS 7.1 for the iPhone 4. Version 2.9 performs a semi-tethered jailbreak on iOS 7.1 and 7.1.1.&lt;br /&gt;
On May 1, 2014, BlackGeek released the Mac beta cli for OS X.&lt;br /&gt;
&lt;br /&gt;
===Download===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
! Version&lt;br /&gt;
! OS&lt;br /&gt;
! Download&lt;br /&gt;
! Changelog&lt;br /&gt;
|-&lt;br /&gt;
! 2.5&lt;br /&gt;
| class=&amp;quot;noborderplz&amp;quot; rowspan=&amp;quot;8&amp;quot; | [[wikipedia:Microsoft Windows|Windows]]&lt;br /&gt;
| [https://www.mega.co.nz/#!cA0nRQZA!khTx3YZ-Q5nZq2nYaB0dJtLrp16OLaTmi-TUEaBjk0s MEGA]&lt;br /&gt;
| First release that jailbreaks iOS 7.1&lt;br /&gt;
|-&lt;br /&gt;
! 2.6&lt;br /&gt;
| [https://www.mega.co.nz#!YBcCmKTL!ViKwyAzB8k30nly_LBTVnzlH_KK7LUyvTgQMcBOENXs MEGA]&lt;br /&gt;
| Bug fixes&lt;br /&gt;
|-&lt;br /&gt;
! 2.7&lt;br /&gt;
| [https://www.mediafire.com/download/1j4q76u9bm24wc0/geeksn0w_win_2.7_ea343bc6ca7b07ad662e2c4b3e0cefa.zip MediaFire]&lt;br /&gt;
| &lt;br /&gt;
* Added official Cydia 1.1.9 build&lt;br /&gt;
* Fixed Mail, Safari, Calculator and Weather crash after doing a tethered boot (SandBox fix)&lt;br /&gt;
* Added auto-Hacktivation for locked iPhones&lt;br /&gt;
* Fixed a bug in the Progress Bar&lt;br /&gt;
* Added iDevice arch finder: now GeekSn0w can auto-detect your iPhone model&lt;br /&gt;
* Improved speed of root_fs mount&lt;br /&gt;
* Fixed mount.sh error&lt;br /&gt;
* Reduced the .exe size&lt;br /&gt;
* Speeded up the Jailbreak process&lt;br /&gt;
* Added AFC2 protocol (iFunBox, iExplorer)&lt;br /&gt;
|-&lt;br /&gt;
! 2.8&lt;br /&gt;
| [http://www.geeksn0w.it/GeekSn0w/Releases/Windows/geeksn0w_win_2.8_7c148dc55660b4466dade25aa19bb.zip geeksn0w.it]&lt;br /&gt;
| &lt;br /&gt;
* Fixed a huge bug of GeekSn0w's dfuarch extension&lt;br /&gt;
|-&lt;br /&gt;
! 2.8.1&lt;br /&gt;
| [http://www.geeksn0w.it/GeekSn0w/Releases/Windows/geeksn0w_win_2.8.1_0b65917a7fd23e279ac97763338ecf.zip geeksn0w.it]&lt;br /&gt;
| &lt;br /&gt;
* Removed &amp;quot;dfuarch&amp;quot;, now GeekSn0w uses iRecovery to identify the iPhone model&lt;br /&gt;
* Fixed &amp;quot;New Curses&amp;quot; installation error&lt;br /&gt;
|-&lt;br /&gt;
! 2.8.2&lt;br /&gt;
| [http://www.geeksn0w.it/GeekSn0w/Releases/Windows/geeksn0w_2.8.2_win_c7e3b8f62934143a93e69042c9de96f.zip geeksn0w.it]&lt;br /&gt;
| &lt;br /&gt;
* Fixed an issue with iPhone 3,2 and 3,3 Jailbreak's process&lt;br /&gt;
|-&lt;br /&gt;
! 2.8.3&lt;br /&gt;
| [http://www.geeksn0w.it/GeekSn0w/Releases/Windows/geeksn0w_win_2.8.3_3f17cffb2b38bc34a5d3dae91da8c2b.zip geeksn0w.it]&lt;br /&gt;
| &lt;br /&gt;
* Fixed an issue with New Curses installation&lt;br /&gt;
|-&lt;br /&gt;
! 2.9&lt;br /&gt;
| [http://www.geeksn0w.it/GeekSn0w/Releases/Windows/geeksn0w_win_2.9_6322a7e8d3b4bfefe9f585beb7d6d4a5.zip geeksn0w.it]&lt;br /&gt;
|&lt;br /&gt;
* Updated Jailbreak payload: GeekSn0w now executes a [[Tethered jailbreak|Semi-Tethered Jailbreak]]&lt;br /&gt;
* Updated .NET Framework version of some resources&lt;br /&gt;
* Removed Respring after any reboot: now all the hack stuff is executed during Apple Logo stage&lt;br /&gt;
* Supports iOS 7.1.1&lt;br /&gt;
|-&lt;br /&gt;
! 1.0 beta (cli)&lt;br /&gt;
| [[wikipedia:OS X|OS X]]&lt;br /&gt;
| [http://www.geeksn0w.it/GeekSn0w/Releases/Mac_cli/geeksn0w_cli_mac_1.0_d4bdaea1f30d353297d3d4293491f741.zip geeksn0w.it]&lt;br /&gt;
| &lt;br /&gt;
* First version for OS X.&lt;br /&gt;
|-&lt;br /&gt;
! 2.9.1&lt;br /&gt;
| [[wikipedia:Microsoft Windows|Windows]]&lt;br /&gt;
| [http://www.geeksn0w.it/GeekSn0w/Releases/Windows/geeksn0w_win_2.9.1_c2d308ebe982521ba066a7299598372e.zip geeksn0w.it]&lt;br /&gt;
|&lt;br /&gt;
* Bundled with Cydia 1.1.12.&lt;br /&gt;
* Minor bug fixes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==How it works==&lt;br /&gt;
Geeksn0w uses msftguy and DevBug's SSH RamDisk tool which uses and [[geohot]]'s [[limera1n exploit]] to obtain root access. It then installs Cydia and mounts the root filesystem. It then uses [[opensn0w]] to boot the [[iPhone 4]] tethered. Geeksn0w is technically a GUI of [[opensn0w]] and ssh_rd.&lt;br /&gt;
===The Semi-Tether===&lt;br /&gt;
When the device is booted, it uses a LaunchDaemon to start a script in /gfix that reinstalls MobileSubstrate and PreferenceLoader from a local package and then kills the springboard and remounts the system partition as r/w. At installation time it sets the 'nvram' variable boot-args to true, which prevents [[Recovery Mode]]. However, it reinstalls MobileSubstrate and PreferenceLoader from a local package, which prevents [[saurik]] from updating it. It also kills the [[SpringBoard]] which adds additional boot time, and it remounts the fs after the first [[SpringBoard]]  launch, which may cause other LaunchDaemons that needs r/w at boot time to fail. This is why many people have made their own SemiTether packages that use the 'dirhelper' which is being executed during the boot, to remount the fs and looping through /etc/rc.d and execute every binary there, just like [[evasi0n7]] does, which directly injects MobileSubstrate. They then use 'auto-boot' to prevent [[Recovery Mode]]. This resulting package boots faster and is far more efficient than the way it is currently used by. The reason that Geeksn0w is not an [[untethered jailbreak]], is that there is no kernal exploit. (Also call Semi-Untethered).&lt;br /&gt;
&lt;br /&gt;
==The Semi-Tether==&lt;br /&gt;
*On April 21, 2014, BlackGeek announced on Twitter that he had achieved a [[Tethered_jailbreak#Using_a_tethered_(or_semi-tethered)_jailbreak|Semi-Tethered Jailbreak]] on the iPhone 4 on 7.1&amp;lt;ref&amp;gt;https://twitter.com/blackgeektuto/status/458283310100541441&amp;lt;/ref&amp;gt;. On April 25, BlackGeek updated Geeksn0w to version 2.9 which achieved a semi-tethered jailbreak for 7.1 or 7.1.1. He also added the semi-tether package to his repo (http://geekrepo.beiphone.it) for people who had already jailbroken tethered on 7.1 and wanted to upgrade to Semi-Tethered.&lt;br /&gt;
&lt;br /&gt;
==Exploits==&lt;br /&gt;
*[[geohot]]'s [[Limera1n exploit]] - Tethered&lt;br /&gt;
*? - Semi-Tethered&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Tethered jailbreak]]&lt;br /&gt;
*[[limera1n exploit]]&lt;br /&gt;
*[[opensn0w]]&lt;br /&gt;
*[http://twitter.com/blackgeektuto BlackGeek] on Twitter&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Jailbreaks]]&lt;/div&gt;</summary>
		<author><name>Cal0x</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Geeksn0w&amp;diff=40762</id>
		<title>Geeksn0w</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Geeksn0w&amp;diff=40762"/>
		<updated>2014-04-12T15:29:38Z</updated>

		<summary type="html">&lt;p&gt;Cal0x: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Infobox software&lt;br /&gt;
| name                   = geeksn0w&lt;br /&gt;
| title                  = geeksn0w&lt;br /&gt;
| logo                   = [[File:Geeksn0w.png|128px]]&lt;br /&gt;
| screenshot             = [[File:Geeksn0w_2.8.2.png|300px]]&lt;br /&gt;
| caption                = Geeksn0w 2.8.2 on Windows&lt;br /&gt;
| author                 = [http://twitter.com/blackgeektuto BlackGeek]&lt;br /&gt;
| developer              = [http://twitter.com/blackgeektuto BlackGeek]&lt;br /&gt;
| released               = &lt;br /&gt;
| discontinued           = &lt;br /&gt;
| latest release version = 2.8.2&lt;br /&gt;
| latest release date    = {{Start date and age|2014|4|10|df=yes}}&lt;br /&gt;
| latest preview version = &lt;br /&gt;
| latest preview date    = &lt;br /&gt;
| programming language   = .Net Visual Basic&lt;br /&gt;
| operating system       = [[wikipedia:Microsoft Windows|Windows]] 7&lt;br /&gt;
| size                   = &lt;br /&gt;
| platform               = &lt;br /&gt;
| language               = [[wikipedia:English|English]]&lt;br /&gt;
| status                 = Active&lt;br /&gt;
| genre                  = Jailbreaking&lt;br /&gt;
| license                = [[wikipedia:Freeware|Freeware]]&lt;br /&gt;
| website                = [http://geeksn0w.it geeksn0w.it]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''geeksn0w''' is a [[jailbreak]] program that currently performs a [[tethered jailbreak]] for the [[iPhone 4]] on iOS 7.1.&lt;br /&gt;
&lt;br /&gt;
== Supported Devices and Requirements==&lt;br /&gt;
The only supported devices are those of the [[iPhone 4]]. This is because geeksn0w uses [[opensn0w]] and [[geohot]]'s [[limera1n exploit]] which is only available for [[A4]]-based devices and the [[iPhone 4]] is the only [[A4]] device that runs [[iOS]] 7.&lt;br /&gt;
geeksn0w currently only supports Windows. geeksn0w requires [http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html Java Development Kit for 32-bit PCs], [http://www.microsoft.com/net .NET Framework] and the [http://www.apple.com/itunes/download/ latest version of iTunes] installed on your computer to be able to run. It is technically a GUI of [[opensn0w]] and ssh_rd.&lt;br /&gt;
&lt;br /&gt;
==Versions and Updates==&lt;br /&gt;
*geeksn0w originally performed an [[tethered jailbreak]] on [[iOS]] 7.0 on the [[iPhone 4]] until [[evasi0n7]] was released. BlackGeek then updated geeksn0w to use the same exploits as [[evasi0n7]] for all devices. Versions 2.5 and above perform a tethered jailbreak on iOS 7.1 for the iPhone 4.&lt;br /&gt;
&lt;br /&gt;
==How it works==&lt;br /&gt;
geeksn0w uses msftguy and DevBug's SSH RamDisk tool which uses and [[geohot]]'s [[limera1n exploit]] to obtain root access. It then installs Cydia and mounts the root filesystem. It then uses [[opensn0w]] to boot the [[iPhone 4]] tethered.&lt;br /&gt;
&lt;br /&gt;
==Exploits==&lt;br /&gt;
*[[geohot]]'s [[Limera1n exploit]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Tethered jailbreak]]&lt;br /&gt;
*[[limera1n exploit]]&lt;br /&gt;
*[[opensn0w]]&lt;br /&gt;
*[http://twitter.com/blackgeektuto BlackGeek] on Twitter&lt;br /&gt;
&lt;br /&gt;
[[Category:Jailbreaks]]&lt;/div&gt;</summary>
		<author><name>Cal0x</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Geeksn0w&amp;diff=40755</id>
		<title>Geeksn0w</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Geeksn0w&amp;diff=40755"/>
		<updated>2014-04-11T21:27:21Z</updated>

		<summary type="html">&lt;p&gt;Cal0x: /* Supported Devices and Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Infobox software&lt;br /&gt;
| name                   = geeksn0w&lt;br /&gt;
| title                  = geeksn0w&lt;br /&gt;
| logo                   = [[File:Geeksn0w.png|128px]]&lt;br /&gt;
| screenshot             = [[File:Geeksn0w_2.8.2.png|300px]]&lt;br /&gt;
| caption                = Geeksn0w 2.8.2 on Windows&lt;br /&gt;
| author                 = [http://twitter.com/blackgeektuto BlackGeek]&lt;br /&gt;
| developer              = [http://twitter.com/blackgeektuto BlackGeek]&lt;br /&gt;
| released               = &lt;br /&gt;
| discontinued           = &lt;br /&gt;
| latest release version = 2.8.2&lt;br /&gt;
| latest release date    = {{Start date and age|2014|4|10|df=yes}}&lt;br /&gt;
| latest preview version = &lt;br /&gt;
| latest preview date    = &lt;br /&gt;
| programming language   = C?&lt;br /&gt;
| operating system       = [[wikipedia:Microsoft Windows|Windows]] 7&lt;br /&gt;
| size                   = &lt;br /&gt;
| platform               = &lt;br /&gt;
| language               = [[wikipedia:English|English]]&lt;br /&gt;
| status                 = Active&lt;br /&gt;
| genre                  = Jailbreaking&lt;br /&gt;
| license                = [[wikipedia:Freeware|Freeware]]&lt;br /&gt;
| website                = [http://geeksn0w.it geeksn0w.it]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''geeksn0w''' is a [[jailbreak]] program that currently performs a [[tethered jailbreak]] for the [[iPhone 4]] on iOS 7.1.&lt;br /&gt;
&lt;br /&gt;
== Supported Devices and Requirements==&lt;br /&gt;
The only supported devices are those of the [[iPhone 4]]. This is because geeksn0w uses [[opensn0w]] and [[geohot]]'s [[limera1n exploit]] which is only available for [[A4]]-based devices and the [[iPhone 4]] is the only [[A4]] device that runs [[iOS]] 7.&lt;br /&gt;
geeksn0w currently only supports Windows. geeksn0w requires [http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html Java Development Kit for 32-bit PCs], [http://www.microsoft.com/net .NET Framework] and the [http://www.apple.com/itunes/download/ latest version of iTunes] installed on your computer to be able to run. Also you can call it a GUI of opensn0w and ssh_rd.&lt;br /&gt;
&lt;br /&gt;
==Versions and Updates==&lt;br /&gt;
*geeksn0w originally performed an [[tethered jailbreak]] on [[iOS]] 7.0 on the [[iPhone 4]] until [[evasi0n7]] was released. BlackGeek then updated geeksn0w to use the same exploits as [[evasi0n7]] for all devices. Versions 2.5 and above perform a tethered jailbreak on iOS 7.1 for the iPhone 4.&lt;br /&gt;
&lt;br /&gt;
==How it works==&lt;br /&gt;
geeksn0w uses msftguy and DevBug's SSH RamDisk tool which uses and [[geohot]]'s [[limera1n exploit]] to obtain root access. It then installs Cydia and mounts the root filesystem. It then uses [[opensn0w]] to boot the [[iPhone 4]] tethered.&lt;br /&gt;
&lt;br /&gt;
==Exploits==&lt;br /&gt;
*[[geohot]]'s [[Limera1n exploit]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Tethered jailbreak]]&lt;br /&gt;
*[[limera1n exploit]]&lt;br /&gt;
*[[opensn0w]]&lt;br /&gt;
*[http://twitter.com/blackgeektuto BlackGeek] on Twitter&lt;br /&gt;
&lt;br /&gt;
[[Category:Jailbreaks]]&lt;/div&gt;</summary>
		<author><name>Cal0x</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=User:Cal0x&amp;diff=40754</id>
		<title>User:Cal0x</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=User:Cal0x&amp;diff=40754"/>
		<updated>2014-04-11T20:33:50Z</updated>

		<summary type="html">&lt;p&gt;Cal0x: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About me ==&lt;br /&gt;
I am software developer interested on iOS and ARM.&amp;lt;br&amp;gt;&lt;br /&gt;
Also I’m working and tinkering with hardware(boards, micro controller, chips/processor …).&amp;lt;br&amp;gt;&lt;br /&gt;
I’m learning about security, kernel &amp;amp; OS development/programming/porting.&amp;lt;br&amp;gt;&lt;br /&gt;
Also I’m programming with C, Objective C, Assembly, Python and a little bit C++.&amp;lt;br&amp;gt;&lt;br /&gt;
I’m a big fan of texas instruments &amp;amp; beagleboard/beaglebone and board which are made by me and friends selfmade.&lt;br /&gt;
&lt;br /&gt;
== Achievements &amp;amp; Projects ==&lt;br /&gt;
For all my achievements, projects and tools check out my github account, my blog and my youtube channel. &amp;lt;br&amp;gt;&lt;br /&gt;
All my old projects aren't longer available, but the most of my last projects are OpenSource.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*[https://twitter.com/cal0x Twitter: @cal0x]&lt;br /&gt;
*[https://github.com/cal0x Github: cal0x]&lt;br /&gt;
*[http://cal0x.com Website]&lt;br /&gt;
*[http://blog.cal0x.com Blog]&lt;br /&gt;
*[http://openidev.cal0x.com OpeniDev-Website]&lt;br /&gt;
*[https://github.com/OpeniDev OpeniDev]&lt;br /&gt;
*[https://youtube.com/3x7R00Tripper YouTube]&lt;/div&gt;</summary>
		<author><name>Cal0x</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=User:Cal0x&amp;diff=40753</id>
		<title>User:Cal0x</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=User:Cal0x&amp;diff=40753"/>
		<updated>2014-04-11T20:30:04Z</updated>

		<summary type="html">&lt;p&gt;Cal0x: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Achievements &amp;amp; Projects ==&lt;br /&gt;
For all my achievements, projects and tools check out my github account, my blog and my youtube channel. &amp;lt;br&amp;gt;&lt;br /&gt;
All my old projects aren't longer available, but the most of my last projects are OpenSource.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*[https://twitter.com/cal0x Twitter: @cal0x]&lt;br /&gt;
*[https://github.com/cal0x Github: cal0x]&lt;br /&gt;
*[http://cal0x.com Website]&lt;br /&gt;
*[http://blog.cal0x.com Blog]&lt;br /&gt;
*[http://openidev.cal0x.com OpeniDev-Website]&lt;br /&gt;
*[https://github.com/OpeniDev OpeniDev]&lt;br /&gt;
*[https://youtube.com/3x7R00Tripper YouTube]&lt;/div&gt;</summary>
		<author><name>Cal0x</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=JailbreakCon&amp;diff=40746</id>
		<title>JailbreakCon</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=JailbreakCon&amp;diff=40746"/>
		<updated>2014-04-11T15:10:45Z</updated>

		<summary type="html">&lt;p&gt;Cal0x: /* JailbreakCon San Francisco, April 2014 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:MGF.jpg|thumb|right|Craig Fox - CEO of WWJC]]&lt;br /&gt;
&lt;br /&gt;
'''JailbreakCon''' or WWJC (Worldwide Jailbreak Convention; formerly MyGreatFest) is a convention centered around the iOS jailbreak community. The day after the first one was held, the name was changed from MyGreatFest to JailbreakCon (WWJC).&lt;br /&gt;
&lt;br /&gt;
==JailbreakCon San Francisco, April 2014==&lt;br /&gt;
This event wil be held at the South San Francisco Conference Center on April 12-13.&lt;br /&gt;
Confirmed speakers at the event:&lt;br /&gt;
*Surenix&lt;br /&gt;
*Filippo Bigarella&lt;br /&gt;
*nitoTV&lt;br /&gt;
*pod2g&lt;br /&gt;
*iH8sn0w&lt;br /&gt;
*saurik&lt;br /&gt;
*Britta Gustafson&lt;br /&gt;
*Ryan Petrich&lt;br /&gt;
*Joshua M. Tucker&lt;br /&gt;
*winocm (remotely)&lt;br /&gt;
&lt;br /&gt;
== JailbreakCon New York, August 2013 ==&lt;br /&gt;
This event was held at Radisson Hotel New Rochelle (New York) on 23-24 August. The first day was a developer workshop, and the second day was the main event. &lt;br /&gt;
&lt;br /&gt;
The CopyTrans Blog [http://www.copytrans.net/blog/wwjc-worldwide-jailbreak-convention-2013/ has a post describing the general experience of the conference].&lt;br /&gt;
&lt;br /&gt;
=== Workshops (first day) ===&lt;br /&gt;
&lt;br /&gt;
Jay Freeman (saurik), Britta Gustafson, and Ryan Petrich answered questions and taught aspects of developing and contributing. Most of this was not recorded, but there's [http://youtu.be/bN44iWYVpsU some video of Ryan Petrich answering development questions].&lt;br /&gt;
&lt;br /&gt;
=== Speakers (second day) ===&lt;br /&gt;
&lt;br /&gt;
[http://new.livestream.com/accounts/5143312/events/2349345 Recorded video stream of entire second day.]&lt;br /&gt;
&lt;br /&gt;
* '''[[User:Posixninja|Joshua Hill (p0sixninja)]]''' spoke about [[OpenJailbreak]], explaining the project's goals. He [https://dl.dropboxusercontent.com/u/5309899/wwjc2013_openjailbreakv2.ppt published his slides (PPT)]. Several blogs wrote articles summarizing the talk: [http://www.ifans.com/blog/91487/ iFans], [http://www.ijailbreak.com/jailbreak/open-source-jailbreak-repository-openjailbreak-now-live/ iJailbreak], [http://appadvice.com/appnn/2013/08/joshua-hills-developer-resource-openjailbreak-launches-for-all AppAdvice], and [http://modmyi.com/content/11962-ios-hacker-p0sixninja-announces-launch-openjailbreak-org.html ModMyi]. p0sixninja also discussed the status of the iOS 7 jailbreak, [http://modmyi.com/content/11968-current-status-ios-7-jailbreak.html summarized by ModMyi].&lt;br /&gt;
* '''[[pimskeks|Nikias Bassen (pimskeks)]]''' gave an explanation of how [[evasi0n]] works. Here are [https://dl.dropboxusercontent.com/u/13629465/WWJC2013_Talk_Nikias.pdf his slides (PDF)] and [http://www.ifans.com/blog/91492/ an article from iFans that summarizes the talk].&lt;br /&gt;
* '''Carsten Heinelt''', developer of iFile, discussed some iFile features, explained why iFile can't be published as-is in the App Store, and talked about the future of iFile. [http://modmyi.com/content/11967-future-jailbroken-ios-app-ifile.html This ModMyi article summarizes the talk.]&lt;br /&gt;
* '''Ryan Petrich''', developer of many tweaks, explained some of the developer libraries he maintains and announced his upcoming revival of [http://tweakweek.com/ TweakWeek]. Here is [https://github.com/rpetrich/JailbreakCon-Talk-2013 his example code], [http://www.idownloadblog.com/2013/08/24/tweekweak-2/ an iDownloadBlog article about TweakWeek 2], and [http://modmyi.com/content/11961-ryan-petrich-announces-tweakweek-2-some-time-after-ios-7-jailbreak-launch.html a ModMyi article about it].&lt;br /&gt;
* '''Adam Bell''', another tweak developer, discussed developing Message Box and demonstrated how to use [[Cycript]] to prototype a tweak. Here's [http://youtu.be/Ox09rWJTuCA a video of the talk] and [https://github.com/b3ll/JailbreakCon2013 his slides and example code]. iFans wrote [http://www.ifans.com/blog/91517/ an article summarizing the talk].&lt;br /&gt;
* '''[[saurik|Jay Freeman (saurik)]]''' talked about the complications of determining whether jailbreaking is legal. iFans wrote [http://www.ifans.com/blog/91526/ an article about their impression of the talk].&lt;br /&gt;
* '''Filippo Bigarella''', another tweak developer, talked about the process of developing tweaks. iFans [http://www.ifans.com/blog/91556/ wrote an article summarizing the talk].&lt;br /&gt;
* '''TCcentex''', a theme artist, told the story of E is for Ezra, a theme that raises money for the ModMyi founder's charitable organization that supports neuroblastoma research. He released E is for Ezra 2 during his presentation.  [http://www.youtube.com/watch?v=rjlJv23IS40 Video of the talk.]&lt;br /&gt;
* '''[[User:britta|Britta Gustafson]]''', SaurikIT community manager, talked about why people jailbreak their devices. [http://www.youtube.com/watch?v=Te-uIolpNqA Video of the talk] + [http://jeweledplatypus.org/cgi-bin/blosxom.cgi/text/jailbreakcon-2013.html written transcript].&lt;br /&gt;
** Lightning talks (two minutes each): '''Bradley Friedman (Sirex)''', '''Julian Weiss (insanj)''', '''[[User:Thekirbylover|Adam D (kirb)]]''', '''Daniel Ferreira (theiostream)''', and '''Conrad Kramer (conradev)'''. These developers talked about their tweaks and shared advice on developing. [http://youtu.be/ph2yIxKehWM Video of the lightning talks.]&lt;br /&gt;
&lt;br /&gt;
== JailbreakCon San Francisco, September 2012 ==&lt;br /&gt;
This event was held at South San Francisco Conference Center on 29 September.&lt;br /&gt;
&lt;br /&gt;
[http://www.ustream.tv/channel/mygreatfest2011 Archive of video live stream] (since 2011, includes 2012 event).&lt;br /&gt;
&lt;br /&gt;
=== Speakers ===&lt;br /&gt;
* '''Aaron Ash''', developer of Barrel and other tweaks; [http://www.ustream.tv/recorded/25792143 Video stream archive of talk].&lt;br /&gt;
* '''Carsten Heinelt''', developer of iFile; [http://www.ustream.tv/recorded/25793780 Video stream archive of talk].&lt;br /&gt;
* '''[[User:Pod2g|Cyril Cattiaux (pod2g)]]''', jailbreak developer. [http://www.youtube.com/watch?v=iRrZ7Gg_-Iw Video of talk], and [http://www.scribd.com/doc/108484130/pod2g-Jailbreak-Techniques-WWJC-2012 talk slides] (PDF).&lt;br /&gt;
* '''[[User:Ih8sn0w|Steven De Franco (iH8sn0w)]]''', jailbreak developer. [http://www.youtube.com/watch?v=ltBwbSc_j28 Video of talk], and [https://sites.google.com/site/ih8sn0wcom/home/dl/iH8sn0w-Jailbreakcon2012_Keynote.key slides] (Keynote).&lt;br /&gt;
* '''Kevin Bradley (nitoTV)''', AppleTV researcher. [http://www.youtube.com/watch?v=J4n1vrceuzs Video of talk], and [http://nitosoft.com/history_of_appletv_hacking.pdf slides] (PDF).&lt;br /&gt;
* '''Ryan Petrich''', tweak developer. [http://www.youtube.com/watch?v=bTaizeOdwns Video of talk], and [https://dl.dropboxusercontent.com/u/1364056/JailbreakConTalk.pdf slides with speaker notes] (PDF).&lt;br /&gt;
* '''[[User:Jaywalker|Justin Williams (Jaywalker)]]''', jailbreak developer. [http://www.ustream.tv/recorded/25800280 Video stream archive of Ryan Petrich, Justin Williams (Jaywalker), Jay Freeman (saurik), and Dustin Howett].&lt;br /&gt;
* '''[[Saurik|Jay Freeman (saurik)]]''', Cydia developer. [http://www.youtube.com/watch?v=z_7ZW8fngXI Video of talk]&lt;br /&gt;
* '''Dustin Howett''', tweak developer. [http://www.ustream.tv/recorded/25800280 Video stream archive of Ryan Petrich, Justin Williams (Jaywalker), Jay Freeman (saurik), and Dustin Howett], and [http://uv.howett.net/~dhowett/Theos.key slides from Dustin Howett's talk] (Keynote).&lt;br /&gt;
* '''Josh M. Tucker''', tweak concept designer. [http://www.youtube.com/watch?v=kUoQV0NKlkU Video of talk]&lt;br /&gt;
* '''Austin Bradley''', theme artist.&lt;br /&gt;
* '''[[pimskeks|Nikias Bassen (pimskeks)]]''', jailbreak developer. [http://www.samara-it.de/WWJC2012/WWJC2012-Nikias.pdf Slides of talk] (PDF).&lt;br /&gt;
&lt;br /&gt;
=== Articles ===&lt;br /&gt;
* [http://www.redmondpie.com/jailbreakcon-2012-wwjc-as-it-happened-photos-video/ Redmond Pie: &amp;quot;JailbreakCon 2012 (WWJC): As It Happened&amp;quot;]&lt;br /&gt;
* [http://www.idownloadblog.com/2012/10/02/three-days-jailbreak-community/ iDownloadBlog: &amp;quot;The tale of my three days at the epicenter of the jailbreak community&amp;quot;]&lt;br /&gt;
* [http://www.idownloadblog.com/2012/07/31/jailbreakcon-2012-schedule/ iDownloadBlog: &amp;quot;JailbreakCon 2012 schedule&amp;quot;]&lt;br /&gt;
* [http://www.ijailbreak.com/jailbreak/jailbreakcon-2012-wwjc-overview/ iJailbreak: &amp;quot;The World Wide Jailbreaking Convention (JailbreakCon 2012) Overview&amp;quot;]&lt;br /&gt;
* [http://www.cultofmac.com/193639/the-future-of-jailbreaking-a-roundup-of-what-you-missed-at-jailbreakcon-2012-feature/ Cult of Mac: &amp;quot;The Future Of Jailbreaking: A Roundup Of What You Missed At JailbreakCon 2012&amp;quot;]&lt;br /&gt;
* [http://www.jailbreaknation.com/pod2g-interview-on-the-future-of-jailbreaking-and-his-personal-experience JailbreakNation: &amp;quot;Pod2G Interview On The Future Of Jailbreaking And His Personal Experience&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
== MyGreatFest London, September 2011 ==&lt;br /&gt;
This event was held at The Old Truman Brewery in London on 17 September.&lt;br /&gt;
&lt;br /&gt;
[http://www.livestream.com/vizboxtv/video?clipId=pla_9b8c2749-2da6-452a-baa1-889a843ef315 Archived video stream of whole day]; YouTube archive of [http://www.youtube.com/watch?v=rEvZQUepiFU morning sessions] and [http://www.youtube.com/watch?v=yx5WIwoabtE afternoon sessions].&lt;br /&gt;
&lt;br /&gt;
=== Speakers ===&lt;br /&gt;
* '''Aaron Ash''', developer of Barrel and other tweaks - [http://ash.ag/MGF-AaronAsh.ppt talk slides] (PPT)&lt;br /&gt;
* '''Carsten Heinelt''', developer of iFile&lt;br /&gt;
* '''[http://www.idroidproject.org/wiki/Team iDroid Team Members]''' - [http://nickpack.com/iDroidProject-MGF2011.pdf iDroid talk slides] (PDF)&lt;br /&gt;
* '''James Whelton'''&lt;br /&gt;
* '''[[p0sixninja]] and [[OPK]]''' - [https://docs.google.com/leaf?id=0B_JKbENVOFLPMTgzMTRlOWMtZGYwOC00MWM0LWE2NmUtOTQ5NTE2YmVjNmRi&amp;amp;hl=en_US&amp;amp;pli=1 Chronic Dev talk slides] (PDF)&lt;br /&gt;
* '''[[Saurik|saurik]]'''&lt;br /&gt;
&lt;br /&gt;
=== Articles ===&lt;br /&gt;
* [http://www.idownloadblog.com/2011/09/17/mygreatfest-roundup/ iDownloadBlog: &amp;quot;MyGreatFest — A Roundup of Everything You Missed&amp;quot;]&lt;br /&gt;
* [http://appadvice.com/appnn/2011/09/mygreatfest-the-complete-roundup-updating AppAdvice: &amp;quot;From Cydia To iOS 5 Jailbreak - Here's Everything That Happened&amp;quot;]&lt;br /&gt;
* [http://readwrite.com/2011/07/07/jailbreaking_convention_mygreatfest_brings_iPhone_hacking_to_mainstream ReadWriteWeb: &amp;quot;Jailbreaking Convention MyGreatFest Brings iPhone Hacking to Mainstream&amp;quot;]&lt;br /&gt;
* [http://thenextweb.com/apple/2011/09/24/cydia-and-jailbreak-apps-the-ecosystem-developers-and-increasing-revenues/ TheNextWeb: &amp;quot;Cydia and Jailbreak apps: The ecosystem, developers and increasing revenues&amp;quot;]&lt;br /&gt;
* [http://www.bbc.co.uk/news/technology-15340326 BBC News: &amp;quot;Who are the jailbreakers?&amp;quot;]&lt;br /&gt;
* [http://crave.cnet.co.uk/mobiles/jon-bentley-id-recommend-jailbreaking-to-anyone-50005352/ CNet: &amp;quot;I'd recommend jailbreaking to anyone&amp;quot;]&lt;br /&gt;
* [http://appadvice.com/appnn/2011/09/mygreatfest-the-chronic-dev-team-takes-to-the-stage AppAdvice: &amp;quot;The Chronic Dev Talks iOS 5 Jailbreak &amp;amp; Plans For The Future&amp;quot;]&lt;br /&gt;
* [http://www.idownloadblog.com/2011/09/17/chronic-dev-iphone-5-mygreatfest/ iDownloadBlog: &amp;quot;The Chronic Dev Team Talks iPhone 5 Jailbreak and New Exploits at MyGreatFest&amp;quot;]&lt;br /&gt;
* [http://www.idownloadblog.com/2011/09/17/saurik-talks-jailbreaking-mygreatfest/ iDownloadBlog: &amp;quot;Saurik, the Father of Cydia, Talks About the State of Cydia and Jailbreaking at MyGreatFest&amp;quot;]&lt;br /&gt;
* [http://www.redmondpie.com/jailbreakcon-2011-london-formerly-mygreatfest-the-first-ever-jailbreak-convention-as-it-unfolded-photos-video/ Redmond Pie: &amp;quot;JailbreakCon 2011 London (Formerly MyGreatFest): The First Ever Jailbreak Convention As It Unfolded&amp;quot;]&lt;br /&gt;
* [http://www.imore.com/enter-jailbreakcon iMore: &amp;quot;Enter @JailbreakCon&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://www.jailbreakcon.com/ JailbreakCon Homepage]&lt;br /&gt;
&lt;br /&gt;
[[Category:Events]]&lt;/div&gt;</summary>
		<author><name>Cal0x</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=User:Cal0x&amp;diff=40702</id>
		<title>User:Cal0x</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=User:Cal0x&amp;diff=40702"/>
		<updated>2014-04-06T22:54:36Z</updated>

		<summary type="html">&lt;p&gt;Cal0x: Created page with &amp;quot;== Achievements &amp;amp; Projects == For all my achievements, projects and tools check out my github account, my blog and my youtube channel. &amp;lt;br&amp;gt; All my old projects aren't longer a...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Achievements &amp;amp; Projects ==&lt;br /&gt;
For all my achievements, projects and tools check out my github account, my blog and my youtube channel. &amp;lt;br&amp;gt;&lt;br /&gt;
All my old projects aren't longer available, but the most of my last projects are OpenSource.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*[https://twitter.com/cal0x Twitter: @cal0x]&lt;br /&gt;
*[https://github.com/cal0x Github: cal0x]&lt;br /&gt;
*[https://cal0x.com Website]&lt;br /&gt;
*[https://blog.cal0x.com Blog]&lt;br /&gt;
*[https://github.com/OpeniDev OpeniDev]&lt;br /&gt;
*[https://youtube.com/3x7R00Tripper YouTube]&lt;/div&gt;</summary>
		<author><name>Cal0x</name></author>
		
	</entry>
</feed>