<?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 WriteProcessMemory]]></title><description><![CDATA[<p>Hi zusammen,</p>
<p>ich habe ein problem mit der oben genannten funktion.<br />
Mit ReadProzessMemory funktioniert alles bestens.</p>
<p>Mit GetLastError bekomme ich als Fehlermeldung folgendes:</p>
<p>Runtime Error!<br />
This application has requested the Runtime to terminate it in an unusual way.</p>
<p>hier mal der code dazu:</p>
<pre><code>HANDLE hProcess;
unsigned long dwProcessIdmn;
unsigned adress = 0x41D090;

int buffer = 0;
DWORD rw = 0;
char ich[1];

ich[1] = 12;

GetWindowThreadProcessId( hWnd, &amp;dwProcessIdmn );
hProcess = OpenProcess (PROCESS_VM_READ,FALSE,dwProcessIdmn);

WriteProcessMemory(hProcess,(LPVOID)adress1,&amp;ich,1 ,NULL);

::CloseHandle(hProcess);
</code></pre>
<p>ich hoffe ihr könnt mir helfen.<br />
wie gesagt lese kann ich vin der adresse nur schreiben geht nicht..:(</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/48246/problem-mit-writeprocessmemory</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 10:56:41 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/48246.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 06 Sep 2003 21:53:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem mit WriteProcessMemory on Sat, 06 Sep 2003 21:53:22 GMT]]></title><description><![CDATA[<p>Hi zusammen,</p>
<p>ich habe ein problem mit der oben genannten funktion.<br />
Mit ReadProzessMemory funktioniert alles bestens.</p>
<p>Mit GetLastError bekomme ich als Fehlermeldung folgendes:</p>
<p>Runtime Error!<br />
This application has requested the Runtime to terminate it in an unusual way.</p>
<p>hier mal der code dazu:</p>
<pre><code>HANDLE hProcess;
unsigned long dwProcessIdmn;
unsigned adress = 0x41D090;

int buffer = 0;
DWORD rw = 0;
char ich[1];

ich[1] = 12;

GetWindowThreadProcessId( hWnd, &amp;dwProcessIdmn );
hProcess = OpenProcess (PROCESS_VM_READ,FALSE,dwProcessIdmn);

WriteProcessMemory(hProcess,(LPVOID)adress1,&amp;ich,1 ,NULL);

::CloseHandle(hProcess);
</code></pre>
<p>ich hoffe ihr könnt mir helfen.<br />
wie gesagt lese kann ich vin der adresse nur schreiben geht nicht..:(</p>
]]></description><link>https://www.c-plusplus.net/forum/post/348763</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/348763</guid><dc:creator><![CDATA[BAB]]></dc:creator><pubDate>Sat, 06 Sep 2003 21:53:22 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit WriteProcessMemory on Sat, 06 Sep 2003 21:55:33 GMT]]></title><description><![CDATA[<p>sorry muss in WriteProcessMemory &quot;adresse&quot; heissen und nicht &quot;adresse1&quot;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/348764</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/348764</guid><dc:creator><![CDATA[BAB]]></dc:creator><pubDate>Sat, 06 Sep 2003 21:55:33 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit WriteProcessMemory on Sat, 06 Sep 2003 22:20:57 GMT]]></title><description><![CDATA[<p>Äh, OpenProcess mit PROCESS_VM_<strong>READ</strong>, um dann mit <strong>Write</strong>ProcessMemory zu schreiben? Da stimmt doch was nicht. <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>
]]></description><link>https://www.c-plusplus.net/forum/post/348770</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/348770</guid><dc:creator><![CDATA[-King-]]></dc:creator><pubDate>Sat, 06 Sep 2003 22:20:57 GMT</pubDate></item></channel></rss>