HackerTrans
TopNewTrendsCommentsPastAskShowJobs

richm44

no profile record

comments

richm44
·4 miesiące temu·discuss
SBOMs 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 miesiące temu·discuss
Try this https://theconversation.com/the-reinhart-rogoff-error-or-how...
richm44
·9 miesięcy temu·discuss
Here'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 miesięcy temu·discuss
If that same tool is unable to spot LD_PRELOAD in use then I'd suggest getting a new one. :-)
richm44
·10 lat temu·discuss
I'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.