an library to add payload to file
perfect to have a configuration or data embedded in the binary
import (
"github.com/thomas10-10/payloadGo"
)
Adds a payload on the file given in path, if the path is "" then the payload will be added on the binary that has been launched. If a payload already exists then it will be replaced
If the path is "" then return the payload of the binary that has been launched
delete the payload of the file given in path, if the path is "" then delete the payload of the binary that has been launched