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
{{ message }}
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.
I am writing a go program that will embed some binaries and that go program will execute them (os.execute). Currently I have to read the binaries as byte slice and then use another library (github.com/getlantern/byteexec) to dump the binary out in the system in order to execute it.
Is there a way I can execute the binary from the box instead?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am writing a go program that will embed some binaries and that go program will execute them (os.execute). Currently I have to read the binaries as byte slice and then use another library (github.com/getlantern/byteexec) to dump the binary out in the system in order to execute it.
Is there a way I can execute the binary from the box instead?
The text was updated successfully, but these errors were encountered: