Return Oriented Programming, an introduction - Patricia Aas - NDC Security 2023

Published 2023-04-17
Return Oriented Programming (ROP) is an exploitation technique that folks have often heard of, but don't know the mechanics of.

In this talk you will learn how it works, and we will go through some examples to show how it can be used to execute code in contexts where the stack is not executable.


Check out our new channel:
NDC Clips:
@ndcclips

Check out more of our featured speakers and talks at
ndcconferences.com/
ndc-security.com/

All Comments (6)
  • amazing talk, very clear, while going through all the technical details too. and you delivered in such a fun and engaging manner. thank you so much!
  • @jlhjlh
    What's the point of clearing eax when immediately overwriting it with 0x6?