Skip to content

Commit 7021144

Browse files
committed
fix typo in house-of-tangerine
1 parent 73d15a8 commit 7021144

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

glibc_2.31/house_of_tangerine.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* *to make the PoC more reliable we need to malloc and probe the current top chunk size,
5050
* this should be predictable in an actual exploit and therefore, can be removed to get 5 malloc calls instead
5151
*
52-
* Special Thanks to pepsipu for creating the challenge "High Frequency Trading"
52+
* Special Thanks to pepsipu for creating the challenge "High Frequency Troubles"
5353
* from Pico CTF 2024 that inspired this exploitation technique
5454
*/
5555
int main() {

glibc_2.32/house_of_tangerine.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* *to make the PoC more reliable we need to malloc and probe the current top chunk size,
5050
* this should be predictable in an actual exploit and therefore, can be removed to get 5 malloc calls instead
5151
*
52-
* Special Thanks to pepsipu for creating the challenge "High Frequency Trading"
52+
* Special Thanks to pepsipu for creating the challenge "High Frequency Troubles"
5353
* from Pico CTF 2024 that inspired this exploitation technique
5454
*/
5555
int main() {

glibc_2.33/house_of_tangerine.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* *to make the PoC more reliable we need to malloc and probe the current top chunk size,
5050
* this should be predictable in an actual exploit and therefore, can be removed to get 5 malloc calls instead
5151
*
52-
* Special Thanks to pepsipu for creating the challenge "High Frequency Trading"
52+
* Special Thanks to pepsipu for creating the challenge "High Frequency Troubles"
5353
* from Pico CTF 2024 that inspired this exploitation technique
5454
*/
5555
int main() {

glibc_2.34/house_of_tangerine.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* *to make the PoC more reliable we need to malloc and probe the current top chunk size,
5050
* this should be predictable in an actual exploit and therefore, can be removed to get 5 malloc calls instead
5151
*
52-
* Special Thanks to pepsipu for creating the challenge "High Frequency Trading"
52+
* Special Thanks to pepsipu for creating the challenge "High Frequency Troubles"
5353
* from Pico CTF 2024 that inspired this exploitation technique
5454
*/
5555
int main() {

glibc_2.35/house_of_tangerine.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* *to make the PoC more reliable we need to malloc and probe the current top chunk size,
5050
* this should be predictable in an actual exploit and therefore, can be removed to get 5 malloc calls instead
5151
*
52-
* Special Thanks to pepsipu for creating the challenge "High Frequency Trading"
52+
* Special Thanks to pepsipu for creating the challenge "High Frequency Troubles"
5353
* from Pico CTF 2024 that inspired this exploitation technique
5454
*/
5555
int main() {

glibc_2.36/house_of_tangerine.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* *to make the PoC more reliable we need to malloc and probe the current top chunk size,
5050
* this should be predictable in an actual exploit and therefore, can be removed to get 5 malloc calls instead
5151
*
52-
* Special Thanks to pepsipu for creating the challenge "High Frequency Trading"
52+
* Special Thanks to pepsipu for creating the challenge "High Frequency Troubles"
5353
* from Pico CTF 2024 that inspired this exploitation technique
5454
*/
5555
int main() {

glibc_2.37/house_of_tangerine.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* *to make the PoC more reliable we need to malloc and probe the current top chunk size,
5050
* this should be predictable in an actual exploit and therefore, can be removed to get 5 malloc calls instead
5151
*
52-
* Special Thanks to pepsipu for creating the challenge "High Frequency Trading"
52+
* Special Thanks to pepsipu for creating the challenge "High Frequency Troubles"
5353
* from Pico CTF 2024 that inspired this exploitation technique
5454
*/
5555
int main() {

glibc_2.38/house_of_tangerine.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* *to make the PoC more reliable we need to malloc and probe the current top chunk size,
5050
* this should be predictable in an actual exploit and therefore, can be removed to get 5 malloc calls instead
5151
*
52-
* Special Thanks to pepsipu for creating the challenge "High Frequency Trading"
52+
* Special Thanks to pepsipu for creating the challenge "High Frequency Troubles"
5353
* from Pico CTF 2024 that inspired this exploitation technique
5454
*/
5555
int main() {

0 commit comments

Comments
 (0)