Allow loading a single image from an iOS/macOS kernelcache #6401
Labels
Effort: Low
Issue should take < 1 week
File Format: SharedCache
Issue with the dyld_shared_cache plugin
Impact: Medium
Issue is impactful with a bad, or no, workaround
Milestone
What is the feature you'd like to have?
IDA Pro allows you to load either just the kernel or just a single kernel extension from an iOS/macOS kernelcache. This is handy when you don't need the rest of the kernel for what you're looking at.
Is your feature request related to a problem?
I am unable to use Binary Ninja for some scripting tasks related to iOS/macOS kernels because the analysis time is prohibitive for it being useful. If I could limit the analysis to just a specific kernel extension, it may become fast enough that I could realistically use it.
Are any alternative solutions acceptable?
Grafting individual images out of the kernelcache with
ipsw
or similar tools yields malformed binaries that create other analysis problems.The text was updated successfully, but these errors were encountered: