CS-Loader
CS-Loader copied to clipboard
Python 3.8-不通过
生成的时候需要在shellcode字符串上前加个b"--shellcode--"
执行的时候报错:
code = bytearray(base64.b64decode(code))--line:47
ValueError: string argument should contain only ASCII characters
同一个问题,各位师傅是怎么解决的?
人家是python2啊
shellcode = b"shellcode"因为是十六进制不是str要这样写