Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS support #6

Open
trungnt2910 opened this issue Sep 9, 2021 · 4 comments
Open

MacOS support #6

trungnt2910 opened this issue Sep 9, 2021 · 4 comments
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed

Comments

@trungnt2910
Copy link
Owner

trungnt2910 commented Sep 9, 2021

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

@trungnt2910 trungnt2910 added the help wanted Extra attention is needed label Sep 9, 2021
@GGLaunch
Copy link

GGLaunch commented Feb 9, 2022

image
try it

@trungnt2910
Copy link
Owner Author

Which library is that?

@trungnt2910
Copy link
Owner Author

https://docs.microsoft.com/zh-cn/dotnet/api/system.runtime.interopservices.nativelibrary?view=net-5.0

Oh, that function.

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.

@trungnt2910 trungnt2910 added the enhancement New feature or request label Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants