I tried to override network socket related function in Mail app. But I'm not sure if Mail app uses Core foundation socket or POSIX socket.
I use otool -l to find dynamic loaded library in LC_LOAD_DYLIB section. However, I want to know what exact functions it calls.
nm
will show you the imported symbols.
Use nm -ufm /Applications/Mail.app/Contents/MacOS/Mail
to get symbols and the libraries/framework they came from.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With