MCPcopy Create free account
hub / github.com/echQoQ/RustSL / outputCert

Function outputCert

sign/sigthief.py:142–151  ·  view source on GitHub ↗
(exe, output)

Source from the content-addressed store, hash-verified

140
141
142def outputCert(exe, output):
143 cert = copyCert(exe)
144 if not output:
145 output = str(exe) + "_sig"
146
147 print("Output file: {0}".format(output))
148
149 open(output, 'wb').write(cert)
150
151 print("Signature ripped. \nFIN.")
152
153
154def check_sig(exe):

Callers 1

sigthief.pyFile · 0.85

Calls 1

copyCertFunction · 0.85

Tested by

no test coverage detected