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 Linux Bomb Walkthrough – Part2 (Phases 1-3)
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 Linux Bomb Walkthrough – Part1 (Setup)
Intro
I spend a lot of time reading other peoples work and searching through countless sources trying to find the solutions I need to whatever problem I'm tackling at the time. As everyone no doubt knows, the answer is never found in one place and can take a lot of searching to find the combination you … Continue reading Intro