<?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[shellcode ausführen]]></title><description><![CDATA[<p>Hallo ich hab hier einen Shellcode aus einem anderen Beitrag, aber es funktioniert nicht ihn auszuführen ...</p>
<pre><code>#include &lt;iostream&gt;

int main()
{
char sh[]=&quot;\xeb\x1e\x5b\x83\xc3\x8\x31\xc0\x88\x3&quot;
&quot;\x83\xeb\x8\x50\x53\xbb\x85\x25\x86\x7c&quot;
&quot;\xff\xd3\x31\xc0\x50\xbb\xa\xd2\x81\x7c&quot;
&quot;\xff\xd3\xe8\xdd\xff\xff\xff\x63\x61\x6c&quot;
&quot;\x63\x2e\x65\x78\x65\x41&quot;;

int (*call)();
call = ( int(*)() ) &amp;sh;
call();

return 0;
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/313613/shellcode-ausführen</link><generator>RSS for Node</generator><lastBuildDate>Sun, 02 Aug 2026 07:26:01 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/313613.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 Feb 2013 19:15:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to shellcode ausführen on Tue, 05 Feb 2013 19:15:56 GMT]]></title><description><![CDATA[<p>Hallo ich hab hier einen Shellcode aus einem anderen Beitrag, aber es funktioniert nicht ihn auszuführen ...</p>
<pre><code>#include &lt;iostream&gt;

int main()
{
char sh[]=&quot;\xeb\x1e\x5b\x83\xc3\x8\x31\xc0\x88\x3&quot;
&quot;\x83\xeb\x8\x50\x53\xbb\x85\x25\x86\x7c&quot;
&quot;\xff\xd3\x31\xc0\x50\xbb\xa\xd2\x81\x7c&quot;
&quot;\xff\xd3\xe8\xdd\xff\xff\xff\x63\x61\x6c&quot;
&quot;\x63\x2e\x65\x78\x65\x41&quot;;

int (*call)();
call = ( int(*)() ) &amp;sh;
call();

return 0;
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2296285</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2296285</guid><dc:creator><![CDATA[shellcode_lamer]]></dc:creator><pubDate>Tue, 05 Feb 2013 19:15:56 GMT</pubDate></item><item><title><![CDATA[Reply to shellcode ausführen on Tue, 05 Feb 2013 19:23:26 GMT]]></title><description><![CDATA[<p>Der is von mir du musst die Adressen anpassen ...</p>
<p>Schau mal hier wenn du was über Shellcodes lernen willst: <a href="http://projectshellcode.com/?q=node/12" rel="nofollow">http://projectshellcode.com/?q=node/12</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2296286</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2296286</guid><dc:creator><![CDATA[Bassmaster]]></dc:creator><pubDate>Tue, 05 Feb 2013 19:23:26 GMT</pubDate></item><item><title><![CDATA[Reply to shellcode ausführen on Wed, 06 Feb 2013 08:13:35 GMT]]></title><description><![CDATA[<p>@shellcode_lamer :<br />
Ich hoffe du kanst wenigstens die Grundlagen in C und C++. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p>Einige Shellcoder scheinen dies nämlich nicht zu können.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2296362</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2296362</guid><dc:creator><![CDATA[Bitte ein Bit]]></dc:creator><pubDate>Wed, 06 Feb 2013 08:13:35 GMT</pubDate></item><item><title><![CDATA[Reply to shellcode ausführen on Wed, 06 Feb 2013 09:09:16 GMT]]></title><description><![CDATA[<p>Erzeug deinen Shellcode lieber damit: <a href="http://code.google.com/p/asmjit/" rel="nofollow">http://code.google.com/p/asmjit/</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2296377</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2296377</guid><dc:creator><![CDATA[Ethon]]></dc:creator><pubDate>Wed, 06 Feb 2013 09:09:16 GMT</pubDate></item></channel></rss>