Write-Up redpwnCTF 2020 – fetusmaze

Fetusmaze Overview We are given a binary written in assembly, so the decompilation produced by ghidra at first is quite bad. The code at the entry point is simple, so after a bit of analysis we discover it simply asks for input, calls a function and prints the flag if the return value is 1. […]

Read more