This commit is contained in:
7Rocky 2024-04-06 17:19:31 +02:00
parent df793a8e83
commit dab712071f

View file

@ -29,7 +29,7 @@ rop2 = base + p64(ONE_GADGET) + "\x00"*100
To the address indicated by One Gadget you need to **add the base address where `libc`** is loaded.
{% hint style="success" %}
One Gadget is a **great help for Arbitrary Write 2 Exec techniques** and might **simplifie ROP chains** as you only need to call one address (and fulfill the requirements).
One Gadget is a **great help for Arbitrary Write 2 Exec techniques** and might **simplify ROP chains** as you only need to call one address (and fulfill the requirements).
{% endhint %}
<details>