What is return-oriented programming?

What is return-oriented programming?

+3
source share
2 answers

According to Science Daily :

In 2007, [Hovav] Shacham first described return-oriented programming, which is a powerful exploitation of system security that generates a combination of short pieces of benign code already present in the system.

Hovava Shachama's Recover -Oriented Programming Document : Use Without Paste Code .

+5
source

This is a way to run security exploits without entering code, see here .

+4
source

Source: https://habr.com/ru/post/1715297/


All Articles