<?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[Problem mit Hex Werten ändern...]]></title><description><![CDATA[<p>Hi<br />
Habe ein Problem, möchte diesen Wert hier editiren:</p>
<p><a href="http://fugar.de/heck.bmp" rel="nofollow">http://fugar.de/heck.bmp</a></p>
<p>so dazu habe ich schon einen code, nur der geht irgendwie nicht richtig hier erstmal der code:</p>
<p>Code:</p>
<pre><code>int data,buffer; 
if ((data=open (&quot;hack1.exe&quot;, O_RDWR | O_BINARY))!= -1) { 
lseek (data,136422,SEEK_SET);            
buffer=0x20; //für den Wert 2! 
if (write(data,&amp;buffer,2)==2) 
//kein Fehler
</code></pre>
<p>wenn ich den ausführe ändert sich zwar was, aber nicht das richtige!</p>
<p>Könnt ihr helfen???</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/161702/problem-mit-hex-werten-ändern</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 15:16:01 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/161702.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 10 Oct 2006 11:21:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem mit Hex Werten ändern... on Tue, 10 Oct 2006 11:21:04 GMT]]></title><description><![CDATA[<p>Hi<br />
Habe ein Problem, möchte diesen Wert hier editiren:</p>
<p><a href="http://fugar.de/heck.bmp" rel="nofollow">http://fugar.de/heck.bmp</a></p>
<p>so dazu habe ich schon einen code, nur der geht irgendwie nicht richtig hier erstmal der code:</p>
<p>Code:</p>
<pre><code>int data,buffer; 
if ((data=open (&quot;hack1.exe&quot;, O_RDWR | O_BINARY))!= -1) { 
lseek (data,136422,SEEK_SET);            
buffer=0x20; //für den Wert 2! 
if (write(data,&amp;buffer,2)==2) 
//kein Fehler
</code></pre>
<p>wenn ich den ausführe ändert sich zwar was, aber nicht das richtige!</p>
<p>Könnt ihr helfen???</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1152142</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1152142</guid><dc:creator><![CDATA[Gandalf779]]></dc:creator><pubDate>Tue, 10 Oct 2006 11:21:04 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Hex Werten ändern... on Tue, 10 Oct 2006 11:25:28 GMT]]></title><description><![CDATA[<p>der wert 2 ist das nicht 0x02 ??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1152147</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1152147</guid><dc:creator><![CDATA[ser1al]]></dc:creator><pubDate>Tue, 10 Oct 2006 11:25:28 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Hex Werten ändern... on Tue, 10 Oct 2006 11:42:51 GMT]]></title><description><![CDATA[<p>Und wo ist da jetzt der Unterschied hierzu?<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-161642.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-161642.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1152158</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1152158</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Tue, 10 Oct 2006 11:42:51 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Hex Werten ändern... on Tue, 10 Oct 2006 11:45:23 GMT]]></title><description><![CDATA[<blockquote>
<p>buffer=0x20; //für den Wert 2!</p>
</blockquote>
<p>Das würde ich nochmal prüfen</p>
<p>0x20 ist gleich ?? Dez und ist was für ein Zeichen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1152161</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1152161</guid><dc:creator><![CDATA[Christian411]]></dc:creator><pubDate>Tue, 10 Oct 2006 11:45:23 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Hex Werten ändern... on Tue, 10 Oct 2006 15:34:35 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>wenn du schon reines C benutzen willst dann muss data ein FILE-Zeiger sein und kein INT.</p>
<p>FILE *data; //dann kannst du auch open(...) benutzen</p>
<p>edit/<br />
Danach musst du das FILE wider schliesen mit</p>
<p>close(data);</p>
<p>Grüsse</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1152303</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1152303</guid><dc:creator><![CDATA[dlonra]]></dc:creator><pubDate>Tue, 10 Oct 2006 15:34:35 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Hex Werten ändern... on Tue, 10 Oct 2006 17:05:53 GMT]]></title><description><![CDATA[<p>Bitte die Faustregel beachten: ein Thema pro Thread, ein Thread pro Thema. Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1152345</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1152345</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Tue, 10 Oct 2006 17:05:53 GMT</pubDate></item></channel></rss>