<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[DLL vom Process detachen?]]></title><description><![CDATA[<p>Hey,</p>
<p>Wenn ich ein Programm habe und weiß, dass eine DLL mit dem Namen &quot;DLL1.dll&quot; in den Prozess injiziert wird. Kann ich die DLL dann detachen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/299470/dll-vom-process-detachen</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 06:12:29 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/299470.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 11 Feb 2012 19:39:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to DLL vom Process detachen? on Sat, 11 Feb 2012 19:39:31 GMT]]></title><description><![CDATA[<p>Hey,</p>
<p>Wenn ich ein Programm habe und weiß, dass eine DLL mit dem Namen &quot;DLL1.dll&quot; in den Prozess injiziert wird. Kann ich die DLL dann detachen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2179929</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2179929</guid><dc:creator><![CDATA[Mammutbär]]></dc:creator><pubDate>Sat, 11 Feb 2012 19:39:31 GMT</pubDate></item><item><title><![CDATA[Reply to DLL vom Process detachen? on Sat, 11 Feb 2012 19:52:15 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>keine Ahnung ob du faul, dumm, vergesslich oder böse bist (oder ich nicht weiß, dass das mit Standard-C++ geht) aber dafür gibt es spezielle Foren. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /><br />
Willst du das portabel? Ansonsten <a href="http://www.c-plusplus.net/forum/f4" rel="nofollow">WINAPI</a>...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2179930</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2179930</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Sat, 11 Feb 2012 19:52:15 GMT</pubDate></item><item><title><![CDATA[Reply to DLL vom Process detachen? on Sat, 11 Feb 2012 20:02:18 GMT]]></title><description><![CDATA[<p>Weiß nicht ob ich nicht abschweife, aber...</p>
<pre><code class="language-cpp">DllMain(HandleZumDLLModul,
        DLL_PROCESS_DETACH,
        NULL);
</code></pre>
<p>Wenn du das so rufen kannst, sollte das funktionieren.<br />
Das ist jetzt übrigens auch aus der Win-API.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2179931</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2179931</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Sat, 11 Feb 2012 20:02:18 GMT</pubDate></item></channel></rss>