richm44·4 bulan yang lalu·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·4 bulan yang lalu·discussTry this https://theconversation.com/the-reinhart-rogoff-error-or-how...
richm44·9 bulan yang lalu·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 bulan yang lalu·discussIf that same tool is unable to spot LD_PRELOAD in use then I'd suggest getting a new one. :-)
richm44·10 tahun yang lalu·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.