1
vote
1answer
78 views
Simulate USB insertion on OSX via software
How can I inject USB device nodes into OSX (>= 10.5) such as you might be able for debugging USB handlers / writing new USB drivers?
I'm interested in this in order to handle non-USB device …
2
votes
1answer
85 views
Check signature of OSX bundle before load
Goal: Load .so/.bundle that has been verified to be signed (or verified against an arbitrary algorithm).
I want to be able to verify a .so/.bundle either using OSX's builtin binary signatur …
0
votes
2answers
193 views
OSX - Retrieve user id of logged-in user from a system service
I'm writing a piece of software that runs as a system service in Mac OSX and cannot seem to find out how to get the 'active' user.
There appears to be APIs to iterate through the list of lo …
0
votes
OSX - Retrieve user id of logged-in user from a system service
Answer courtesy of Apple's Technical Q&A
Require SystemConfiguration.framework
#in …
