Importing and Using My VMs
If you're like me you've had trouble following along with a tutorial. I provide you with my VMs so you can follow along with ease!…
If you're like me you've had trouble following along with a tutorial. I provide you with my VMs so you can follow along with ease!…
In this blog post, we tackle another Windows binary. Reverse engineering is truly an art. I hope you enjoy this masterpiece.…
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 from an earlier challenge. This binary was…
In this post we learn how to create a project in Ghidra to reverse engineer a binary.…
In this post we take a look at fairly difficult and confusing challenge to find the secret flag.…
This challenge was really rather tricky. The password is there all along but you really have to read between the spaces. Check out how I solved this very interesting challenge!…
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 develop a simple Python script to create a keygen for this binary.…