176k views
1 vote
Return Oriented Programming (ROP) is a kind of attacks that:

A.modify the return address on stack of a function call.
B. inject code into IoT devices.
C. inject code into JavaScript code that running in web browser.
D. DPWS devices with WSDL/SOAP interfaces.

User Amit Malik
by
8.4k points

1 Answer

3 votes

Final answer:

Return Oriented Programming (ROP) is a type of attack that involves modifying the return address on the stack of a function call.

Step-by-step explanation:

Return Oriented Programming (ROP) is a type of attack that involves modifying the return address on the stack of a function call. This is option A. By modifying the return address, an attacker can redirect the control flow of a program to execute arbitrary code.

User SmuggledPancakes
by
9.1k points