List Question
20 TechQA 2023-08-21T16:03:03.797000How can I make objdump display the size of the operand the assembly instruction is acting upon?
41 views
Asked by alessio solari
Do the disassemblers otool and objdump output the exact machine instructions contained in an executable?
114 views
Asked by alessio solari
C++ Dependencies on MacOS
189 views
Asked by Steve
otool is referencing an old version of libffi
335 views
Asked by ralmond
Why does macOS kill static executables created by clang?
652 views
Asked by tommy__123__
Couldn't locate otool-classic while running ipatool
899 views
Asked by A. K.
How to find out in source code the function names the Xcode's otool outputs for you?
291 views
Asked by paragdulam
How to detect which particular public iOS framework uses a particular private iOS framework?
707 views
Asked by olha
Why do dynamic libraries on macOS have an id?
387 views
Asked by HelloWorld
how to get Xcode to set LC_RPATH (so that @rpath loads will work)?
7k views
Asked by Joe Strout
Changing dylib library path with install_name_tool -id, nothing changes
1.9k views
Asked by user1298416
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicuuc.68.dylib Reason: image not found
1.1k views
Asked by Setaa
Using otool -L shows only the library name and not the path it's linked to
175 views
Asked by Luis Angel Urena Lopez
Insecure APIs (_memcpy) can still be found in the iOS Application
1.6k views
Asked by Sabai Phoo
How to print all symbols that a mach-o binary imports from dylibs?
3.6k views
Asked by 張俊芝
arm64/x86_64 universal binary created with lipo is missing deployment target
2.1k views
Asked by Bryan
How to print full path for libs using otool?
646 views
Asked by mrgloom
How to get function/symbol information from within a binary file in IOS
754 views
Asked by user2679476
How can I easily redistribute dylib in MacOS?
167 views
Asked by user2517097
On macOS, why doesn't otool -L show the version of libpng the application is running with?
302 views
Asked by watkipet