<?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[Brauche Hilfe!]]></title><description><![CDATA[<p>Hi,</p>
<p>ich brauche Hilfe um eine DLL injection zu schreiben..<br />
Allerdings programmiere ich nicht in C++ sonder in AutoIT.<br />
Das ist auch soweit möglich. Allerdingsverstehe ich den SourceCode den ich wo gefunden habe nicht und bitte um eine erklärung, was passiert bzw wie ich aus dem SourceCode eine DLL compilen kann und dann auch aufzurufen bzw zu injecten.</p>
<p>Hier der Source der DLL:</p>
<pre><code>typedef void (__cdecl * tDoString)(const char * pszExec1, const char * pszExec2, void * pState = 0);
tDoString MyDoString = (tDoString)(0x0077DEF0);
</code></pre>
<p>und hier wie man es aufruft:</p>
<pre><code>MyDoString(&quot;ForceQuit()&quot;,&quot;ForceQuit()&quot;);
</code></pre>
<p>______________________</p>
<p>Meine Fragen sind jetzt<br />
a) wie mache ich jetzt ne DLL daraus (ist das überhaupt nen funktionierender source?)<br />
b) wie kann ich die DLL injecten? Wie würde das ungefähr aussehen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/230163/brauche-hilfe</link><generator>RSS for Node</generator><lastBuildDate>Sun, 27 Sep 2026 11:22:27 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/230163.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 21 Dec 2008 19:53:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Brauche Hilfe! on Sun, 21 Dec 2008 19:53:03 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>ich brauche Hilfe um eine DLL injection zu schreiben..<br />
Allerdings programmiere ich nicht in C++ sonder in AutoIT.<br />
Das ist auch soweit möglich. Allerdingsverstehe ich den SourceCode den ich wo gefunden habe nicht und bitte um eine erklärung, was passiert bzw wie ich aus dem SourceCode eine DLL compilen kann und dann auch aufzurufen bzw zu injecten.</p>
<p>Hier der Source der DLL:</p>
<pre><code>typedef void (__cdecl * tDoString)(const char * pszExec1, const char * pszExec2, void * pState = 0);
tDoString MyDoString = (tDoString)(0x0077DEF0);
</code></pre>
<p>und hier wie man es aufruft:</p>
<pre><code>MyDoString(&quot;ForceQuit()&quot;,&quot;ForceQuit()&quot;);
</code></pre>
<p>______________________</p>
<p>Meine Fragen sind jetzt<br />
a) wie mache ich jetzt ne DLL daraus (ist das überhaupt nen funktionierender source?)<br />
b) wie kann ich die DLL injecten? Wie würde das ungefähr aussehen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1633768</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1633768</guid><dc:creator><![CDATA[i3illig]]></dc:creator><pubDate>Sun, 21 Dec 2008 19:53:03 GMT</pubDate></item><item><title><![CDATA[Reply to Brauche Hilfe! on Sun, 21 Dec 2008 21:20:37 GMT]]></title><description><![CDATA[<p><a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-200753.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-200753.html</a><br />
Besonders wichtig sind Punkt 1 und 2</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1633809</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1633809</guid><dc:creator><![CDATA[vlad_tepesch]]></dc:creator><pubDate>Sun, 21 Dec 2008 21:20:37 GMT</pubDate></item></channel></rss>