<?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-Caller ermitteln]]></title><description><![CDATA[<p>Hallo zusammen !</p>
<p>Ich habe folgendes Problem. Ich möchte den Aufrufer (Exe-Name oder Fenster-Titel) meiner DLL ermitteln. Und zwar möchte ich damit vermeiden, dass ein anderes Programm als vorgesehen meine dll lädt. Ich möchte damit verhindern, dass ein Hook installiert wird. Weiss jemand Rat ?</p>
<p>Viele Grüße</p>
<p>SciFi</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/106102/dll-caller-ermitteln</link><generator>RSS for Node</generator><lastBuildDate>Mon, 29 Jun 2026 19:04:58 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/106102.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 Apr 2005 06:52:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to DLL-Caller ermitteln on Wed, 06 Apr 2005 06:52:19 GMT]]></title><description><![CDATA[<p>Hallo zusammen !</p>
<p>Ich habe folgendes Problem. Ich möchte den Aufrufer (Exe-Name oder Fenster-Titel) meiner DLL ermitteln. Und zwar möchte ich damit vermeiden, dass ein anderes Programm als vorgesehen meine dll lädt. Ich möchte damit verhindern, dass ein Hook installiert wird. Weiss jemand Rat ?</p>
<p>Viele Grüße</p>
<p>SciFi</p>
]]></description><link>https://www.c-plusplus.net/forum/post/760808</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/760808</guid><dc:creator><![CDATA[SciFi]]></dc:creator><pubDate>Wed, 06 Apr 2005 06:52:19 GMT</pubDate></item><item><title><![CDATA[Reply to DLL-Caller ermitteln on Wed, 06 Apr 2005 07:19:15 GMT]]></title><description><![CDATA[<p>um den pfad zur exe zu kriegen kannste das:<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/getmodulefilename.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/getmodulefilename.asp</a><br />
in kombination mit dem:<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/getmodulehandle.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/getmodulehandle.asp</a><br />
nehmen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/760818</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/760818</guid><dc:creator><![CDATA[net 0]]></dc:creator><pubDate>Wed, 06 Apr 2005 07:19:15 GMT</pubDate></item><item><title><![CDATA[Reply to DLL-Caller ermitteln on Wed, 06 Apr 2005 08:53:54 GMT]]></title><description><![CDATA[<p>Das klappt wunderbar. Vielen Dank für den Tipp !</p>
<p>Viele Grüße</p>
<p>SciFi</p>
]]></description><link>https://www.c-plusplus.net/forum/post/760887</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/760887</guid><dc:creator><![CDATA[SciFi]]></dc:creator><pubDate>Wed, 06 Apr 2005 08:53:54 GMT</pubDate></item><item><title><![CDATA[Reply to DLL-Caller ermitteln on Wed, 06 Apr 2005 11:50:21 GMT]]></title><description><![CDATA[<p>mal ganz davon abgesehen... wieso machste denn überhaupt eine dll wenn nur eine anwendung das nutzen soll?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/761012</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/761012</guid><dc:creator><![CDATA[net 0]]></dc:creator><pubDate>Wed, 06 Apr 2005 11:50:21 GMT</pubDate></item><item><title><![CDATA[Reply to DLL-Caller ermitteln on Wed, 06 Apr 2005 15:50:28 GMT]]></title><description><![CDATA[<p>Weil meine Dll selber ein Hook ist <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/761239</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/761239</guid><dc:creator><![CDATA[SciFi]]></dc:creator><pubDate>Wed, 06 Apr 2005 15:50:28 GMT</pubDate></item></channel></rss>