Load dynamic library from memory

Viewed 2578

Is it possible to load a library from memory instead of from the filesystem on mac/gcc?

With windows I'm using MemoryModule but it's obviously not cross-platform compatible.

1 Answers
Related