Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 371 Bytes

writeup.md

File metadata and controls

5 lines (3 loc) · 371 Bytes

illigal jump writeup

setjmpで作られたスコープ以上にの所にlongjmpしている。setjmpはスタックポインタなども強制的に戻してしまうので、nameを使ってスタックをいじり放題になる。 また、StackProtectorも切ってあり、更に静的なバイナリを生成しているので、ROP gadgetも豊富にある。