-
Pointytail
Pointy Tail Description You can download the challenge here Author: Neobeo Types in .NET are so confusing: should a Point type be a struct or a class? Let’s have one of each, just to compare. nc fun.chall.seetf.sg 50007 MD5: 211020d68a6243fa5572b360b27eb8d Introduction In this challenge we are given 6 files including the Dockerfile. The c... Read More
-
Cyber Jawara Quick Maffs
Introduction 1 + 1 = 2, e^2 that’s 9? maybe? idk. Author: circleous#0587 Untuk download challengenya kalian bisa download di sini Untuk referensi v8 typer bug kalian bisa lihat di sini. Hint dari author: function foo() { return Object.is(Math.exp(NaN), NaN); } Setup Didalam zip file sudah ada README.md bisa kalian baca, tapi disini saya... Read More
-
Padnote
Introduction I proudly released the world most secure note after aggressively tested the source code with AFL and CodeQL, and didn’t find any bugs. Author: ptr-yudai You can download the challenge archive from here The Bug Lets look the source code, the bug is in EditNote function 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2... Read More