/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

www.caichinger.com
| | jmmv.dev
1.5 parsecs away

Travel
| | In a recent work discussion, I came across an argument that didn't sound quite right. The claim was that we needed to set up containers in our developer machines in order to run tests against a modern glibc. The justifications were that using LD_LIBRARY_PATH to load a different glibc didn't work and statically linking glibc wasn't possible either. But... running a program against a version of glibc that's different from the one installed on the system seems like a pretty standard requirement, doesn't it?...
| | timelessname.com
1.2 parsecs away

Travel
| | [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.
| | g-w1.github.io
1.0 parsecs away

Travel
| | See part 2 for this post here
| | blog.flanker017.me
22.0 parsecs away

Travel
| Testing Empire as post-exploitation framework in domain environment Due to recent research on Red-Blue Team Operations, I became interested in various post-exploitation framework. Since the widely ...