Open nikias opened 7 years ago
Is there any way to resolve this ? I am running into the same problem...
same problem for me when processing dyld_shared_cache_arm64 from apple tv of ios 9.0
same problem.. and as i can see in this thread - no solution.. :(
I get this error when trying to use dsc_fix on MobileCoreServices (tried different version, 9.3.3, 10.0.1, 10.0.2, 10.1) directly opened as a 'single image' from the matching dyld_shared_cache_arm64 which I select in the open dialog presented by dsc_fix:
I changed the code to continue anyway like this:
However in the end, it created the additional segements, but instead of things like
B objc_msgSend_0
I see aB loc_<original_address in new segment>
that is undefined code, for example something like this:Any idea what is wrong here? What is the file you used for your example screenshots so I can try if that works at least?