<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как изменить DLL файл?]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13163&amp;type=atom" />
	<updated>2017-11-05T12:26:12Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13163</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как изменить DLL файл?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120826#p120826" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
Filename = D:\Temp\client.dll
Distance = 300  ; Число байтов от начала файла до вашего числа.

File := FileOpen(Filename, &quot;rw&quot;)
File.Seek(Distance)
File.WriteUShort(1400)
File.Close()
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2017-11-05T12:26:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120826#p120826</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как изменить DLL файл?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120824#p120824" />
			<content type="html"><![CDATA[<p><strong>YMP</strong> можно поподробнее?</p>]]></content>
			<author>
				<name><![CDATA[Diman_Express]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30364</uri>
			</author>
			<updated>2017-11-05T11:41:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120824#p120824</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как изменить DLL файл?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120817#p120817" />
			<content type="html"><![CDATA[<p>Если знаете, где оно находится, то и читать файл не надо. Просто открываете его на запись, смещаете указатель на число и пишете его.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2017-11-05T05:00:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120817#p120817</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как изменить DLL файл?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120786#p120786" />
			<content type="html"><![CDATA[<p><strong>YMP</strong> в файле client.dll нужно заменить число 1134 (встречается один раз в файле) на 1400.</p>]]></content>
			<author>
				<name><![CDATA[Diman_Express]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30364</uri>
			</author>
			<updated>2017-11-04T17:29:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120786#p120786</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как изменить DLL файл?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120785#p120785" />
			<content type="html"><![CDATA[<p>А что под декомпиляцией подразумевается вообще? Что именно изменить-то надо? Код, текстовые строки, ещё какие-то ресурсы?</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2017-11-04T17:03:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120785#p120785</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как изменить DLL файл?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120783#p120783" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong> а на другом ЯП, например C++ или C# возможно такое?</p>]]></content>
			<author>
				<name><![CDATA[Diman_Express]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30364</uri>
			</author>
			<updated>2017-11-04T16:07:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120783#p120783</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как изменить DLL файл?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120781#p120781" />
			<content type="html"><![CDATA[<p>Не получится.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-11-04T16:00:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120781#p120781</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как изменить DLL файл?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120780#p120780" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong>, мне нужно чтобы сам скрипт это делал.</p>]]></content>
			<author>
				<name><![CDATA[Diman_Express]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30364</uri>
			</author>
			<updated>2017-11-04T15:53:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120780#p120780</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как изменить DLL файл?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120779#p120779" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>Diman_Express</strong>, <a href="http://forum.script-coding.com/viewtopic.php?pid=120735#p120735">смайлик точкой не считается</a>.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-11-04T15:30:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120779#p120779</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как изменить DLL файл?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120778#p120778" />
			<content type="html"><![CDATA[<p><strong>Diman_Express</strong>, а при чем здесь автохотки?<br />Гуглите специальный софт для декомпиляции dll.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-11-04T15:27:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120778#p120778</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как изменить DLL файл?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120776#p120776" />
			<content type="html"><![CDATA[<p><strong>belyankin12</strong> да.</p>]]></content>
			<author>
				<name><![CDATA[Diman_Express]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30364</uri>
			</author>
			<updated>2017-11-04T15:17:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120776#p120776</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как изменить DLL файл?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120769#p120769" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>Diman_Express</strong>, поставьте точки в предложениях.<br /><a href="http://forum.script-coding.com/viewtopic.php?pid=120762#p120762">http://forum.script-coding.com/viewtopi … 62#p120762</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=120736#p120736">http://forum.script-coding.com/viewtopi … 36#p120736</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=120735#p120735">http://forum.script-coding.com/viewtopi … 35#p120735</a></span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-11-04T15:09:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120769#p120769</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как изменить DLL файл?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120765#p120765" />
			<content type="html"><![CDATA[<p>Тут я так понял идёт речь о декомпиляции dll, его изменению и обратной компиляции в dll. Верно?</p>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2017-11-04T14:24:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120765#p120765</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как изменить DLL файл?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120762#p120762" />
			<content type="html"><![CDATA[<p><strong>YMP</strong> не выходит ничего годного, с помощью этих операторов я не получаю текст dll файла ни в каком виде.</p>]]></content>
			<author>
				<name><![CDATA[Diman_Express]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30364</uri>
			</author>
			<updated>2017-11-04T14:05:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120762#p120762</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как изменить DLL файл?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120738#p120738" />
			<content type="html"><![CDATA[<p>Используйте объект File и его методы RawRead &amp; RawWrite.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2017-11-04T04:23:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120738#p120738</id>
		</entry>
</feed>
