binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

[Objective-C] Rewrite external method calls with stubs

Open jonpalmisc opened this issue 3 years ago • 0 comments

Calls to Objective-C methods defined outside the binary—e.g. NSString methods, etc.—currently can't be rewritten because there is no function inside the binary to replace the call destination with. Creating stub functions in a fake section for imported methods might allow for clearer decompilation.

jonpalmisc avatar Jul 11 '22 14:07 jonpalmisc