Skip to content

Commit

Permalink
fix typo in house-of-tangerine
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Kyle committed May 16, 2024
1 parent 73d15a8 commit 7021144
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion glibc_2.31/house_of_tangerine.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* *to make the PoC more reliable we need to malloc and probe the current top chunk size,
* this should be predictable in an actual exploit and therefore, can be removed to get 5 malloc calls instead
*
* Special Thanks to pepsipu for creating the challenge "High Frequency Trading"
* Special Thanks to pepsipu for creating the challenge "High Frequency Troubles"
* from Pico CTF 2024 that inspired this exploitation technique
*/
int main() {
Expand Down
2 changes: 1 addition & 1 deletion glibc_2.32/house_of_tangerine.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* *to make the PoC more reliable we need to malloc and probe the current top chunk size,
* this should be predictable in an actual exploit and therefore, can be removed to get 5 malloc calls instead
*
* Special Thanks to pepsipu for creating the challenge "High Frequency Trading"
* Special Thanks to pepsipu for creating the challenge "High Frequency Troubles"
* from Pico CTF 2024 that inspired this exploitation technique
*/
int main() {
Expand Down
2 changes: 1 addition & 1 deletion glibc_2.33/house_of_tangerine.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* *to make the PoC more reliable we need to malloc and probe the current top chunk size,
* this should be predictable in an actual exploit and therefore, can be removed to get 5 malloc calls instead
*
* Special Thanks to pepsipu for creating the challenge "High Frequency Trading"
* Special Thanks to pepsipu for creating the challenge "High Frequency Troubles"
* from Pico CTF 2024 that inspired this exploitation technique
*/
int main() {
Expand Down
2 changes: 1 addition & 1 deletion glibc_2.34/house_of_tangerine.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* *to make the PoC more reliable we need to malloc and probe the current top chunk size,
* this should be predictable in an actual exploit and therefore, can be removed to get 5 malloc calls instead
*
* Special Thanks to pepsipu for creating the challenge "High Frequency Trading"
* Special Thanks to pepsipu for creating the challenge "High Frequency Troubles"
* from Pico CTF 2024 that inspired this exploitation technique
*/
int main() {
Expand Down
2 changes: 1 addition & 1 deletion glibc_2.35/house_of_tangerine.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* *to make the PoC more reliable we need to malloc and probe the current top chunk size,
* this should be predictable in an actual exploit and therefore, can be removed to get 5 malloc calls instead
*
* Special Thanks to pepsipu for creating the challenge "High Frequency Trading"
* Special Thanks to pepsipu for creating the challenge "High Frequency Troubles"
* from Pico CTF 2024 that inspired this exploitation technique
*/
int main() {
Expand Down
2 changes: 1 addition & 1 deletion glibc_2.36/house_of_tangerine.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* *to make the PoC more reliable we need to malloc and probe the current top chunk size,
* this should be predictable in an actual exploit and therefore, can be removed to get 5 malloc calls instead
*
* Special Thanks to pepsipu for creating the challenge "High Frequency Trading"
* Special Thanks to pepsipu for creating the challenge "High Frequency Troubles"
* from Pico CTF 2024 that inspired this exploitation technique
*/
int main() {
Expand Down
2 changes: 1 addition & 1 deletion glibc_2.37/house_of_tangerine.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* *to make the PoC more reliable we need to malloc and probe the current top chunk size,
* this should be predictable in an actual exploit and therefore, can be removed to get 5 malloc calls instead
*
* Special Thanks to pepsipu for creating the challenge "High Frequency Trading"
* Special Thanks to pepsipu for creating the challenge "High Frequency Troubles"
* from Pico CTF 2024 that inspired this exploitation technique
*/
int main() {
Expand Down
2 changes: 1 addition & 1 deletion glibc_2.38/house_of_tangerine.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* *to make the PoC more reliable we need to malloc and probe the current top chunk size,
* this should be predictable in an actual exploit and therefore, can be removed to get 5 malloc calls instead
*
* Special Thanks to pepsipu for creating the challenge "High Frequency Trading"
* Special Thanks to pepsipu for creating the challenge "High Frequency Troubles"
* from Pico CTF 2024 that inspired this exploitation technique
*/
int main() {
Expand Down

0 comments on commit 7021144

Please # to comment.