Hacker News new | ask | show | jobs
by josephcsible 1020 days ago
What's the easiest way to use those variables anyway on a binary that's been compiled that way? Does it need SIP to be off?
2 comments

You could try completely unsigning the binary: https://reverseengineering.stackexchange.com/a/13623

This won't work for everything, and it probably does need SIP to be off (also make a backup!) but it might be a way to get something to work.

Yes, and then patch dyld to enable library insertion again.