You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I'm currently trying to use ctor on my local M1 Pro. It seems that ctor doesn't run (even though binary is loaded).
The way I tested it is taking the example and running it with DYLD_INSERT_LIBRARIES.
I do know that that env var doesn't work with any binary, so I tested it with another binary that I compiled (and saw that the library was loaded).
I also tried testing using gcc and not rust and same behavior so it's not implementation probably - I'm wondering if anyone knows if anything changed - did they remove the feature from the loader?
The text was updated successfully, but these errors were encountered:
Hey,
I'm currently trying to use ctor on my local M1 Pro. It seems that ctor doesn't run (even though binary is loaded).
The way I tested it is taking the example and running it with DYLD_INSERT_LIBRARIES.
I do know that that env var doesn't work with any binary, so I tested it with another binary that I compiled (and saw that the library was loaded).
I also tried testing using gcc and not rust and same behavior so it's not implementation probably - I'm wondering if anyone knows if anything changed - did they remove the feature from the loader?
The text was updated successfully, but these errors were encountered: