/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

begriffs.com
| | blog.krzyzanowskim.com
2.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
| | venam.net
3.4 parsecs away

Travel
| | An executable is something that causes a computer to perform some tasks according to encoded instructions. It's in opposition to a data file which must be parsed by another program to be meaningful, for example an image or video. The instructions are usually in machine code, read by the cpu and so dependent on the cpu architecture. An ex...
| | dcreager.net
2.2 parsecs away

Travel
| | [AI summary] This technical guide explains the complexities of versioning shared libraries in C and C++, covering semantic versioning, the distinction between source APIs and binary ABIs, libtool versioning rules, and filename conventions across different build systems.
| | blog.nuculabs.dev
5.2 parsecs away

Travel
| I've recently finished reading a book called Practical Binary Analysis which I consider a state of the art book (review will come soon) and I would like to post my solution to the crackme found in chapter 5.