├── For Version 1.1 - Integrated Into 1.2 ├── _io.py ├── _rp.py ├── _scproxy.py ├── bootstrap.txt └── readme.md ├── readme.md └── shpy ├── bash_alike.py ├── bootstrap-alt.txt ├── bootstrap.txt └── shpy.py /For Version 1.1 - Integrated Into 1.2/_io.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pudquick/PythonForiOSPatches/HEAD/For Version 1.1 - Integrated Into 1.2/_io.py -------------------------------------------------------------------------------- /For Version 1.1 - Integrated Into 1.2/_rp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pudquick/PythonForiOSPatches/HEAD/For Version 1.1 - Integrated Into 1.2/_rp.py -------------------------------------------------------------------------------- /For Version 1.1 - Integrated Into 1.2/_scproxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pudquick/PythonForiOSPatches/HEAD/For Version 1.1 - Integrated Into 1.2/_scproxy.py -------------------------------------------------------------------------------- /For Version 1.1 - Integrated Into 1.2/bootstrap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pudquick/PythonForiOSPatches/HEAD/For Version 1.1 - Integrated Into 1.2/bootstrap.txt -------------------------------------------------------------------------------- /For Version 1.1 - Integrated Into 1.2/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pudquick/PythonForiOSPatches/HEAD/For Version 1.1 - Integrated Into 1.2/readme.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pudquick/PythonForiOSPatches/HEAD/readme.md -------------------------------------------------------------------------------- /shpy/bash_alike.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pudquick/PythonForiOSPatches/HEAD/shpy/bash_alike.py -------------------------------------------------------------------------------- /shpy/bootstrap-alt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pudquick/PythonForiOSPatches/HEAD/shpy/bootstrap-alt.txt -------------------------------------------------------------------------------- /shpy/bootstrap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pudquick/PythonForiOSPatches/HEAD/shpy/bootstrap.txt -------------------------------------------------------------------------------- /shpy/shpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pudquick/PythonForiOSPatches/HEAD/shpy/shpy.py --------------------------------------------------------------------------------