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