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

Add reference to llvm-clang ObjC code to help others implement functionality

Open rickmark opened this issue 3 years ago • 1 comments

In the readme it may be helpful to point contributors to https://github.com/llvm/llvm-project/blob/main/clang/lib/CodeGen/CGObjCMac.cpp and other CGObjC* files to help them find the relevant code to implement features.

rickmark avatar Jan 25 '23 21:01 rickmark

https://opensource.apple.com/source/cctools/cctools-782/otool/print_objc2_32bit.c?txt https://opensource.apple.com/source/cctools/cctools-782/otool/print_objc2_64bit.c.auto.html

rickmark avatar Jan 26 '23 19:01 rickmark