生成的时候需要在shellcode字符串上前加个b"--shellcode--" 执行的时候报错: `code = bytearray(base64.b64decode(code))`--line:47 ValueError: string argument should contain only ASCII characters
生成的时候需要在shellcode字符串上前加个b"--shellcode--"
执行的时候报错:
code = bytearray(base64.b64decode(code))--line:47ValueError: string argument should contain only ASCII characters