Explore >> Select a destination


You are here

eli.thegreenplace.net
| | shrik3.com
1.6 parsecs away

Travel
| | [AI summary] The user provided a detailed explanation of dynamic linking in the context of ELF binaries, covering topics such as the ELF format, symbol resolution, the dynamic linker, and various tools and functions involved in the process. They also mentioned other resources for further reading and included some additional content about the a.out format and other programming concepts. The user's message seems to be a comprehensive overview of dynamic linking and related topics, possibly for educational or reference purposes.
| | yosefk.com
2.9 parsecs away

Travel
| | We discuss how to make sure that your access to TLS (thread-local storage) is fast, and how the presence of constructors and shared libraries affects the access time.
| | cronop-io.github.io
3.3 parsecs away

Travel
| | Walkthrough of a simple binary exploitation
| | venam.net
20.8 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...