Skip to content

aozhimin/iOS-Reverse-Engineering-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS-Reverse-Engineering-presentation

Overview

iOS-Reverse-Engineering-presentation introduce the knowledge and tool chain of reverse engineering of iOS, which covering the basic use of reverse engineering of iOS.

OverView

Usage

clone the repo and open the index.html to show the slides or click github io link.

Resources

Workaround

when you start iOS Reverse Engineering, you should install many tools, You may encounter a variety of problems. Here is a list of possible workarounds.

when you execute make package command to package, you may encounter a failure situation, wrong prompt is "dpkg-deb: warning: deprecated compression type 'lzma'; use xz instead'", you should change value of _THEOS_PLATFORM_DPKG_DEB_COMPRESSION to xz

Author

Alex Ao, aozhimin0811@gmail.com

License

iOS-Reverse-Engineering-presentation is released under the MIT license. See LICENSE for details.