File tree 1 file changed +17
-3
lines changed 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ Contents:
43
43
* **Return Oriented Programming (ROP)**
44
44
* **Return to Libc (ret2libc)**
45
45
* **Making stack executable with malicious mprotect call**
46
-
47
-
48
-
46
+ * **Advanced Format String**
47
+ * **vfprintf internal buffer**
48
+ * **Abusing %s and %n**
49
49
50
50
## Endianness
51
51
@@ -126,4 +126,18 @@ Contents:
126
126
127
127
<div class =" video-container " >
128
128
<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>
129
143
</div >
You can’t perform that action at this time.
0 commit comments