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
The whole purpose of MemoryModule.NET is to load native libraries without touching the disk. The target binary might be some embedded resource, or a file downloaded from the internet.
The functions you showed are just simple wrappers around MacOS's native dlopen and dlsym, which requires libraries to be present on disk.
Support for MacOS? Should it be possible?
This might be a good guide.
A better repo with MIT license.
A partial effort can be found here
The text was updated successfully, but these errors were encountered: