Skip to content

Commit b6126e0

Browse files
committed
Updating
1 parent 748f0de commit b6126e0

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

_how2stack/index.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Contents:
4343
* **Return Oriented Programming (ROP)**
4444
* **Return to Libc (ret2libc)**
4545
* **Making stack executable with malicious mprotect call**
46-
47-
48-
46+
* **Advanced Format String**
47+
* **vfprintf internal buffer**
48+
* **Abusing %s and %n**
4949

5050
## Endianness
5151

@@ -126,4 +126,18 @@ Contents:
126126

127127
<div class="video-container">
128128
<iframe width="840" height="478" src="https://www.youtube.com/embed/r_tysAKIELs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" class="video" allowfullscreen></iframe>
129+
</div>
130+
131+
## Advanced Format String
132+
133+
### vfprintf internal buffer
134+
135+
<div class="video-container">
136+
<iframe width="840" height="478" src="https://www.youtube.com/watch?v=K690__BET10" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" class="video" allowfullscreen></iframe>
137+
</div>
138+
139+
### Abusing %s and %n
140+
141+
<div class="video-container">
142+
<iframe width="840" height="478" src="https://www.youtube.com/watch?v=FF8SRxMP8Bc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" class="video" allowfullscreen></iframe>
129143
</div>

0 commit comments

Comments
 (0)