Closed rohitjoshi closed 8 months ago
You could probably achieve something using memfd
s on linux. No idea about other platforms. But regardless this won't be portable.
That said, this is not a support forum. Please consider asking your question in users.rust-lang.org or a similar avenue.
How to load dynamic library from memory? The dynamic library is an encrypted file which needs to be decrypted in memory before loading.