CS-Loader icon indicating copy to clipboard operation
CS-Loader copied to clipboard

CS免杀

Results 18 CS-Loader issues
Sort by recently updated
recently updated
newest added

能联系一下吗 做项目 就是免杀而已

运行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

![image](https://user-images.githubusercontent.com/54017475/139365980-dd0e2050-4635-48c3-8c5d-3411296e638f.png) 引发了异常: 读取访问权限冲突。 **buf** 是 0x9D7000。

在本地调试时,64位下,GET payload.txt有时候会获取不到txt的内容。

![image](https://user-images.githubusercontent.com/49434585/127808979-b7e05826-34b8-499b-81d9-b24cfe919cfb.png) 按照作者步骤配合好环境,运行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'

在服务器上可以看到有get payload.txt的请求,但无法上线 ![image](https://user-images.githubusercontent.com/26617058/119230785-48e9ed00-bb50-11eb-893b-b8b2476f735b.png) evil.cpp关键配置: ![image](https://user-images.githubusercontent.com/26617058/119230855-8cdcf200-bb50-11eb-8b96-aec39391676c.png) generator关键配置: ![image](https://user-images.githubusercontent.com/26617058/119230865-a3834900-bb50-11eb-909d-67f12c1d9e45.png) ![image](https://user-images.githubusercontent.com/26617058/119230874-aed67480-bb50-11eb-9de8-cf0f73e93805.png) ![image](https://user-images.githubusercontent.com/26617058/119230889-bb5acd00-bb50-11eb-911b-aaa5372ed87c.png) 都是在win10 debug模式下编译