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
This is probably very silly, but I'd like to be able to run one of the files in the virtual filesystem. Is this something that's supported, or is this a terrible idea that I should immediately forget about?
The text was updated successfully, but these errors were encountered:
After looking into the go-memexec code I figured that it creates a temporary file to run a command, which is not the desired behavior. Obviously, it works. Some projects may find this strategy satisfactory, but it is not what was requested in this issue.
I opened an issue in go-memexec regarding the specific implementation of "running a binary from memory" and the author has changed it (for Linux) to mount a portion of memory with the binary as a process, if I understand the details correctly.
As it is in release 0.5.0, it served my purpose perfectly.
This is probably very silly, but I'd like to be able to run one of the files in the virtual filesystem. Is this something that's supported, or is this a terrible idea that I should immediately forget about?
The text was updated successfully, but these errors were encountered: