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

Rewrite objc_alloc_init(void * ptr_to_class) calls as [[class alloc] init]

Open 0cyn opened this issue 3 years ago • 0 comments

ObjC selectively detects [[SomeItem alloc] init] and compiles it down to a single runtime call objc_alloc_init(). We can reverse this.

0cyn avatar Aug 02 '22 20:08 0cyn