Post

Replies

Boosts

Views

Activity

Reply to Is there a way to use OSSignPoster in .Net on MacOS
I am on Sonoma 14.3.1, I believe I need to do something like the below but am having difficulty determining the correct dylib and APIs I can use in managed code. [DllImport("/usr/lib/libSystem.dylib", EntryPoint = "os_log_create")] private static extern IntPtr os_log_create(string subsystem, string category); [DllImport("libSystem.dylib")] private static extern int getpid();
Apr ’24
Reply to Is there a way to use OSSignPoster in .Net on MacOS
I am on Sonoma 14.3.1, I believe I need to do something like the below but am having difficulty determining the correct dylib and APIs I can use in managed code. [DllImport("/usr/lib/libSystem.dylib", EntryPoint = "os_log_create")] private static extern IntPtr os_log_create(string subsystem, string category); [DllImport("libSystem.dylib")] private static extern int getpid();
Replies
Boosts
Views
Activity
Apr ’24