I've been working on my programming recently to help improve my reverse engineering skills and I've just finished writing my first reverse engineering capture the flag. I've tried to make the assembly as clear and simple as possible, whilst still remaining challenging, to allow inexperienced REs to be able to step through and really get … Continue reading [RE] Zombieland CTF – Reverse Engineering for Beginners
Category: Reverse Engineering
[RE] Linux Bomb Walkthrough – Part3 (Phases 4-6)
Welcome to part 3 of 3 of this RE walkthrough. If you've somehow jumped straight in here, go look up the first 2 parts to catch up. PHASE 4 I'll start this write-up with the debugger paused at the first instruction within the phase_4 function. At first glance, this looks like its a lot simpler than … Continue reading [RE] Linux Bomb Walkthrough – Part3 (Phases 4-6)
[RE] Linux Bomb Walkthrough – Part2 (Phases 1-3)
Welcome to part 2. This will go through the phases of the Linux Bomb binary provided by Open Security Training. Check out their training if you're a beginner looking to develop your assembly skills. You can also grab the binary from their. http://opensecuritytraining.info/IntroX86.html If you need a help setting up, check Part 1 of this … Continue reading [RE] Linux Bomb Walkthrough – Part2 (Phases 1-3)
[RE] Linux Bomb Walkthrough – Part1 (Setup)
If you're looking for a beginner CTF style challenge for reverse engineering, look no further than the Linux Bomb provided by Open Security Training. Don't let the Linux part put you off! Its an excellent test of your understanding of some of the key concepts of assembly. You can get the binary and the training … Continue reading [RE] Linux Bomb Walkthrough – Part1 (Setup)