Author Topic: ROP Chaining + Ret2Libc Intro  (Read 709 times)

0 Members and 1 Guest are viewing this topic.

Offline Traitor4000

  • Knight
  • **
  • Posts: 191
  • Cookies: 8
    • View Profile
ROP Chaining + Ret2Libc Intro
« on: August 03, 2014, 03:29:02 pm »
This guy did a series of slideshows 3 perquisite ones and then the 4th actually introduces the concept.

1. Operating Systems a Primer - http://www.slideshare.net/mobile/saumilshah/operating-systems-a-primer

2. How Functions Work - http://www.slideshare.net/mobile/saumilshah/how-functions-work-7776073

3. Introduction to Debuggers - http://www.slideshare.net/mobile/saumilshah/introduction-to-debuggers

4. Dive into ROP - http://www.slideshare.net/mobile/saumilshah/dive-into-rop-a-quick-introduction-to-return-oriented-programming (also a brief demo of Ret2Libc does not go over techniques to find libc etc and does not discuss ASLR)

It is a nice simple introduction to some exploitation concepts and what you need to know before hand.
« Last Edit: August 03, 2014, 03:29:21 pm by Traitor4000 »
The most vulnerable part of an impenetrable system is those who believe it to be so.

Offline karsa

  • Peasant
  • *
  • Posts: 117
  • Cookies: 44
    • View Profile
Re: ROP Chaining + Ret2Libc Intro
« Reply #1 on: August 05, 2014, 06:46:21 pm »