also fun fact, modern otool loses its mind if you try to use it on PowerPC 64 binaries, which required another workaround. This is because it's based on llvm-objdump and LLVM has no clue how to handle the LC_UNIXTHREAD section of a PPC64 Mach-O. I needed a PATH hack to redirect it to otool-classic
Comments