MCPcopy Create free account
hub / github.com/TideSec/GoBypassAV / writecertfromexe

Function writecertfromexe

SignThief/main.go:29–32  ·  view source on GitHub ↗
(outputloc string, inputloc string, certfileloc string)

Source from the content-addressed store, hash-verified

27}
28
29func writecertfromexe(outputloc string, inputloc string, certfileloc string) {
30 certfile := getcert(certfileloc)
31 appendcert(outputloc, inputloc, certfile)
32}
33
34func appendcert(outputloc string, inputloc string, cert []byte) {
35 pefile, _ := pe.Open(inputloc)

Callers 1

mainFunction · 0.85

Calls 2

getcertFunction · 0.85
appendcertFunction · 0.85

Tested by

no test coverage detected