iPhone 3.0 jialbreak dev
Posted on 2009年12月06日 20:19
1 2 3 4 5 6 7 8 9 10 11 12 | cd ~ /Desktop vi script #!/bin/bash cd /Developer/Platforms/iPhoneOS .platform /Developer/Library/Xcode/Plug-ins/iPhoneOS \ Build\ System\ Support.xcplugin /Contents/MacOS/ dd if =iPhoneOS\ Build\ System\ Support of=working bs=500 count=255 printf "\x8f\x2a\x00\x00" >> working dd if =iPhoneOS\ Build\ System\ Support of=working bs=1 skip=127504 seek=127504 /bin/mv -n iPhoneOS\ Build\ System\ Support iPhoneOS\ Build\ System\ Support.original /bin/mv working iPhoneOS\ Build\ System\ Support chmod a+x iPhoneOS\ Build\ System\ Support |