Posts in 2023
Jailbreak iPhone 8 iOS 16.2 with palera1n and use frida dump to decrypt ipa
Last Update: in iOS
Jailbreak iPhone 8 iOS 16.2 with troubleshooting info. Then use frida dump to decrypt ipa.
Types of Jailbreaks Tethered The device must be booted using a computer every time, otherwise it won’t boot at all. This type of jailbreak is uncommon. e.g.: 4039 blackra1n Semi-tethered The device must be jailbroken using a computer every …
Posts in 2022
Use frida and objection to penetration test iOS app security
Last Update: in iOS
A quick and detail guide with examples about how to use frida and objection to penetration test your iOS app security without a jailbroken device. A quick cheat sheet of objection usage examples on iOS.
Introduction What is frida? frida is a dynamic code instrumentation toolkit. It lets you inject snippets of JavaScript or your own library into native apps on Windows, macOS, GNU/Linux, iOS, Android, and QNX. Frida also provides you with some simple …
Troubleshooting: iOS auto layout warning about UIView-Encapsulated-Layout-Height
Last Update: in iOS
Troubleshooting: iOS auto layout warning about UIView-Encapsulated-Layout-Height. The UI layout correctly, sounds the warning is false but actually there is an error in code.
Symptom In a table view cell layout, there is no layout constraints issue in xcode. However during run time, xcode console report following layout constraints issue: [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least …
Troubleshooting: loading carthage framework error: dyld: Library not loaded: @rpath/...
Last Update: in iOS
Troubleshooting: loading carthage framework error: dyld: Library not loaded: @rpath. How to locate which carthage framework missing dependence?
Symptom iOS project use carthage frameworks, compile successfully. However crash at run time with “Library not loaded” error. For example: dyld: Library not loaded: libswiftXCTest.dylib Referenced from: …
Posts in 0001
What's new in SwiftUI iOS 16.4 beta 2
Last Update: in iOS
What’s new in SwiftUI iOS 16.4 beta 2: new view modifiers, navigation fixes etc.
iOS & iPadOS 16.4 Beta 2 Released on Feb 28, 2023. Here is what’s the change on SwiftUI. New Features in SwiftUI iOS 16.4 beta 2 A family of new view modifiers lets you build even richer resizable sheet experience with SwiftUI. Use these …