UTCTF Writeups

[Reverse Engineering] by DarkEnigma Challenge 1: [basic] reverse engineering (50 pts)Solution: just find a flag in strings window 🙂 flag: utflag{str1ngs_1s_y0ur_fr13nd} Challenge 2: babymips (50 pts)Solution: I using Ghidra to see assembly easier 😉 XOR algorithm to get a flag First i using exeinfoPE to view some information: ~ OK, a 32bit of ELF execuableContinue reading “UTCTF Writeups”

Tic Tac Toe – Batamlinux CTF Writeup

link challenge: http://ctf.batamlinux.com/challenges#Tic%20Tac%20Toe (Reverse Engineering) First i need information of tictactoe so i used exeinfoPE Solution: I found a “big” bug in this file could be shown a flag without playing a minigame :). It’s true ?, YES !!!, a flag contained in function mem(), now I’ll analysis all function in TicTacToe Main()TicTacToe is aContinue reading “Tic Tac Toe – Batamlinux CTF Writeup”

Design a site like this with WordPress.com
Get started