mirror of
https://github.com/carlospolop/hacktricks
synced 2025-02-16 14:08:26 +00:00
Fix
This commit is contained in:
parent
df793a8e83
commit
dab712071f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue