Explore >> Select a destination


You are here

crawshaw.io
| | blog.krzyzanowskim.com
3.1 parsecs away

Travel
| | what? In short: dynamic linking happened. Dynamic linking - what it is? It's an operation that happens when part of the code spreads across different files (called libraries), and the binary content of the library is loaded in runtime. A dynamic linker (which is a system tool) finds a symbol
| | www.technovelty.org
2.7 parsecs away

Travel
| |
| | bellard.org
3.4 parsecs away

Travel
| | [AI summary] The author describes the Obfuscated Tiny C Compiler (OTCC), a minimal self-hosting C compiler created for the IOCCC that generated portable i386 ELF executables from a 2048-byte source code limit.
| | www.lukas-barth.net
19.8 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.