Below you will find pages that utilize the taxonomy term “Reversing”
Postsread more
Hello, self: First Steps Into Software Reverse Engineering
Entry Point: _start
Every program has an entry point. For many, it’s the familiar main()
function. For others, it’s a lower-level label like _start
. This post serves as the entry point for this blog, dedicated to the intricate world of software reverse engineering and malware analysis.
My goal is to record my steps as I learn about the layers of abstraction and explore what’s happening under the hood. If you’re interested in the world of turning compiled binaries back into understandable logic, you’re in the right place.