Changes between Initial Version and Version 1 of Ticket #62656, comment 33


Ignore:
Timestamp:
Apr 16, 2021, 1:59:00 AM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62656, comment 33

    initial v1  
    1 I was going to use your proxy, but this was simpler:
     1I was going to use your proxy, but I thought this was simpler:
    22{{{
    33sudo port install git
     
    77re: optool
    88
    9 I haven't tried it, but I was thinking just make a stub dylib libSystem.dylib with a one-liner build line that just reexports legacysupport and /usr/lib/libSystem.dylib. That is near the top of this thread as an idea, but using DYLD_INSERT_LIBRARIES was just easier (10 seconds).
     9I haven't tried it, but I was thinking just make a stub dylib libSystem.dylib with a one-liner build line that just reexports legacysupport and /usr/lib/libSystem.dylib. In the end, using DYLD_INSERT_LIBRARIES was just easier (10 seconds).
    1010
    1111but there are always 9 ways to skin a cat.