<feed xmlns="http://www.w3.org/2005/Atom"> <id>/</id><title>Nemuel</title><subtitle>Vulnerability Research. Exploit Development. Malware Development.</subtitle> <updated>2026-01-18T18:32:53+00:00</updated> <author> <name>Nemuel Wainaina</name> <uri>/</uri> </author><link rel="self" type="application/atom+xml" href="/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 Nemuel Wainaina </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Windows Malware: Mutexes</title><link href="/posts/mutexes/" rel="alternate" type="text/html" title="Windows Malware: Mutexes" /><published>2024-04-15T00:00:00+00:00</published> <updated>2024-04-15T00:00:00+00:00</updated> <id>/posts/mutexes/</id> <content type="text/html" src="/posts/mutexes/" /> <author> <name>Nemuel Wainaina</name> </author> <category term="Windows Malware" /> <category term="Evasion and stealth" /> <summary>A mutex, short for mutual exclusion, is an object that controls access to a shared resource by multiple processes or threads. It ensures that a resource cannot be accessed simultaneously by multiple processes or threads. Mutexes are used for several legitimate purposes in operating systems, such as inter-process communication, synchronization of threads and resource management. Context Often...</summary> </entry> </feed>
