You are here |
crocidb.com | ||
| | | |
pwning.net
|
|
| | | | CTF Team @ Carnegie Mellon University | |
| | | |
jmmv.dev
|
|
| | | | 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?... | |
| | | |
abstractexpr.com
|
|
| | | | There is probably no debugging tool on Linux that is more valuable and versatile than strace. This tool shows us all the calls a program makes to the operating system, including the data it transmits to the operating system via these calls and the return values sent back by the OS. Therefore, it can give... | |
| | | |
gils-blog.tayar.org
|
|
| | JavaScript, Testing, ES Modules, and other ruminations on software development |