2023-06-06 05:14:45 -04:00
2023-06-06 05:14:45 -04:00
2023-06-06 05:14:45 -04:00
2023-06-06 05:14:45 -04:00
2023-06-06 05:14:45 -04:00

go-self-delete

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

package main

import "github.com/secur30nly/go-self-delete"

func main() {
	// some code ...

	selfdelete.SelfDeleteExe()

	// some code ...
}

References

S
Description
Automated archival mirror of github.com/secur30nly/go-self-delete
Readme MIT 26 KiB
Languages
Go 100%