最終更新日:2025/12/04
Return-oriented programming allows attackers to hijack the call stack and execute prepared instruction sequences (gadgets
) already present in memory, making it one of the hardest exploits to mitigate.
正解を見る
Return-oriented programming allows attackers to hijack the call stack and execute prepared instruction sequences (gadgets
) already present in memory, making it one of the hardest exploits to mitigate.
音声機能が動作しない場合はこちらをご確認ください
編集履歴(0)
元となった例文
リターン指向プログラミングは、コールスタックを乗っ取って既にメモリに存在する準備済みの命令列(「ガジェット」)を実行し、プログラムの制御フローを奪うコード再利用型の攻撃手法であり、現代の防御を回避できるため対策が最も困難な脆弱性の一つです。