<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Получение адреса памяти из процесса]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11899&amp;type=atom" />
	<updated>2016-08-13T15:22:38Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11899</id>
		<entry>
			<title type="html"><![CDATA[Re: Получение адреса памяти из процесса]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106745#p106745" />
			<content type="html"><![CDATA[<p>Программой ArtMoney поискать, например, или подобной. Т.е. зная текущее значение адреса чата, поискать места в памяти, где хранятся такие значения. Адрес одного из них и должен быть адресом этой переменной. Он, по идее, не должен меняться от запуска к запуску.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2016-08-13T15:22:38Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106745#p106745</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Получение адреса памяти из процесса]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106742#p106742" />
			<content type="html"><![CDATA[<p><strong>YMP</strong>, каким образом можно найти этот адрес?</p>]]></content>
			<author>
				<name><![CDATA[McFree]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33932</uri>
			</author>
			<updated>2016-08-13T13:37:11Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106742#p106742</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Получение адреса памяти из процесса]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106734#p106734" />
			<content type="html"><![CDATA[<p>Нужно найти адрес, по которому хранится этот адрес, и оттуда его считывать. Ясно ведь, что игра сохраняет его в какой-то своей переменной.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2016-08-13T03:22:37Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106734#p106734</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Получение адреса памяти из процесса]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106726#p106726" />
			<content type="html"><![CDATA[<p>Хотел в другой раздел закинуть, видимо ошибся</p>]]></content>
			<author>
				<name><![CDATA[McFree]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33932</uri>
			</author>
			<updated>2016-08-12T19:33:12Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106726#p106726</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Получение адреса памяти из процесса]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106721#p106721" />
			<content type="html"><![CDATA[<p>Добрый вечер серые форумчане, вопрос таков:&nbsp; как можно получить изменяющуюся часть адреса из процесса. Каждый раз у адреса меняются первые 4 символа (0FFD B18E после перезапуска процесса стал 0C7E B18E). Каким образом можно узнать эти 4 символа?</p><p>Если что то процесс gta_sa.exe.<br />Адресом является первая строка чата (вторые 4 символа B18E).</p><p>Вот код который пробую запустить я:</p><div class="codebox"><pre><code>
#include SAMPMAXnew.ahk
SAMP_THIRST_LINE = 0xB18E
!1::
Addrr := readDWORD(hGTA, dwSAMP+SAMP_CHAT_INPUT_INFO_OFFSET)
writeString(hGTA, Addrr + SAMP_THIRST_LINE, &quot;Мой текст в строке&quot;)
return
</code></pre></div><p>файл SAMPMAXnew.ahk прикрепил к теме.</p>]]></content>
			<author>
				<name><![CDATA[McFree]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33932</uri>
			</author>
			<updated>2016-08-12T16:06:14Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106721#p106721</id>
		</entry>
</feed>
