<?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[.Exe Datei möchte ich als HEX öffnen]]></title><description><![CDATA[<p>In ListBox1 möchte Ich .EXE datei als Hex öfnnen.<br />
Ich habe so geschrieben,aber nichts gegangen.</p>
<pre><code class="language-cpp">char c;
FILE *Datei;
Dosya=fopen(&quot;mein.exe&quot;,&quot;r+b&quot;);
c=fgetc(Datei);
while(!feof(Datei));
{
putchar(c);
c=fgetc(Datei);
ListBox1-&gt;Items-&gt;Add(c) ;
fclose(Datei);

}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/82135/exe-datei-möchte-ich-als-hex-öffnen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 01 Jul 2026 03:06:49 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/82135.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 08 Aug 2004 13:38:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to .Exe Datei möchte ich als HEX öffnen on Sun, 08 Aug 2004 13:38:31 GMT]]></title><description><![CDATA[<p>In ListBox1 möchte Ich .EXE datei als Hex öfnnen.<br />
Ich habe so geschrieben,aber nichts gegangen.</p>
<pre><code class="language-cpp">char c;
FILE *Datei;
Dosya=fopen(&quot;mein.exe&quot;,&quot;r+b&quot;);
c=fgetc(Datei);
while(!feof(Datei));
{
putchar(c);
c=fgetc(Datei);
ListBox1-&gt;Items-&gt;Add(c) ;
fclose(Datei);

}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/577811</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/577811</guid><dc:creator><![CDATA[Mr.Spak]]></dc:creator><pubDate>Sun, 08 Aug 2004 13:38:31 GMT</pubDate></item><item><title><![CDATA[Reply to .Exe Datei möchte ich als HEX öffnen on Sun, 08 Aug 2004 16:00:33 GMT]]></title><description><![CDATA[<p><a href="http://www.c-plusplus.net/forum/viewtopic.php?t=80206&amp;highlight=hexedit" rel="nofollow">Hier</a> findest du Beispielcode für einen HexEditor.</p>
<p>Ansonsten benutze mal die Suchfunktion zum Stichwort 'binär öffnen'.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/577853</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/577853</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Sun, 08 Aug 2004 16:00:33 GMT</pubDate></item><item><title><![CDATA[Reply to .Exe Datei möchte ich als HEX öffnen on Sun, 08 Aug 2004 17:58:32 GMT]]></title><description><![CDATA[<p>danke jansen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/577907</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/577907</guid><dc:creator><![CDATA[Mr.Spak]]></dc:creator><pubDate>Sun, 08 Aug 2004 17:58:32 GMT</pubDate></item></channel></rss>