You get the idea right! We are going to enumerate all the ROP-Gadgets and then chain them together to craft our API call which will in turn disable DE...
分类:
其他好文 时间:
2014-07-16 21:56:06
阅读次数:
221
111 def get_payload(t)112 if t['Rop'] == :msvcrt113 print_status("Using msvcrt ROP")114 esp_align = "\x81\xc4\x54\xf2\xff\xff"115 ...
分类:
Web程序 时间:
2014-07-03 06:32:35
阅读次数:
241