Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

How can I pack a binary and run it from a box? #281

Open
kahou82 opened this issue Oct 9, 2020 · 0 comments
Open

How can I pack a binary and run it from a box? #281

kahou82 opened this issue Oct 9, 2020 · 0 comments

Comments

@kahou82
Copy link

kahou82 commented Oct 9, 2020

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant