/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

pewpewthespells.com
| | blog.krzyzanowskim.com
2.5 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
| | squanderingti.me
6.4 parsecs away

Travel
| | Sometimes you want to support some crazy LLVM features in Rust and need manual control over the linking process :-).
| | www.jviotti.com
3.1 parsecs away

Travel
| | This article describes a series of approaches for reverse engineering macOS private frameworks
| | timelessname.com
17.2 parsecs away

Travel
| [AI summary] The article details the author's process of creating the smallest possible x86 ELF binary that outputs 'Hello World' on Ubuntu Linux, involving C, assembly, and hex editing to minimize the file size.