Explore >> Select a destination


You are here

werat.dev
| | www.humprog.org
3.5 parsecs away

Travel
| | [AI summary] This blog post discusses the creation of custom program headers in ELF files to embed one ELF object inside another, enabling the inner object to be loadable when the outer object runs. The author outlines a method using a modified linker script, m4 processing, and a C program to adjust file offsets. The post also touches on broader implications for system design and user-space prototyping of Unix extensions.
| | cronop-io.github.io
3.0 parsecs away

Travel
| | Walkthrough of a simple binary exploitation
| | www.lukas-barth.net
3.9 parsecs away

Travel
| | This article explores how to exploit side effects during dynamic initialization. It gives an overview over how dynamic initialization works in a typical C++ executable on Linux.
| | nagekar.com
23.0 parsecs away

Travel
| [AI summary] The author discusses developing a TCP banner grabbing utility in C, encountering issues with port scanning and banner interpretation, and seeks feedback on the code.