ioc.exchange is one of the many independent Mastodon servers you can use to participate in the fediverse.
INDICATORS OF COMPROMISE (IOC) InfoSec Community within the Fediverse. Newbies, experts, gurus - Everyone is Welcome! Instance is supposed to be fast and secure.

Administered by:

Server stats:

1.3K
active users

#strace

1 post1 participant0 posts today
HoldMyType<p><a href="https://mathstodon.xyz/tags/Systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Systemd</span></a> Hardening Helper - Automatic systemd service hardening guided by <a href="https://mathstodon.xyz/tags/strace" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>strace</span></a> profiling <br><a href="https://github.com/desbma/shh" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/desbma/shh</span><span class="invisible"></span></a></p>
linux10 Must-Know Linux Commands You Probably Missed – Part 4 Discover 10 essential Linux commands y...<br><br><a href="https://www.linuxtoday.com/blog/10-must-know-linux-commands-you-probably-missed-part-4/" rel="nofollow noopener noreferrer" target="_blank">https://www.linuxtoday.com/blog/10-must-know-linux-commands-you-probably-missed-part-4/</a><br><br><a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Blog" target="_blank">#Blog</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/disown" target="_blank">#disown</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/-a" target="_blank">#-a</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/&amp;&amp;" target="_blank">#&amp;&amp;</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/exit" target="_blank">#exit</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Command" target="_blank">#Command</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Linux" target="_blank">#Linux</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Commands" target="_blank">#Commands</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Linux" target="_blank">#Linux</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/tips" target="_blank">#tips</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/strace" target="_blank">#strace</a><br><br><a href="https://awakari.com/pub-msg.html?id=RoOit5zk6gwT3tGKDhXyQfcYhqC&amp;interestId=linux" rel="nofollow noopener noreferrer" target="_blank">Result Details</a>
Simon Tatham<p>If you run a <a href="https://hachyderm.io/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> program in <a href="https://hachyderm.io/tags/strace" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>strace</span></a>, usually the start of the log shows it trying to load a ton of shared libraries, and for each one, trying the same file name in all your LD_LIBRARY_PATH directories until it finds it. So you mostly see file-open operations _failing_, with ENOENT.</p><p>To a novice strace reader, it looks as if something has already gone horribly wrong! But it hasn't – this is all normal, and as expected. Each of those ENOENT is technically "an error", but not a _bad_ error, because ld.so just moves on to the next in its big list of things to try, and one works in the end.</p><p>Errors happen _all the time_ in the guts of a computer system, and most of them are not even interesting – just business as usual. The event an end user thinks of as "an error" is the case where the program _doesn't_ have a fallback plan. Those are often outnumbered by the cases where it does!</p>
Stewart Russell<p>TIL that a trivial Python3 OpenCV program (open an image, attempt to display it in a window) on a Raspberry Pi tries to open over 2800 shared libraries</p><p>(EDIT: more like nearly 1400, 'cos strace opens the symbolic link and the library ... but still)</p><p><a href="https://xoxo.zone/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> <a href="https://xoxo.zone/tags/OpenCV" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenCV</span></a> <a href="https://xoxo.zone/tags/strace" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>strace</span></a> <a href="https://xoxo.zone/tags/RaspberryPi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi</span></a> <a href="https://xoxo.zone/tags/NotLookingForAdvice" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NotLookingForAdvice</span></a></p>
Ron Bowes<p>Process injection shenanigans are dear to my heart - it's one of the first things I ever learned in security.</p><p>Inspired by an Akamai blog last month, this blog digs into techniques to tinker with other processes on Linux, and show you how to write a little debugger in C!</p><p><a href="https://www.labs.greynoise.io/grimoire/2025-01-28-process-injection/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">labs.greynoise.io/grimoire/202</span><span class="invisible">5-01-28-process-injection/</span></a></p><p><a href="https://infosec.exchange/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://infosec.exchange/tags/reversing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>reversing</span></a> <a href="https://infosec.exchange/tags/strace" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>strace</span></a> <a href="https://infosec.exchange/tags/ptrace" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ptrace</span></a> <a href="https://infosec.exchange/tags/gdb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gdb</span></a></p>