Explore >> Select a destination


You are here

etherealwake.com
| | www.lukas-barth.net
3.1 parsecs away

Travel
| | This article explores how to exploit side effects during dynamic initialization. It gives an overview over how dynamic initialization works in a typical C++ executable on Linux.
| | blog.thea.codes
2.5 parsecs away

Travel
| | A deep look into the black magic that is linker scripts.
| | shrik3.com
3.5 parsecs away

Travel
| | [AI summary] A technical blog post explains the ELF binary format, dynamic linking, and the roles of the dynamic linker, GOT, PLT, and symbol tables using command-line examples.
| | blog.molecular-matters.com
12.9 parsecs away

Travel
| All source code snippets found on this blog are subject to the MIT license: // The MIT License(MIT) // // Copyright(c) 2012-2017 Stefan Reinalter // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software...