首页
社区
课程
招聘
[转帖]Automatic ROPChain Generation
发表于: 2020-1-25 15:02 1631

[转帖]Automatic ROPChain Generation

2020-1-25 15:02
1631
Automatic ROPChain Generation

Features:

handling non-return gadgets (jmp reg, call reg)

set registers (rdi=0xxxxxx, rsi=0xxxxxx)

set register to register (rdi=rax)

write to mem

write string/bytes to mem

function call (open('/etc/passwd',0))

pass register in function call (read('rax', bss, 0x100))

avoiding badchars is experimental (need more tests, seetests/)

_ https://github.com/d4em0n/exrop

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 2
支持
分享
最新回复 (1)
雪    币: 2510
能力值: ( LV1,RANK:0 )
在线值:
发帖
回帖
粉丝
2
什么东西?
2020-1-26 17:58
3
游客
登录 | 注册 方可回帖
返回
//