Reverse Engineering Challenge - Zed's Frequency
In this challenge, we use IDA to reverse engineer this rather tricky binary. The author tried to throw some rabbit holes in there but we did not fall for his trickery!…
In this challenge, we use IDA to reverse engineer this rather tricky binary. The author tried to throw some rabbit holes in there but we did not fall for his trickery!…
In this blog post, we use Ghidra to reverse engineer a fairly simple binary. No crazy tricks in this challenge just straight reversing!…
In this post we take a look at fairly difficult and confusing challenge to find the secret flag.…
Introduction Hello and welcome back! Today we are going to talk about debugging stripped binaries. Additionally, I'm going to show you how we can bypass ptrace with a debugger. To demonstrate this, we are going to use the secret flag binary [https://www.hackthebox.eu/home/challenges/download/30] from…
In this post we learn how to create a project in Ghidra to reverse engineer a binary.…