/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

crawshaw.io
| | www.airs.com
1.8 parsecs away

Travel
| | [AI summary] An article explaining how Position Independent Executables (PIE) enable Address Space Layout Randomization (ASLR) to improve system security and detailing the technical differences in compiling such executables.
| | www.technovelty.org
2.7 parsecs away

Travel
| |
| | 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.bell-labs.com
16.1 parsecs away

Travel
| [AI summary] The text provides an in-depth overview of the history, design, and evolution of the C programming language. It discusses the origins of C, its development from the B language, and key contributions by Dennis Ritchie and others. The text also covers the standardization process, notable features of C, and its impact on modern programming. It includes references to important publications and historical documents.