<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Windows System Files, WTF?]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=16602&amp;type=atom" />
	<updated>2021-09-21T03:25:31Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=16602</id>
		<entry>
			<title type="html"><![CDATA[Re: Windows System Files, WTF?]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=149617#p149617" />
			<content type="html"><![CDATA[<p>Так то вроде я про это знал, но не понимал как работает.<br />Почему то казалось, что открывая каталог 32-битной программой (в данном случае&nbsp; [..\system32\]) директорию <strong>[OpenSSH]</strong> должно быть видно. И вот уже когда я захожу в нее, должен быть редирект в [..\SysWOW64\]</p><p>(Вот есть же пример тыкаю на папку <strong>[Documents and Settings]</strong> а попадаю в <strong>[Users]</strong>)</p><p>Но тут все совсем не так. Я и растерялся, запаниковал.</p>]]></content>
			<author>
				<name><![CDATA[DnsIs]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26282</uri>
			</author>
			<updated>2021-09-21T03:25:31Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=149617#p149617</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Windows System Files, WTF?]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=149616#p149616" />
			<content type="html"><![CDATA[<p>Оно самое.</p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2021-09-21T02:44:40Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=149616#p149616</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Windows System Files, WTF?]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=149615#p149615" />
			<content type="html"><![CDATA[<p><a href="https://docs.microsoft.com/en-us/windows/win32/winprog64/file-system-redirector?redirectedfrom=MSDN">File System Redirector</a>?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-09-20T14:18:37Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=149615#p149615</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Windows System Files, WTF?]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=149614#p149614" />
			<content type="html"><![CDATA[<p>64-битные приложения видят каталог, 32-битные не видят.</p>]]></content>
			<author>
				<name><![CDATA[DnsIs]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26282</uri>
			</author>
			<updated>2021-09-20T11:52:54Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=149614#p149614</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Windows System Files, WTF?]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=149613#p149613" />
			<content type="html"><![CDATA[<p>Приветствую.</p><p>Впервые столкнулся с такой интересной фичей.</p><p>Искал <span class="bbu">через TotalCmd</span> папку c:\windows\system32\OpenSSH, не нашел.<br />Но зайдя в папку windows <span class="bbu">через проводник</span>, оказалось, что все на месте.<br />Провел пару тестов: cmd.exe (запущена от администратора)</p><p>C:\Windows\system32&gt;dir Open*.*<br /></p><div class="codebox"><pre><code>...Содержимое папки C:\Windows\system32

27.06.2019  11:03           121 352 OpenCL.dll
07.12.2019  15:09            75 776 openfiles.exe
07.07.2021  09:05         1 062 400 opengl32.dll
07.09.2021  19:37    &lt;DIR&gt;          OpenSSH
15.01.2021  09:10           123 984 OpenWith.exe</code></pre></div><p>C:\Windows\system32&gt;ls -l Open*.*<br /></p><div class="codebox"><pre><code>-rw-rw-r--    1 root     root        108552 Jun 27  2019 OpenCL.dll
-rwxrwxr-x    2 root     root        107368 Jan 15  2021 OpenWith.exe
-rwxrwxr-x    2 root     root         60416 Dec 07  2019 openfiles.exe
-rw-rw-r--    2 root     root        922112 Jul 07 09:05 opengl32.dll
</code></pre></div><p>C:\Windows\system32&gt;cd OpenSSH<br />C:\Windows\System32\OpenSSH&gt;dir<br /></p><div class="codebox"><pre><code>...
Содержимое папки C:\Windows\System32\OpenSSH

07.09.2021  19:37    &lt;DIR&gt;          .
07.09.2021  19:37    &lt;DIR&gt;          ..
07.09.2021  19:37           396 211 moduli
...
07.09.2021  19:37         1 008 128 sshd.exe
07.09.2021  19:37             2 297 sshd_config_default</code></pre></div><p>C:\Windows\System32\OpenSSH&gt;busybox ls -l<br /></p><div class="codebox"><pre><code>ls: .: No such file or directory</code></pre></div><br /><p>Ну и как это понимать?</p>]]></content>
			<author>
				<name><![CDATA[DnsIs]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26282</uri>
			</author>
			<updated>2021-09-20T07:41:21Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=149613#p149613</id>
		</entry>
</feed>
