├── LICENSE ├── README.md ├── apple-touch-icon.png ├── bower.json ├── css ├── impress-demo.css ├── impress.css └── reverseEngineering.css ├── demo.html ├── favicon.png ├── images ├── Hopper-2.jpeg ├── Hopper.jpeg ├── IDA-1.jpeg ├── IDA-2.jpeg ├── MachOView-1.jpeg ├── MachOView-2.jpeg ├── class-dump.jpeg ├── crack-castle.png ├── cycript.jpeg ├── dumpdecrypt.jpeg ├── iOSOpenDev2.jpeg ├── ifile.PNG ├── iosOpenDev.jpeg ├── overview.jpeg ├── safe-castle.png ├── terminal.PNG ├── theos-1.jpeg └── theos-2.jpeg ├── index.html └── js └── impress.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/README.md -------------------------------------------------------------------------------- /apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/apple-touch-icon.png -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/bower.json -------------------------------------------------------------------------------- /css/impress-demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/css/impress-demo.css -------------------------------------------------------------------------------- /css/impress.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/css/impress.css -------------------------------------------------------------------------------- /css/reverseEngineering.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/css/reverseEngineering.css -------------------------------------------------------------------------------- /demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/demo.html -------------------------------------------------------------------------------- /favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/favicon.png -------------------------------------------------------------------------------- /images/Hopper-2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/images/Hopper-2.jpeg -------------------------------------------------------------------------------- /images/Hopper.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/images/Hopper.jpeg -------------------------------------------------------------------------------- /images/IDA-1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/images/IDA-1.jpeg -------------------------------------------------------------------------------- /images/IDA-2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/images/IDA-2.jpeg -------------------------------------------------------------------------------- /images/MachOView-1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/images/MachOView-1.jpeg -------------------------------------------------------------------------------- /images/MachOView-2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/images/MachOView-2.jpeg -------------------------------------------------------------------------------- /images/class-dump.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/images/class-dump.jpeg -------------------------------------------------------------------------------- /images/crack-castle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/images/crack-castle.png -------------------------------------------------------------------------------- /images/cycript.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/images/cycript.jpeg -------------------------------------------------------------------------------- /images/dumpdecrypt.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/images/dumpdecrypt.jpeg -------------------------------------------------------------------------------- /images/iOSOpenDev2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/images/iOSOpenDev2.jpeg -------------------------------------------------------------------------------- /images/ifile.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/images/ifile.PNG -------------------------------------------------------------------------------- /images/iosOpenDev.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/images/iosOpenDev.jpeg -------------------------------------------------------------------------------- /images/overview.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/images/overview.jpeg -------------------------------------------------------------------------------- /images/safe-castle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/images/safe-castle.png -------------------------------------------------------------------------------- /images/terminal.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/images/terminal.PNG -------------------------------------------------------------------------------- /images/theos-1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/images/theos-1.jpeg -------------------------------------------------------------------------------- /images/theos-2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/images/theos-2.jpeg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/index.html -------------------------------------------------------------------------------- /js/impress.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aozhimin/iOS-Reverse-Engineering-presentation/HEAD/js/impress.js --------------------------------------------------------------------------------