Go implementation of the self-deletion of an running executable from disk.
DISCLAIMER. All information contained in this repository is provided for educational and research purposes only. The owner is not responsible for any illegal use of included code snippets.
Usage
packagemainimport"github.com/secur30nly/go-self-delete"funcmain(){// some code ...selfdelete.SelfDeleteExe()// some code ...}