Follow the white rabbit TL;DR Hacking a Unity game to access hidden areas and patch new content in Description This is the second part of a two part series. In this part, we’ll try to implement more hacks and patch more content into the game Recap In part 1, we discovered the first flag as […]
Monthly Archives: October 2020
Ransomware Part II
castorsCTF2020 TL;DR Investigating a Ransomware attack and trying to reverse the process Description This is the second part of a two part series. In this part, we’ll apply the knowledge we got from analysing the executable in part 1 and reverse the encrypted image Recap In part 1, we discovered that the executable contacts a […]
Ransomware Part I
castorsCTF2020 TL;DR Investigating a Ransomware attack and try to reverse the process Description Ransomware has been an increasing problem for companies as well as normal internet users. Criminals use malware to encrypt files on your computer and they’ll only give you the decryption key if you transfer them a specified amount of money. castorsCTFs Ransom […]
Game Hacking Part I
Follow the white rabbit TL;DR Hacking a Unity game to access hidden areas and patch new content in Description Since I’ve encountered a hacker for the first time in a game, I’ve always wondered how they manage to exploit the mechanics in a way to fly or become unvincible. After I started participating in CTFs, […]
TJCTF 2020
Gamer R TL;DR Reverse a Unity game and patch it to get the flag Description This challenge was the last Reversing challenge for TJCTF and gave 80 points. The challenge provided you with a folder that contained a binary as well as several Unity related files and libraries. The game itself was pretty simple. All […]