├── .gitattributes ├── memfiddle ├── find2.py ├── ios_vmem.py ├── memdump.py ├── procinfo.py └── readme └── sslpwn └── sslpwn /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patois/iOS-stuff/HEAD/.gitattributes -------------------------------------------------------------------------------- /memfiddle/find2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patois/iOS-stuff/HEAD/memfiddle/find2.py -------------------------------------------------------------------------------- /memfiddle/ios_vmem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patois/iOS-stuff/HEAD/memfiddle/ios_vmem.py -------------------------------------------------------------------------------- /memfiddle/memdump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patois/iOS-stuff/HEAD/memfiddle/memdump.py -------------------------------------------------------------------------------- /memfiddle/procinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patois/iOS-stuff/HEAD/memfiddle/procinfo.py -------------------------------------------------------------------------------- /memfiddle/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patois/iOS-stuff/HEAD/memfiddle/readme -------------------------------------------------------------------------------- /sslpwn/sslpwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patois/iOS-stuff/HEAD/sslpwn/sslpwn --------------------------------------------------------------------------------