Zack Weinberg

(replying to Zack Weinberg)

@b0rk I regret to say I don't know how to do any of this inspection on a Mac either. It was a regular frustration point for me when I was doing software development on a Mac about eight years ago.

systemd-jaded.timer

(replying to Zack Weinberg)

@zwol @b0rk to my knowledge:
ldd => otool -L
strace => dtruss (may not work with system integrity protection)
readelf, objdump => otool (though you can install binutils to get objdump)

1 replies →
1 replies

Saagar Jha

(replying to systemd-jaded.timer)
@leftpaddotpy @zwol @b0rk dtruss is unfortunately frequently broken even with SIP disabled

systemd-jaded.timer

(replying to systemd-jaded.timer)

@zwol @b0rk also i just ran into this post which explains so much about macOS's loader and such developer.apple.com/forums/thr