Explore >> Select a destination


You are here

goggleheadedhacker.com
| | opguides.info
14.2 parsecs away

Travel
| | Chapter 35 - Reverse Engineering # Software # Anyone know of good resources for learning binary reversing? Not particular tools necessarily, but like theory and how to think @XMPPwocky on Twitter An Opinionated Guide on How To Reverse Engineer Software is decent. for me personally: know some assembly, and in particular make sure you know the calling conventions for your platform. when starting out, do it on binaries you can actually run in a debugger and see whats actually happening at runtime.
| | www.jaybosamiya.com
14.2 parsecs away

Travel
| | To either solve an RE challenge, or to be able to pwn it, one must first analyze the given binary, in order to be able to effectively exploit it. Since the binary might possibly be stripped etc (found using file) one must know where to begin analysis, to get a foothold to build up from.
| | www.trickster.dev
14.6 parsecs away

Travel
| | Code level discussion of web scraping, gray hat automation, growth hacking and bounty hunting
| | thisdavej.com
32.9 parsecs away

Travel
| This article has been updated to cover the installation of Raspbian Bullseye Lite. In this tutorial, we're going to build a highly optimized Raspberry Pi system that runs very lean on resources with the help of Raspbian lite. Whereas a baseline Raspbian system consumes around 158 MB of RAM, Raspbian lite runs at a mere 34 MB. To achieve this lighter weight footprint, we must give up the graphical user interface (GUI); however, we'll include steps in the build (and tips) to help us work productively without a GUI.