Categorygithub.com/secur30nly/go-self-delete
modulepackage
0.0.0-20230606091445-30ce22f496a0
Repository: https://github.com/secur30nly/go-self-delete.git
Documentation: pkg.go.dev

# README

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

# Functions

No description provided by the author

# Structs

No description provided by the author
No description provided by the author