Binary Ninja: Difference between revisions

From iPhone Development Wiki
(Created page with "''Note: This wiki is currently owned by an employee of BinaryNinja. A very concerted effort has been made to not advertise to you here, but to just describe how to use the too...")
 
No edit summary
Line 1: Line 1:
''Note: This wiki is currently owned by an employee of BinaryNinja. A very concerted effort has been made to not advertise to you here, but to just describe how to use the tool for iOS RE.''
''Someone else please fill this out''


[https://binary.ninja/ BinaryNinja] Is a Disassembler/Decompiler developed by the company Vector35. It has a myriad use cases when it comes to iOS RE.  
[https://binary.ninja/ BinaryNinja] Is a Disassembler/Decompiler developed by the company Vector35.


== dyld_shared_cache extraction / individual library opening ==
== dyld_shared_cache extraction / individual library opening ==


BinaryNinja can open individual images from iOS shared caches using [https://github.com/cxnder/bn-dyldsharedcache bn-dyldsharedcache].
BinaryNinja can open individual images from iOS shared caches using [https://github.com/cxnder/bn-dyldsharedcache bn-dyldsharedcache].

Revision as of 07:23, 4 September 2023

Someone else please fill this out

BinaryNinja Is a Disassembler/Decompiler developed by the company Vector35.

dyld_shared_cache extraction / individual library opening

BinaryNinja can open individual images from iOS shared caches using bn-dyldsharedcache.