Libraggbond

Results 4 comments of Libraggbond

能给个你用的版本的链接吗,我也是没生成 -s 的 shellcode

没报错,虽然没成功。但是这个artifact_stager 是4.0支持的函数,手里的版本报错还是不舒服啊,方便分享下您手里的CS吗

def file_to_hex_string(file_path): with open(file_path, "rb") as f: hex_string = f.read().hex() return hex_string