|
You are here |
pewpewthespells.com | ||
| | | | |
squanderingti.me
|
|
| | | | | Sometimes you want to support some crazy LLVM features in Rust and need manual control over the linking process :-). | |
| | | | |
blog.krzyzanowskim.com
|
|
| | | | | 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
|
|
| | | | | This article describes a series of approaches for reverse engineering macOS private frameworks | |
| | | | |
www.dgendill.com
|
|
| | | [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. | ||