差異處
這裏顯示兩個版本的差異處。
Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
公開:20180602_tibame_ios_app資訊安全 [2018/06/03 10:40] kent |
公開:20180602_tibame_ios_app資訊安全 [2018/06/04 14:02] (目前版本) kent |
||
---|---|---|---|
行 20: | 行 20: | ||
<file> | <file> | ||
Bundle ID: com.kent.dataprotectiondemo | Bundle ID: com.kent.dataprotectiondemo | ||
+ | P12密碼: 1qaz2wsx | ||
</file> | </file> | ||
+ | ==== main.swift 預設內容 ==== | ||
+ | <file> | ||
+ | import Foundation | ||
+ | import UIKit | ||
+ | |||
+ | autoreleasepool { | ||
+ | UIApplicationMain( | ||
+ | CommandLine.argc, | ||
+ | UnsafeMutableRawPointer(CommandLine.unsafeArgv) | ||
+ | .bindMemory( | ||
+ | to: UnsafeMutablePointer<Int8>.self, | ||
+ | capacity: Int(CommandLine.argc)), | ||
+ | nil, | ||
+ | NSStringFromClass(AppDelegate.self) //Or your class name | ||
+ | ) | ||
+ | |||
+ | } | ||
+ | </file> | ||
+ | |||
+ | ==== Jailbreak 偵測套件 ==== | ||
+ | [[https://github.com/TheSwiftyCoder/JailBreak-Detection/blob/master/JailBreak.swift|JailBreak偵測]] | ||
+ | |||
+ | ==== OWASP 2016行動資安十大風險 ==== | ||
+ | [[https://www.owasp.org/index.php/Mobile_Top_10_2016-Top_10|OWASP 2016行動資安十大風險]] |