richm44·4 ay önce·discussSBOMs are more an attempt to solve some of the problems introduced by software reuse. https://archive.fosdem.org/2025/schedule/track/sbom/ has some interesting talks about the successes and failures of them.
richm44·9 ay önce·discussHere's an example I made a while ago of how easy it is to use LD_PRELOAD to hook things and change file contents etc. https://github.com/richmoore/reciprocity
richm44·9 ay önce·discussIf that same tool is unable to spot LD_PRELOAD in use then I'd suggest getting a new one. :-)
richm44·10 yıl önce·discussI'd like a standardised function to clear a block of memory that is guaranteed to not be optimised out, and a constant time compare function.