MCPcopy
hub / github.com/Threekiii/Awesome-Redteam / formatB64

Function formatB64

scripts/ShellcodeWrapper/shellcode_encoder_py3.py:133–134  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

131#------------------------------------------------------------------------
132# data as a bytearray
133def formatB64(data):
134 return b64encode(data)
135
136#======================================================================================================
137# HELPERS FUNCTIONS

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected