• Stars
    star
    526
  • Rank 83,646 (Top 2 %)
  • Language
    Python
  • Created over 9 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

一步一步学ROP

ROP_STEP_BY_STEP

作者微博:蒸米spark http://www.weibo.com/zhengmin1989

文章地址: http://drops.wooyun.org/author/%E8%92%B8%E7%B1%B3

ROP的全称为Return-oriented programming(返回导向编程),这是一种高级的内存攻击技术可以 用来绕过现代操作系统的各种通用防御(比如DEP,ASLR等)。教程中我们会带来linux_x86,linux_x64 以及android (arm)方面的ROP利用方法,欢迎大家学习。