Explore >> Select a destination


You are here

pewpewthespells.com
| | 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 :-).
| | 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
| | www.jviotti.com
3.1 parsecs away

Travel
| | This article describes a series of approaches for reverse engineering macOS private frameworks
| | www.dgendill.com
24.6 parsecs away

Travel
| [AI summary] A detailed exploration of using Rust and WebAssembly for system-level programming, focusing on memory management, allocator implementation, and low-level concepts like alignment and size in memory layout.