.
└── Contents (7 Entries)
    ├── Frameworks (2 Entries)
    │   ├── Python.framework (3 Entries)
    │   │   ├── Python -> Versions/3.9/Python
    │   │   ├── Resources -> Versions/3.9/Resources
    │   │   └── Versions (2 Entries)
    │   │       ├── 3.9 (4 Entries)
    │   │       │   ├── Python (3.9MB)
    │   │       │   ├── Resources (2 Entries)
    │   │       │   │   ├── English.lproj (0 Entries)
    │   │       │   │   └── Info.plist (919B)
    │   │       │   ├── _CodeSignature (1 Entries)
    │   │       │   │   └── CodeResources (114KB)
    │   │       │   └── lib (2 Entries)
    │   │       │       ├── libpython3.9.dylib -> ../Python
    │   │       │       └── python3.9 (197 Entries)
    │   │       │           ├── LICENSE.txt (14KB)
    │   │       │           ├── __future__.pyc (2.2KB)
    │   │       │           ├── __phello__.foo.pyc (211B)
    │   │       │           ├── _aix_support.pyc (1.8KB)
    │   │       │           ├── _bootlocale.pyc (1.1KB)
    │   │       │           ├── _bootsubprocess.pyc (2.1KB)
    │   │       │           ├── _collections_abc.pyc (26KB)
    │   │       │           ├── _compat_pickle.pyc (5.5KB)
    │   │       │           ├── _compression.pyc (4.1KB)
    │   │       │           ├── _markupbase.pyc (7.3KB)
    │   │       │           ├── _osx_support.pyc (9.0KB)
    │   │       │           ├── _py_abc.pyc (3.5KB)
    │   │       │           ├── _pydecimal.pyc (79KB)
    │   │       │           ├── _pyio.pyc (52KB)
    │   │       │           ├── _sitebuiltins.pyc (3.1KB)
    │   │       │           ├── _strptime.pyc (12KB)
    │   │       │           ├── _sysconfigdata__darwin_darwin.pyc (22KB)
    │   │       │           ├── _threading_local.pyc (3.3KB)
    │   │       │           ├── _weakrefset.pyc (7.8KB)
    │   │       │           ├── abc.pyc (3.3KB)
    │   │       │           ├── aifc.pyc (20KB)
    │   │       │           ├── antigravity.pyc (757B)
    │   │       │           ├── argparse.pyc (54KB)
    │   │       │           ├── ast.pyc (44KB)
    │   │       │           ├── asynchat.pyc (5.5KB)
    │   │       │           ├── asyncio (30 Entries)
    │   │       │           │   ├── __init__.pyc (807B)
    │   │       │           │   ├── __main__.pyc (3.3KB)
    │   │       │           │   ├── base_events.pyc (43KB)
    │   │       │           │   ├── base_futures.pyc (1.7KB)
    │   │       │           │   ├── base_subprocess.pyc (9.3KB)
    │   │       │           │   ├── base_tasks.pyc (2.0KB)
    │   │       │           │   ├── constants.pyc (665B)
    │   │       │           │   ├── coroutines.pyc (6.4KB)
    │   │       │           │   ├── events.pyc (19KB)
    │   │       │           │   ├── exceptions.pyc (2.0KB)
    │   │       │           │   ├── format_helpers.pyc (2.2KB)
    │   │       │           │   ├── futures.pyc (8.3KB)
    │   │       │           │   ├── locks.pyc (8.3KB)
    │   │       │           │   ├── log.pyc (271B)
    │   │       │           │   ├── proactor_events.pyc (24KB)
    │   │       │           │   ├── protocols.pyc (3.4KB)
    │   │       │           │   ├── queues.pyc (5.9KB)
    │   │       │           │   ├── runners.pyc (1.6KB)
    │   │       │           │   ├── selector_events.pyc (28KB)
    │   │       │           │   ├── sslproto.pyc (15KB)
    │   │       │           │   ├── staggered.pyc (2.0KB)
    │   │       │           │   ├── streams.pyc (15KB)
    │   │       │           │   ├── subprocess.pyc (7.3KB)
    │   │       │           │   ├── tasks.pyc (17KB)
    │   │       │           │   ├── threads.pyc (596B)
    │   │       │           │   ├── transports.pyc (6.9KB)
    │   │       │           │   ├── trsock.pyc (8.4KB)
    │   │       │           │   ├── unix_events.pyc (37KB)
    │   │       │           │   ├── windows_events.pyc (24KB)
    │   │       │           │   └── windows_utils.pyc (4.1KB)
    │   │       │           ├── asyncore.pyc (15KB)
    │   │       │           ├── base64.pyc (11KB)
    │   │       │           ├── bdb.pyc (16KB)
    │   │       │           ├── binhex.pyc (13KB)
    │   │       │           ├── bisect.pyc (1.1KB)
    │   │       │           ├── bz2.pyc (6.6KB)
    │   │       │           ├── cProfile.pyc (4.7KB)
    │   │       │           ├── calendar.pyc (23KB)
    │   │       │           ├── cgi.pyc (18KB)
    │   │       │           ├── cgitb.pyc (8.7KB)
    │   │       │           ├── chunk.pyc (2.8KB)
    │   │       │           ├── cmd.pyc (7.3KB)
    │   │       │           ├── code.pyc (4.7KB)
    │   │       │           ├── codecs.pyc (18KB)
    │   │       │           ├── codeop.pyc (2.5KB)
    │   │       │           ├── collections (2 Entries)
    │   │       │           │   ├── __init__.pyc (38KB)
    │   │       │           │   └── abc.pyc (319B)
    │   │       │           ├── colorsys.pyc (2.7KB)
    │   │       │           ├── compileall.pyc (9.4KB)
    │   │       │           ├── concurrent (2 Entries)
    │   │       │           │   ├── __init__.pyc (216B)
    │   │       │           │   └── futures (4 Entries)
    │   │       │           │       ├── __init__.pyc (1.1KB)
    │   │       │           │       ├── _base.pyc (14KB)
    │   │       │           │       ├── process.pyc (15KB)
    │   │       │           │       └── thread.pyc (5.4KB)
    │   │       │           ├── configparser.pyc (31KB)
    │   │       │           ├── contextlib.pyc (14KB)
    │   │       │           ├── contextvars.pyc (327B)
    │   │       │           ├── copy.pyc (4.7KB)
    │   │       │           ├── copyreg.pyc (3.7KB)
    │   │       │           ├── crypt.pyc (2.9KB)
    │   │       │           ├── csv.pyc (9.9KB)
    │   │       │           ├── ctypes (6 Entries)
    │   │       │           │   ├── __init__.pyc (14KB)
    │   │       │           │   ├── _aix.pyc (4.3KB)
    │   │       │           │   ├── _endian.pyc (1.7KB)
    │   │       │           │   ├── macholib (7 Entries)
    │   │       │           │   │   ├── README.ctypes (296B)
    │   │       │           │   │   ├── __init__.pyc (240B)
    │   │       │           │   │   ├── dyld.pyc (4.2KB)
    │   │       │           │   │   ├── dylib.pyc (939B)
    │   │       │           │   │   ├── fetch_macholib (84B)
    │   │       │           │   │   ├── fetch_macholib.bat (75B)
    │   │       │           │   │   └── framework.pyc (993B)
    │   │       │           │   ├── util.pyc (8.1KB)
    │   │       │           │   └── wintypes.pyc (5.2KB)
    │   │       │           ├── curses (5 Entries)
    │   │       │           │   ├── __init__.pyc (1.4KB)
    │   │       │           │   ├── ascii.pyc (3.8KB)
    │   │       │           │   ├── has_key.pyc (4.4KB)
    │   │       │           │   ├── panel.pyc (239B)
    │   │       │           │   └── textpad.pyc (4.4KB)
    │   │       │           ├── dataclasses.pyc (20KB)
    │   │       │           ├── datetime.pyc (49KB)
    │   │       │           ├── dbm (4 Entries)
    │   │       │           │   ├── __init__.pyc (2.4KB)
    │   │       │           │   ├── dumb.pyc (6.7KB)
    │   │       │           │   ├── gnu.pyc (226B)
    │   │       │           │   └── ndbm.pyc (226B)
    │   │       │           ├── decimal.pyc (441B)
    │   │       │           ├── difflib.pyc (25KB)
    │   │       │           ├── dis.pyc (12KB)
    │   │       │           ├── doctest.pyc (41KB)
    │   │       │           ├── email (22 Entries)
    │   │       │           │   ├── __init__.pyc (1.1KB)
    │   │       │           │   ├── _encoded_words.pyc (3.9KB)
    │   │       │           │   ├── _header_value_parser.pyc (63KB)
    │   │       │           │   ├── _parseaddr.pyc (9.5KB)
    │   │       │           │   ├── _policybase.pyc (6.1KB)
    │   │       │           │   ├── architecture.rst (9.6KB)
    │   │       │           │   ├── base64mime.pyc (1.5KB)
    │   │       │           │   ├── charset.pyc (5.2KB)
    │   │       │           │   ├── contentmanager.pyc (7.4KB)
    │   │       │           │   ├── encoders.pyc (1.4KB)
    │   │       │           │   ├── errors.pyc (4.6KB)
    │   │       │           │   ├── feedparser.pyc (8.9KB)
    │   │       │           │   ├── generator.pyc (9.0KB)
    │   │       │           │   ├── header.pyc (11KB)
    │   │       │           │   ├── headerregistry.pyc (16KB)
    │   │       │           │   ├── iterators.pyc (1.4KB)
    │   │       │           │   ├── message.pyc (21KB)
    │   │       │           │   ├── mime (9 Entries)
    │   │       │           │   │   ├── __init__.pyc (216B)
    │   │       │           │   │   ├── application.pyc (889B)
    │   │       │           │   │   ├── audio.pyc (1.3KB)
    │   │       │           │   │   ├── base.pyc (805B)
    │   │       │           │   │   ├── image.pyc (911B)
    │   │       │           │   │   ├── message.pyc (874B)
    │   │       │           │   │   ├── multipart.pyc (790B)
    │   │       │           │   │   ├── nonmultipart.pyc (713B)
    │   │       │           │   │   └── text.pyc (882B)
    │   │       │           │   ├── parser.pyc (2.8KB)
    │   │       │           │   ├── policy.pyc (3.5KB)
    │   │       │           │   ├── quoprimime.pyc (4.3KB)
    │   │       │           │   └── utils.pyc (6.3KB)
    │   │       │           ├── encodings (122 Entries)
    │   │       │           │   ├── __init__.pyc (2.5KB)
    │   │       │           │   ├── aliases.pyc (5.8KB)
    │   │       │           │   ├── ascii.pyc (1.8KB)
    │   │       │           │   ├── base64_codec.pyc (2.2KB)
    │   │       │           │   ├── big5.pyc (1.5KB)
    │   │       │           │   ├── big5hkscs.pyc (1.5KB)
    │   │       │           │   ├── bz2_codec.pyc (3.0KB)
    │   │       │           │   ├── charmap.pyc (2.7KB)
    │   │       │           │   ├── cp037.pyc (2.4KB)
    │   │       │           │   ├── cp1006.pyc (2.5KB)
    │   │       │           │   ├── cp1026.pyc (2.4KB)
    │   │       │           │   ├── cp1125.pyc (8.2KB)
    │   │       │           │   ├── cp1140.pyc (2.4KB)
    │   │       │           │   ├── cp1250.pyc (2.4KB)
    │   │       │           │   ├── cp1251.pyc (2.4KB)
    │   │       │           │   ├── cp1252.pyc (2.4KB)
    │   │       │           │   ├── cp1253.pyc (2.4KB)
    │   │       │           │   ├── cp1254.pyc (2.4KB)
    │   │       │           │   ├── cp1255.pyc (2.4KB)
    │   │       │           │   ├── cp1256.pyc (2.4KB)
    │   │       │           │   ├── cp1257.pyc (2.4KB)
    │   │       │           │   ├── cp1258.pyc (2.4KB)
    │   │       │           │   ├── cp273.pyc (2.4KB)
    │   │       │           │   ├── cp424.pyc (2.4KB)
    │   │       │           │   ├── cp437.pyc (7.8KB)
    │   │       │           │   ├── cp500.pyc (2.4KB)
    │   │       │           │   ├── cp720.pyc (2.4KB)
    │   │       │           │   ├── cp737.pyc (8.1KB)
    │   │       │           │   ├── cp775.pyc (7.8KB)
    │   │       │           │   ├── cp850.pyc (7.5KB)
    │   │       │           │   ├── cp852.pyc (7.9KB)
    │   │       │           │   ├── cp855.pyc (8.1KB)
    │   │       │           │   ├── cp856.pyc (2.4KB)
    │   │       │           │   ├── cp857.pyc (7.5KB)
    │   │       │           │   ├── cp858.pyc (7.5KB)
    │   │       │           │   ├── cp860.pyc (7.8KB)
    │   │       │           │   ├── cp861.pyc (7.8KB)
    │   │       │           │   ├── cp862.pyc (8.0KB)
    │   │       │           │   ├── cp863.pyc (7.8KB)
    │   │       │           │   ├── cp864.pyc (8.0KB)
    │   │       │           │   ├── cp865.pyc (7.8KB)
    │   │       │           │   ├── cp866.pyc (8.1KB)
    │   │       │           │   ├── cp869.pyc (7.8KB)
    │   │       │           │   ├── cp874.pyc (2.5KB)
    │   │       │           │   ├── cp875.pyc (2.4KB)
    │   │       │           │   ├── cp932.pyc (1.5KB)
    │   │       │           │   ├── cp949.pyc (1.5KB)
    │   │       │           │   ├── cp950.pyc (1.5KB)
    │   │       │           │   ├── euc_jis_2004.pyc (1.5KB)
    │   │       │           │   ├── euc_jisx0213.pyc (1.5KB)
    │   │       │           │   ├── euc_jp.pyc (1.5KB)
    │   │       │           │   ├── euc_kr.pyc (1.5KB)
    │   │       │           │   ├── gb18030.pyc (1.5KB)
    │   │       │           │   ├── gb2312.pyc (1.5KB)
    │   │       │           │   ├── gbk.pyc (1.5KB)
    │   │       │           │   ├── hex_codec.pyc (2.2KB)
    │   │       │           │   ├── hp_roman8.pyc (2.4KB)
    │   │       │           │   ├── hz.pyc (1.5KB)
    │   │       │           │   ├── idna.pyc (5.7KB)
    │   │       │           │   ├── iso2022_jp.pyc (1.5KB)
    │   │       │           │   ├── iso2022_jp_1.pyc (1.5KB)
    │   │       │           │   ├── iso2022_jp_2.pyc (1.5KB)
    │   │       │           │   ├── iso2022_jp_2004.pyc (1.5KB)
    │   │       │           │   ├── iso2022_jp_3.pyc (1.5KB)
    │   │       │           │   ├── iso2022_jp_ext.pyc (1.5KB)
    │   │       │           │   ├── iso2022_kr.pyc (1.5KB)
    │   │       │           │   ├── iso8859_1.pyc (2.4KB)
    │   │       │           │   ├── iso8859_10.pyc (2.4KB)
    │   │       │           │   ├── iso8859_11.pyc (2.5KB)
    │   │       │           │   ├── iso8859_13.pyc (2.4KB)
    │   │       │           │   ├── iso8859_14.pyc (2.4KB)
    │   │       │           │   ├── iso8859_15.pyc (2.4KB)
    │   │       │           │   ├── iso8859_16.pyc (2.4KB)
    │   │       │           │   ├── iso8859_2.pyc (2.4KB)
    │   │       │           │   ├── iso8859_3.pyc (2.4KB)
    │   │       │           │   ├── iso8859_4.pyc (2.4KB)
    │   │       │           │   ├── iso8859_5.pyc (2.4KB)
    │   │       │           │   ├── iso8859_6.pyc (2.4KB)
    │   │       │           │   ├── iso8859_7.pyc (2.4KB)
    │   │       │           │   ├── iso8859_8.pyc (2.4KB)
    │   │       │           │   ├── iso8859_9.pyc (2.4KB)
    │   │       │           │   ├── johab.pyc (1.5KB)
    │   │       │           │   ├── koi8_r.pyc (2.4KB)
    │   │       │           │   ├── koi8_t.pyc (2.4KB)
    │   │       │           │   ├── koi8_u.pyc (2.4KB)
    │   │       │           │   ├── kz1048.pyc (2.4KB)
    │   │       │           │   ├── latin_1.pyc (1.8KB)
    │   │       │           │   ├── mac_arabic.pyc (7.7KB)
    │   │       │           │   ├── mac_croatian.pyc (2.4KB)
    │   │       │           │   ├── mac_cyrillic.pyc (2.4KB)
    │   │       │           │   ├── mac_farsi.pyc (2.4KB)
    │   │       │           │   ├── mac_greek.pyc (2.4KB)
    │   │       │           │   ├── mac_iceland.pyc (2.4KB)
    │   │       │           │   ├── mac_latin2.pyc (2.4KB)
    │   │       │           │   ├── mac_roman.pyc (2.4KB)
    │   │       │           │   ├── mac_romanian.pyc (2.4KB)
    │   │       │           │   ├── mac_turkish.pyc (2.4KB)
    │   │       │           │   ├── mbcs.pyc (1.6KB)
    │   │       │           │   ├── oem.pyc (1.6KB)
    │   │       │           │   ├── palmos.pyc (2.4KB)
    │   │       │           │   ├── ptcp154.pyc (2.4KB)
    │   │       │           │   ├── punycode.pyc (5.8KB)
    │   │       │           │   ├── quopri_codec.pyc (2.3KB)
    │   │       │           │   ├── raw_unicode_escape.pyc (1.9KB)
    │   │       │           │   ├── rot_13.pyc (2.9KB)
    │   │       │           │   ├── shift_jis.pyc (1.5KB)
    │   │       │           │   ├── shift_jis_2004.pyc (1.5KB)
    │   │       │           │   ├── shift_jisx0213.pyc (1.5KB)
    │   │       │           │   ├── tis_620.pyc (2.5KB)
    │   │       │           │   ├── undefined.pyc (1.9KB)
    │   │       │           │   ├── unicode_escape.pyc (1.9KB)
    │   │       │           │   ├── utf_16.pyc (4.8KB)
    │   │       │           │   ├── utf_16_be.pyc (1.6KB)
    │   │       │           │   ├── utf_16_le.pyc (1.6KB)
    │   │       │           │   ├── utf_32.pyc (4.8KB)
    │   │       │           │   ├── utf_32_be.pyc (1.6KB)
    │   │       │           │   ├── utf_32_le.pyc (1.6KB)
    │   │       │           │   ├── utf_7.pyc (1.6KB)
    │   │       │           │   ├── utf_8.pyc (1.6KB)
    │   │       │           │   ├── utf_8_sig.pyc (4.3KB)
    │   │       │           │   ├── uu_codec.pyc (3.0KB)
    │   │       │           │   └── zlib_codec.pyc (2.9KB)
    │   │       │           ├── enum.pyc (21KB)
    │   │       │           ├── filecmp.pyc (6.2KB)
    │   │       │           ├── fileinput.pyc (8.3KB)
    │   │       │           ├── fnmatch.pyc (2.7KB)
    │   │       │           ├── formatter.pyc (15KB)
    │   │       │           ├── fractions.pyc (11KB)
    │   │       │           ├── ftplib.pyc (19KB)
    │   │       │           ├── functools.pyc (22KB)
    │   │       │           ├── genericpath.pyc (3.0KB)
    │   │       │           ├── getopt.pyc (3.8KB)
    │   │       │           ├── getpass.pyc (3.1KB)
    │   │       │           ├── gettext.pyc (17KB)
    │   │       │           ├── glob.pyc (3.7KB)
    │   │       │           ├── graphlib.pyc (4.2KB)
    │   │       │           ├── gzip.pyc (15KB)
    │   │       │           ├── hashlib.pyc (6.2KB)
    │   │       │           ├── heapq.pyc (11KB)
    │   │       │           ├── hmac.pyc (4.4KB)
    │   │       │           ├── html (3 Entries)
    │   │       │           │   ├── __init__.pyc (2.5KB)
    │   │       │           │   ├── entities.pyc (51KB)
    │   │       │           │   └── parser.pyc (9.2KB)
    │   │       │           ├── http (5 Entries)
    │   │       │           │   ├── __init__.pyc (5.6KB)
    │   │       │           │   ├── client.pyc (26KB)
    │   │       │           │   ├── cookiejar.pyc (38KB)
    │   │       │           │   ├── cookies.pyc (11KB)
    │   │       │           │   └── server.pyc (23KB)
    │   │       │           ├── imaplib.pyc (28KB)
    │   │       │           ├── imghdr.pyc (3.9KB)
    │   │       │           ├── imp.pyc (7.6KB)
    │   │       │           ├── importlib (9 Entries)
    │   │       │           │   ├── __init__.pyc (3.2KB)
    │   │       │           │   ├── _bootstrap.pyc (22KB)
    │   │       │           │   ├── _bootstrap_external.pyc (34KB)
    │   │       │           │   ├── _common.pyc (1.5KB)
    │   │       │           │   ├── abc.pyc (9.3KB)
    │   │       │           │   ├── machinery.pyc (906B)
    │   │       │           │   ├── metadata.pyc (16KB)
    │   │       │           │   ├── resources.pyc (5.1KB)
    │   │       │           │   └── util.pyc (6.5KB)
    │   │       │           ├── inspect.pyc (56KB)
    │   │       │           ├── io.pyc (2.0KB)
    │   │       │           ├── ipaddress.pyc (38KB)
    │   │       │           ├── json (5 Entries)
    │   │       │           │   ├── __init__.pyc (3.1KB)
    │   │       │           │   ├── decoder.pyc (5.9KB)
    │   │       │           │   ├── encoder.pyc (6.9KB)
    │   │       │           │   ├── scanner.pyc (2.0KB)
    │   │       │           │   └── tool.pyc (2.6KB)
    │   │       │           ├── keyword.pyc (594B)
    │   │       │           ├── lib-dynload (71 Entries)
    │   │       │           │   ├── _asyncio.cpython-39-darwin.so (96KB)
    │   │       │           │   ├── _bisect.cpython-39-darwin.so (37KB)
    │   │       │           │   ├── _blake2.cpython-39-darwin.so (59KB)
    │   │       │           │   ├── _bz2.cpython-39-darwin.so (40KB)
    │   │       │           │   ├── _codecs_cn.cpython-39-darwin.so (152KB)
    │   │       │           │   ├── _codecs_hk.cpython-39-darwin.so (151KB)
    │   │       │           │   ├── _codecs_iso2022.cpython-39-darwin.so (42KB)
    │   │       │           │   ├── _codecs_jp.cpython-39-darwin.so (268KB)
    │   │       │           │   ├── _codecs_kr.cpython-39-darwin.so (135KB)
    │   │       │           │   ├── _codecs_tw.cpython-39-darwin.so (134KB)
    │   │       │           │   ├── _contextvars.cpython-39-darwin.so (34KB)
    │   │       │           │   ├── _crypt.cpython-39-darwin.so (34KB)
    │   │       │           │   ├── _csv.cpython-39-darwin.so (59KB)
    │   │       │           │   ├── _ctypes.cpython-39-darwin.so (149KB)
    │   │       │           │   ├── _ctypes_test.cpython-39-darwin.so (47KB)
    │   │       │           │   ├── _curses.cpython-39-darwin.so (144KB)
    │   │       │           │   ├── _curses_panel.cpython-39-darwin.so (41KB)
    │   │       │           │   ├── _datetime.cpython-39-darwin.so (113KB)
    │   │       │           │   ├── _dbm.cpython-39-darwin.so (38KB)
    │   │       │           │   ├── _decimal.cpython-39-darwin.so (365KB)
    │   │       │           │   ├── _elementtree.cpython-39-darwin.so (94KB)
    │   │       │           │   ├── _heapq.cpython-39-darwin.so (37KB)
    │   │       │           │   ├── _json.cpython-39-darwin.so (60KB)
    │   │       │           │   ├── _lsprof.cpython-39-darwin.so (40KB)
    │   │       │           │   ├── _md5.cpython-39-darwin.so (37KB)
    │   │       │           │   ├── _multibytecodec.cpython-39-darwin.so (68KB)
    │   │       │           │   ├── _multiprocessing.cpython-39-darwin.so (38KB)
    │   │       │           │   ├── _opcode.cpython-39-darwin.so (35KB)
    │   │       │           │   ├── _pickle.cpython-39-darwin.so (144KB)
    │   │       │           │   ├── _posixshmem.cpython-39-darwin.so (36KB)
    │   │       │           │   ├── _posixsubprocess.cpython-39-darwin.so (39KB)
    │   │       │           │   ├── _queue.cpython-39-darwin.so (39KB)
    │   │       │           │   ├── _random.cpython-39-darwin.so (39KB)
    │   │       │           │   ├── _scproxy.cpython-39-darwin.so (37KB)
    │   │       │           │   ├── _sha1.cpython-39-darwin.so (37KB)
    │   │       │           │   ├── _sha256.cpython-39-darwin.so (38KB)
    │   │       │           │   ├── _sha3.cpython-39-darwin.so (109KB)
    │   │       │           │   ├── _sha512.cpython-39-darwin.so (54KB)
    │   │       │           │   ├── _socket.cpython-39-darwin.so (106KB)
    │   │       │           │   ├── _sqlite3.cpython-39-darwin.so (100KB)
    │   │       │           │   ├── _statistics.cpython-39-darwin.so (34KB)
    │   │       │           │   ├── _struct.cpython-39-darwin.so (69KB)
    │   │       │           │   ├── _testbuffer.cpython-39-darwin.so (62KB)
    │   │       │           │   ├── _testcapi.cpython-39-darwin.so (182KB)
    │   │       │           │   ├── _testimportmultiple.cpython-39-darwin.so (34KB)
    │   │       │           │   ├── _testinternalcapi.cpython-39-darwin.so (38KB)
    │   │       │           │   ├── _testmultiphase.cpython-39-darwin.so (48KB)
    │   │       │           │   ├── _tkinter.cpython-39-darwin.so (92KB)
    │   │       │           │   ├── _uuid.cpython-39-darwin.so (34KB)
    │   │       │           │   ├── _xxsubinterpreters.cpython-39-darwin.so (62KB)
    │   │       │           │   ├── _xxtestfuzz.cpython-39-darwin.so (40KB)
    │   │       │           │   ├── _zoneinfo.cpython-39-darwin.so (59KB)
    │   │       │           │   ├── array.cpython-39-darwin.so (71KB)
    │   │       │           │   ├── audioop.cpython-39-darwin.so (75KB)
    │   │       │           │   ├── binascii.cpython-39-darwin.so (58KB)
    │   │       │           │   ├── cmath.cpython-39-darwin.so (58KB)
    │   │       │           │   ├── fcntl.cpython-39-darwin.so (37KB)
    │   │       │           │   ├── grp.cpython-39-darwin.so (38KB)
    │   │       │           │   ├── math.cpython-39-darwin.so (84KB)
    │   │       │           │   ├── mmap.cpython-39-darwin.so (41KB)
    │   │       │           │   ├── nis.cpython-39-darwin.so (37KB)
    │   │       │           │   ├── parser.cpython-39-darwin.so (41KB)
    │   │       │           │   ├── pyexpat.cpython-39-darwin.so (269KB)
    │   │       │           │   ├── readline.cpython-39-darwin.so (47KB)
    │   │       │           │   ├── resource.cpython-39-darwin.so (37KB)
    │   │       │           │   ├── select.cpython-39-darwin.so (60KB)
    │   │       │           │   ├── syslog.cpython-39-darwin.so (36KB)
    │   │       │           │   ├── termios.cpython-39-darwin.so (37KB)
    │   │       │           │   ├── unicodedata.cpython-39-darwin.so (1.1MB)
    │   │       │           │   ├── xxlimited.cpython-39-darwin.so (37KB)
    │   │       │           │   └── zlib.cpython-39-darwin.so (60KB)
    │   │       │           ├── linecache.pyc (2.9KB)
    │   │       │           ├── locale.pyc (30KB)
    │   │       │           ├── logging (3 Entries)
    │   │       │           │   ├── __init__.pyc (37KB)
    │   │       │           │   ├── config.pyc (19KB)
    │   │       │           │   └── handlers.pyc (25KB)
    │   │       │           ├── lzma.pyc (6.0KB)
    │   │       │           ├── mailbox.pyc (54KB)
    │   │       │           ├── mailcap.pyc (5.1KB)
    │   │       │           ├── mimetypes.pyc (10KB)
    │   │       │           ├── modulefinder.pyc (15KB)
    │   │       │           ├── multiprocessing (22 Entries)
    │   │       │           │   ├── __init__.pyc (736B)
    │   │       │           │   ├── connection.pyc (24KB)
    │   │       │           │   ├── context.pyc (12KB)
    │   │       │           │   ├── dummy (2 Entries)
    │   │       │           │   │   ├── __init__.pyc (3.9KB)
    │   │       │           │   │   └── connection.pyc (2.7KB)
    │   │       │           │   ├── forkserver.pyc (7.7KB)
    │   │       │           │   ├── heap.pyc (7.5KB)
    │   │       │           │   ├── managers.pyc (37KB)
    │   │       │           │   ├── pool.pyc (23KB)
    │   │       │           │   ├── popen_fork.pyc (2.6KB)
    │   │       │           │   ├── popen_forkserver.pyc (2.5KB)
    │   │       │           │   ├── popen_spawn_posix.pyc (2.4KB)
    │   │       │           │   ├── popen_spawn_win32.pyc (3.4KB)
    │   │       │           │   ├── process.pyc (9.0KB)
    │   │       │           │   ├── queues.pyc (10KB)
    │   │       │           │   ├── reduction.pyc (7.6KB)
    │   │       │           │   ├── resource_sharer.pyc (4.9KB)
    │   │       │           │   ├── resource_tracker.pyc (5.1KB)
    │   │       │           │   ├── shared_memory.pyc (12KB)
    │   │       │           │   ├── sharedctypes.pyc (6.9KB)
    │   │       │           │   ├── spawn.pyc (6.3KB)
    │   │       │           │   ├── synchronize.pyc (11KB)
    │   │       │           │   └── util.pyc (11KB)
    │   │       │           ├── netrc.pyc (3.6KB)
    │   │       │           ├── nntplib.pyc (20KB)
    │   │       │           ├── ntpath.pyc (13KB)
    │   │       │           ├── nturl2path.pyc (1.4KB)
    │   │       │           ├── numbers.pyc (8.4KB)
    │   │       │           ├── opcode.pyc (5.2KB)
    │   │       │           ├── operator.pyc (11KB)
    │   │       │           ├── optparse.pyc (36KB)
    │   │       │           ├── os.pyc (20KB)
    │   │       │           ├── pathlib.pyc (36KB)
    │   │       │           ├── pdb.pyc (33KB)
    │   │       │           ├── pickle.pyc (41KB)
    │   │       │           ├── pickletools.pyc (57KB)
    │   │       │           ├── pipes.pyc (5.0KB)
    │   │       │           ├── pkgutil.pyc (12KB)
    │   │       │           ├── platform.pyc (18KB)
    │   │       │           ├── plistlib.pyc (21KB)
    │   │       │           ├── poplib.pyc (8.8KB)
    │   │       │           ├── posixpath.pyc (8.7KB)
    │   │       │           ├── pprint.pyc (15KB)
    │   │       │           ├── profile.pyc (11KB)
    │   │       │           ├── pstats.pyc (21KB)
    │   │       │           ├── pty.pyc (3.2KB)
    │   │       │           ├── py_compile.pyc (3.7KB)
    │   │       │           ├── pyclbr.pyc (6.9KB)
    │   │       │           ├── pydoc.pyc (75KB)
    │   │       │           ├── queue.pyc (6.6KB)
    │   │       │           ├── quopri.pyc (4.6KB)
    │   │       │           ├── random.pyc (15KB)
    │   │       │           ├── re.pyc (6.1KB)
    │   │       │           ├── reprlib.pyc (5.2KB)
    │   │       │           ├── rlcompleter.pyc (3.2KB)
    │   │       │           ├── runpy.pyc (7.0KB)
    │   │       │           ├── sched.pyc (3.7KB)
    │   │       │           ├── secrets.pyc (1.2KB)
    │   │       │           ├── selectors.pyc (13KB)
    │   │       │           ├── shelve.pyc (5.5KB)
    │   │       │           ├── shlex.pyc (7.3KB)
    │   │       │           ├── shutil.pyc (26KB)
    │   │       │           ├── signal.pyc (2.9KB)
    │   │       │           ├── site-packages (8 Entries)
    │   │       │           │   ├── README.txt (119B)
    │   │       │           │   ├── _distutils_hack (2 Entries)
    │   │       │           │   │   ├── __init__.pyc (5.2KB)
    │   │       │           │   │   └── override.pyc (286B)
    │   │       │           │   ├── distutils-precedence.pth (152B)
    │   │       │           │   ├── easy-install.pth (158B)
    │   │       │           │   ├── pkg_resources (4 Entries)
    │   │       │           │   │   ├── __init__.pyc (100KB)
    │   │       │           │   │   ├── _vendor (4 Entries)
    │   │       │           │   │   │   ├── __init__.pyc (241B)
    │   │       │           │   │   │   ├── appdirs.pyc (21KB)
    │   │       │           │   │   │   ├── packaging (11 Entries)
    │   │       │           │   │   │   │   ├── __about__.pyc (757B)
    │   │       │           │   │   │   │   ├── __init__.pyc (603B)
    │   │       │           │   │   │   │   ├── _compat.pyc (1.2KB)
    │   │       │           │   │   │   │   ├── _structures.pyc (3.0KB)
    │   │       │           │   │   │   │   ├── _typing.pyc (1.5KB)
    │   │       │           │   │   │   │   ├── markers.pyc (9.4KB)
    │   │       │           │   │   │   │   ├── requirements.pyc (4.1KB)
    │   │       │           │   │   │   │   ├── specifiers.pyc (21KB)
    │   │       │           │   │   │   │   ├── tags.pyc (17KB)
    │   │       │           │   │   │   │   ├── utils.pyc (1.7KB)
    │   │       │           │   │   │   │   └── version.pyc (13KB)
    │   │       │           │   │   │   └── pyparsing.pyc (201KB)
    │   │       │           │   │   ├── extern (1 Entries)
    │   │       │           │   │   │   └── __init__.pyc (2.9KB)
    │   │       │           │   │   └── tests (1 Entries)
    │   │       │           │   │       └── data (1 Entries)
    │   │       │           │   │           └── my-test-package-source (1 Entries)
    │   │       │           │   │               └── setup.pyc (369B)
    │   │       │           │   ├── pyobjc_core-8.5-py3.9-macosx-10.13-x86_64.egg (3 Entries)
    │   │       │           │   │   ├── EGG-INFO (8 Entries)
    │   │       │           │   │   │   ├── PKG-INFO (2.5KB)
    │   │       │           │   │   │   ├── SOURCES.txt (13KB)
    │   │       │           │   │   │   ├── dependency_links.txt (1B)
    │   │       │           │   │   │   ├── include (2 Entries)
    │   │       │           │   │   │   │   ├── pyobjc-api.h (7.7KB)
    │   │       │           │   │   │   │   └── pyobjc-compat.h (12KB)
    │   │       │           │   │   │   ├── namespace_packages.txt (12B)
    │   │       │           │   │   │   ├── native_libs.txt (71B)
    │   │       │           │   │   │   ├── not-zip-safe (1B)
    │   │       │           │   │   │   └── top_level.txt (28B)
    │   │       │           │   │   ├── PyObjCTools (4 Entries)
    │   │       │           │   │   │   ├── KeyValueCoding.pyc (11KB)
    │   │       │           │   │   │   ├── MachSignals.pyc (1.6KB)
    │   │       │           │   │   │   ├── Signals.pyc (2.6KB)
    │   │       │           │   │   │   └── TestSupport.pyc (29KB)
    │   │       │           │   │   └── objc (30 Entries)
    │   │       │           │   │       ├── __init__.pyc (2.5KB)
    │   │       │           │   │       ├── _bridges.pyc (1.8KB)
    │   │       │           │   │       ├── _bridgesupport.pyc (17KB)
    │   │       │           │   │       ├── _callable_docstr.pyc (5.7KB)
    │   │       │           │   │       ├── _category.pyc (2.9KB)
    │   │       │           │   │       ├── _compat.pyc (1.7KB)
    │   │       │           │   │       ├── _context.pyc (2.0KB)
    │   │       │           │   │       ├── _convenience.pyc (3.6KB)
    │   │       │           │   │       ├── _convenience_mapping.pyc (3.4KB)
    │   │       │           │   │       ├── _convenience_nsarray.pyc (8.4KB)
    │   │       │           │   │       ├── _convenience_nsdata.pyc (12KB)
    │   │       │           │   │       ├── _convenience_nsdecimal.pyc (3.9KB)
    │   │       │           │   │       ├── _convenience_nsdictionary.pyc (9.3KB)
    │   │       │           │   │       ├── _convenience_nsobject.pyc (3.6KB)
    │   │       │           │   │       ├── _convenience_nsset.pyc (8.8KB)
    │   │       │           │   │       ├── _convenience_nsstring.pyc (1.1KB)
    │   │       │           │   │       ├── _convenience_sequence.pyc (1.6KB)
    │   │       │           │   │       ├── _descriptors.pyc (10KB)
    │   │       │           │   │       ├── _dyld.pyc (3.5KB)
    │   │       │           │   │       ├── _framework.pyc (721B)
    │   │       │           │   │       ├── _lazyimport.pyc (9.8KB)
    │   │       │           │   │       ├── _locking.pyc (1.7KB)
    │   │       │           │   │       ├── _machsignals.cpython-39-darwin.so (36KB)
    │   │       │           │   │       ├── _machsignals.pyc (705B)
    │   │       │           │   │       ├── _objc.cpython-39-darwin.so (748KB)
    │   │       │           │   │       ├── _objc.pyc (691B)
    │   │       │           │   │       ├── _properties.pyc (27KB)
    │   │       │           │   │       ├── _protocols.pyc (1.2KB)
    │   │       │           │   │       ├── _pycoder.pyc (10KB)
    │   │       │           │   │       └── _pythonify.pyc (2.7KB)
    │   │       │           │   ├── pyobjc_framework_Cocoa-8.5-py3.9-macosx-10.13-x86_64.egg (6 Entries)
    │   │       │           │   │   ├── AppKit (7 Entries)
    │   │       │           │   │   │   ├── _AppKit.cpython-39-darwin.so (285KB)
    │   │       │           │   │   │   ├── _AppKit.pyc (708B)
    │   │       │           │   │   │   ├── __init__.pyc (4.4KB)
    │   │       │           │   │   │   ├── _inlines.cpython-39-darwin.so (34KB)
    │   │       │           │   │   │   ├── _inlines.pyc (710B)
    │   │       │           │   │   │   ├── _metadata.pyc (465KB)
    │   │       │           │   │   │   └── _nsapp.pyc (1.4KB)
    │   │       │           │   │   ├── Cocoa (1 Entries)
    │   │       │           │   │   │   └── __init__.pyc (736B)
    │   │       │           │   │   ├── CoreFoundation (7 Entries)
    │   │       │           │   │   │   ├── _CoreFoundation.cpython-39-darwin.so (73KB)
    │   │       │           │   │   │   ├── _CoreFoundation.pyc (732B)
    │   │       │           │   │   │   ├── __init__.pyc (1.2KB)
    │   │       │           │   │   │   ├── _inlines.cpython-39-darwin.so (40KB)
    │   │       │           │   │   │   ├── _inlines.pyc (718B)
    │   │       │           │   │   │   ├── _metadata.pyc (102KB)
    │   │       │           │   │   │   └── _static.pyc (3.2KB)
    │   │       │           │   │   ├── EGG-INFO (8 Entries)
    │   │       │           │   │   │   ├── PKG-INFO (2.2KB)
    │   │       │           │   │   │   ├── SOURCES.txt (40KB)
    │   │       │           │   │   │   ├── dependency_links.txt (1B)
    │   │       │           │   │   │   ├── namespace_packages.txt (12B)
    │   │       │           │   │   │   ├── native_libs.txt (255B)
    │   │       │           │   │   │   ├── not-zip-safe (1B)
    │   │       │           │   │   │   ├── requires.txt (17B)
    │   │       │           │   │   │   └── top_level.txt (62B)
    │   │       │           │   │   ├── Foundation (10 Entries)
    │   │       │           │   │   │   ├── _Foundation.cpython-39-darwin.so (91KB)
    │   │       │           │   │   │   ├── _Foundation.pyc (720B)
    │   │       │           │   │   │   ├── __init__.pyc (6.2KB)
    │   │       │           │   │   │   ├── _context.pyc (1.7KB)
    │   │       │           │   │   │   ├── _functiondefines.pyc (2.0KB)
    │   │       │           │   │   │   ├── _inlines.cpython-39-darwin.so (42KB)
    │   │       │           │   │   │   ├── _inlines.pyc (714B)
    │   │       │           │   │   │   ├── _metadata.pyc (247KB)
    │   │       │           │   │   │   ├── _nsindexset.pyc (825B)
    │   │       │           │   │   │   └── _nsobject.pyc (8.0KB)
    │   │       │           │   │   └── PyObjCTools (4 Entries)
    │   │       │           │   │       ├── AppCategories.pyc (1.6KB)
    │   │       │           │   │       ├── AppHelper.pyc (9.2KB)
    │   │       │           │   │       ├── Conversion.pyc (6.2KB)
    │   │       │           │   │       └── FndCategories.pyc (1.5KB)
    │   │       │           │   └── pyobjc_framework_ExceptionHandling-8.5-py3.9.egg (3 Entries)
    │   │       │           │       ├── EGG-INFO (7 Entries)
    │   │       │           │       │   ├── PKG-INFO (2.5KB)
    │   │       │           │       │   ├── SOURCES.txt (1.1KB)
    │   │       │           │       │   ├── dependency_links.txt (1B)
    │   │       │           │       │   ├── namespace_packages.txt (12B)
    │   │       │           │       │   ├── not-zip-safe (1B)
    │   │       │           │       │   ├── requires.txt (45B)
    │   │       │           │       │   └── top_level.txt (30B)
    │   │       │           │       ├── ExceptionHandling (2 Entries)
    │   │       │           │       │   ├── __init__.pyc (939B)
    │   │       │           │       │   └── _metadata.pyc (2.6KB)
    │   │       │           │       └── PyObjCTools (1 Entries)
    │   │       │           │           └── Debugging.pyc (5.8KB)
    │   │       │           ├── site.pyc (11KB)
    │   │       │           ├── smtpd.pyc (24KB)
    │   │       │           ├── smtplib.pyc (20KB)
    │   │       │           ├── sndhdr.pyc (5.8KB)
    │   │       │           ├── socket.pyc (20KB)
    │   │       │           ├── socketserver.pyc (15KB)
    │   │       │           ├── sqlite3 (3 Entries)
    │   │       │           │   ├── __init__.pyc (244B)
    │   │       │           │   ├── dbapi2.pyc (2.6KB)
    │   │       │           │   └── dump.pyc (1.7KB)
    │   │       │           ├── sre_compile.pyc (15KB)
    │   │       │           ├── sre_constants.pyc (6.0KB)
    │   │       │           ├── sre_parse.pyc (22KB)
    │   │       │           ├── ssl.pyc (34KB)
    │   │       │           ├── stat.pyc (3.7KB)
    │   │       │           ├── statistics.pyc (16KB)
    │   │       │           ├── string.pyc (6.1KB)
    │   │       │           ├── stringprep.pyc (9.8KB)
    │   │       │           ├── struct.pyc (388B)
    │   │       │           ├── subprocess.pyc (32KB)
    │   │       │           ├── sunau.pyc (12KB)
    │   │       │           ├── symbol.pyc (2.6KB)
    │   │       │           ├── symtable.pyc (10KB)
    │   │       │           ├── sysconfig.pyc (14KB)
    │   │       │           ├── tabnanny.pyc (6.2KB)
    │   │       │           ├── tarfile.pyc (49KB)
    │   │       │           ├── telnetlib.pyc (11KB)
    │   │       │           ├── tempfile.pyc (17KB)
    │   │       │           ├── textwrap.pyc (6.3KB)
    │   │       │           ├── this.pyc (1.3KB)
    │   │       │           ├── threading.pyc (25KB)
    │   │       │           ├── timeit.pyc (6.0KB)
    │   │       │           ├── token.pyc (2.5KB)
    │   │       │           ├── tokenize.pyc (13KB)
    │   │       │           ├── trace.pyc (17KB)
    │   │       │           ├── traceback.pyc (12KB)
    │   │       │           ├── tracemalloc.pyc (17KB)
    │   │       │           ├── tty.pyc (1.1KB)
    │   │       │           ├── turtle.pyc (68KB)
    │   │       │           ├── types.pyc (8.1KB)
    │   │       │           ├── typing.pyc (51KB)
    │   │       │           ├── urllib (6 Entries)
    │   │       │           │   ├── __init__.pyc (212B)
    │   │       │           │   ├── error.pyc (2.2KB)
    │   │       │           │   ├── parse.pyc (24KB)
    │   │       │           │   ├── request.pyc (60KB)
    │   │       │           │   ├── response.pyc (3.0KB)
    │   │       │           │   └── robotparser.pyc (6.0KB)
    │   │       │           ├── uu.pyc (3.5KB)
    │   │       │           ├── uuid.pyc (15KB)
    │   │       │           ├── venv (3 Entries)
    │   │       │           │   ├── __init__.pyc (11KB)
    │   │       │           │   ├── __main__.pyc (415B)
    │   │       │           │   └── scripts (2 Entries)
    │   │       │           │       ├── common (2 Entries)
    │   │       │           │       │   ├── Activate.ps1 (8.8KB)
    │   │       │           │       │   └── activate (1.9KB)
    │   │       │           │       └── posix (2 Entries)
    │   │       │           │           ├── activate.csh (858B)
    │   │       │           │           └── activate.fish (2.0KB)
    │   │       │           ├── warnings.pyc (11KB)
    │   │       │           ├── wave.pyc (12KB)
    │   │       │           ├── weakref.pyc (17KB)
    │   │       │           ├── webbrowser.pyc (15KB)
    │   │       │           ├── wsgiref (6 Entries)
    │   │       │           │   ├── __init__.pyc (213B)
    │   │       │           │   ├── handlers.pyc (11KB)
    │   │       │           │   ├── headers.pyc (4.5KB)
    │   │       │           │   ├── simple_server.pyc (4.6KB)
    │   │       │           │   ├── util.pyc (3.9KB)
    │   │       │           │   └── validate.pyc (11KB)
    │   │       │           ├── xdrlib.pyc (7.8KB)
    │   │       │           ├── xml (5 Entries)
    │   │       │           │   ├── __init__.pyc (251B)
    │   │       │           │   ├── dom (8 Entries)
    │   │       │           │   │   ├── NodeFilter.pyc (958B)
    │   │       │           │   │   ├── __init__.pyc (4.8KB)
    │   │       │           │   │   ├── domreg.pyc (1.7KB)
    │   │       │           │   │   ├── expatbuilder.pyc (24KB)
    │   │       │           │   │   ├── minicompat.pyc (2.6KB)
    │   │       │           │   │   ├── minidom.pyc (54KB)
    │   │       │           │   │   ├── pulldom.pyc (10KB)
    │   │       │           │   │   └── xmlbuilder.pyc (12KB)
    │   │       │           │   ├── etree (5 Entries)
    │   │       │           │   │   ├── ElementInclude.pyc (2.5KB)
    │   │       │           │   │   ├── ElementPath.pyc (8.5KB)
    │   │       │           │   │   ├── ElementTree.pyc (37KB)
    │   │       │           │   │   ├── __init__.pyc (215B)
    │   │       │           │   │   └── cElementTree.pyc (257B)
    │   │       │           │   ├── parsers (2 Entries)
    │   │       │           │   │   ├── __init__.pyc (217B)
    │   │       │           │   │   └── expat.pyc (352B)
    │   │       │           │   └── sax (6 Entries)
    │   │       │           │       ├── __init__.pyc (2.2KB)
    │   │       │           │       ├── _exceptions.pyc (2.9KB)
    │   │       │           │       ├── expatreader.pyc (12KB)
    │   │       │           │       ├── handler.pyc (4.7KB)
    │   │       │           │       ├── saxutils.pyc (11KB)
    │   │       │           │       └── xmlreader.pyc (10KB)
    │   │       │           ├── xmlrpc (3 Entries)
    │   │       │           │   ├── __init__.pyc (212B)
    │   │       │           │   ├── client.pyc (29KB)
    │   │       │           │   └── server.pyc (18KB)
    │   │       │           ├── zipapp.pyc (4.9KB)
    │   │       │           ├── zipfile.pyc (50KB)
    │   │       │           ├── zipimport.pyc (14KB)
    │   │       │           └── zoneinfo (4 Entries)
    │   │       │               ├── __init__.pyc (893B)
    │   │       │               ├── _common.pyc (3.1KB)
    │   │       │               ├── _tzpath.pyc (3.7KB)
    │   │       │               └── _zoneinfo.pyc (15KB)
    │   │       └── Current -> 3.9
    │   └── Sparkle.framework (3 Entries)
    │       ├── Resources -> Versions/A/Resources
    │       ├── Sparkle -> Versions/A/Sparkle
    │       └── Versions (2 Entries)
    │           ├── A (3 Entries)
    │           │   ├── Resources (28 Entries)
    │           │   │   ├── Info.plist (1.4KB)
    │           │   │   ├── License.txt (8.5KB)
    │           │   │   ├── SUModelTranslation.plist (6.3KB)
    │           │   │   ├── SUStatus.nib (11KB)
    │           │   │   ├── cs.lproj (4 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   ├── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   │   └── Sparkle.strings (8.6KB)
    │           │   │   ├── da.lproj (4 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   ├── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   │   └── Sparkle.strings (9.1KB)
    │           │   │   ├── de.lproj (4 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   ├── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   │   └── Sparkle.strings (9.2KB)
    │           │   │   ├── en.lproj (4 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   ├── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   │   └── Sparkle.strings (9.1KB)
    │           │   │   ├── es.lproj (4 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   ├── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   │   └── Sparkle.strings (9.0KB)
    │           │   │   ├── finish_installation.app (1 Entries)
    │           │   │   │   └── Contents (5 Entries)
    │           │   │   │       ├── Info.plist (1.6KB)
    │           │   │   │       ├── MacOS (1 Entries)
    │           │   │   │       │   └── finish_installation (232KB)
    │           │   │   │       ├── PkgInfo (8B)
    │           │   │   │       ├── Resources (21 Entries)
    │           │   │   │       │   ├── SUStatus.nib (11KB)
    │           │   │   │       │   ├── Sparkle.icns (50KB)
    │           │   │   │       │   ├── cs.lproj (1 Entries)
    │           │   │   │       │   │   └── Sparkle.strings (8.6KB)
    │           │   │   │       │   ├── da.lproj (1 Entries)
    │           │   │   │       │   │   └── Sparkle.strings (9.1KB)
    │           │   │   │       │   ├── de.lproj (1 Entries)
    │           │   │   │       │   │   └── Sparkle.strings (9.2KB)
    │           │   │   │       │   ├── en.lproj (1 Entries)
    │           │   │   │       │   │   └── Sparkle.strings (9.1KB)
    │           │   │   │       │   ├── es.lproj (1 Entries)
    │           │   │   │       │   │   └── Sparkle.strings (9.0KB)
    │           │   │   │       │   ├── fr.lproj (1 Entries)
    │           │   │   │       │   │   └── Sparkle.strings (9.2KB)
    │           │   │   │       │   ├── is.lproj (1 Entries)
    │           │   │   │       │   │   └── Sparkle.strings (6.8KB)
    │           │   │   │       │   ├── it.lproj (1 Entries)
    │           │   │   │       │   │   └── Sparkle.strings (9.1KB)
    │           │   │   │       │   ├── ja.lproj (1 Entries)
    │           │   │   │       │   │   └── Sparkle.strings (7.5KB)
    │           │   │   │       │   ├── nl.lproj (1 Entries)
    │           │   │   │       │   │   └── Sparkle.strings (9.4KB)
    │           │   │   │       │   ├── pl.lproj (1 Entries)
    │           │   │   │       │   │   └── Sparkle.strings (9.5KB)
    │           │   │   │       │   ├── pt_BR.lproj (1 Entries)
    │           │   │   │       │   │   └── Sparkle.strings (8.6KB)
    │           │   │   │       │   ├── pt_PT.lproj (1 Entries)
    │           │   │   │       │   │   └── Sparkle.strings (8.7KB)
    │           │   │   │       │   ├── ro.lproj (1 Entries)
    │           │   │   │       │   │   └── Sparkle.strings (9.4KB)
    │           │   │   │       │   ├── ru.lproj (1 Entries)
    │           │   │   │       │   │   └── Sparkle.strings (8.7KB)
    │           │   │   │       │   ├── sv.lproj (1 Entries)
    │           │   │   │       │   │   └── Sparkle.strings (8.6KB)
    │           │   │   │       │   ├── tr.lproj (1 Entries)
    │           │   │   │       │   │   └── Sparkle.strings (8.9KB)
    │           │   │   │       │   ├── zh_CN.lproj (1 Entries)
    │           │   │   │       │   │   └── Sparkle.strings (6.9KB)
    │           │   │   │       │   └── zh_TW.lproj (1 Entries)
    │           │   │   │       │       └── Sparkle.strings (6.6KB)
    │           │   │   │       └── _CodeSignature (1 Entries)
    │           │   │   │           └── CodeResources (9.6KB)
    │           │   │   ├── fr.lproj (4 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   ├── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   │   └── Sparkle.strings (9.2KB)
    │           │   │   ├── fr_CA.lproj -> fr.lproj
    │           │   │   ├── is.lproj (4 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   ├── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   │   └── Sparkle.strings (6.8KB)
    │           │   │   ├── it.lproj (4 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   ├── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   │   └── Sparkle.strings (9.1KB)
    │           │   │   ├── ja.lproj (4 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   ├── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   │   └── Sparkle.strings (7.5KB)
    │           │   │   ├── ko.lproj (3 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   └── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   ├── nl.lproj (4 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   ├── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   │   └── Sparkle.strings (9.4KB)
    │           │   │   ├── pl.lproj (4 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   ├── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   │   └── Sparkle.strings (9.5KB)
    │           │   │   ├── pt.lproj -> pt_BR.lproj
    │           │   │   ├── pt_BR.lproj (4 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   ├── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   │   └── Sparkle.strings (8.6KB)
    │           │   │   ├── pt_PT.lproj (4 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   ├── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   │   └── Sparkle.strings (8.7KB)
    │           │   │   ├── ro.lproj (4 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   ├── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   │   └── Sparkle.strings (9.4KB)
    │           │   │   ├── ru.lproj (4 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   ├── SUUpdatePermissionPrompt.nib (17KB)
    │           │   │   │   └── Sparkle.strings (8.7KB)
    │           │   │   ├── sk.lproj (3 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   └── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   ├── sv.lproj (4 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   ├── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   │   └── Sparkle.strings (8.6KB)
    │           │   │   ├── tr.lproj (4 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   ├── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   │   └── Sparkle.strings (8.9KB)
    │           │   │   ├── zh_CN.lproj (4 Entries)
    │           │   │   │   ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │   │   ├── SUUpdateAlert.nib (14KB)
    │           │   │   │   ├── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │   │   └── Sparkle.strings (6.9KB)
    │           │   │   └── zh_TW.lproj (4 Entries)
    │           │   │       ├── SUAutomaticUpdateAlert.nib (11KB)
    │           │   │       ├── SUUpdateAlert.nib (13KB)
    │           │   │       ├── SUUpdatePermissionPrompt.nib (16KB)
    │           │   │       └── Sparkle.strings (6.6KB)
    │           │   ├── Sparkle (438KB)
    │           │   └── _CodeSignature (1 Entries)
    │           │       └── CodeResources (45KB)
    │           └── Current -> A
    ├── Info.plist (2.2KB)
    ├── MacOS (1 Entries)
    │   └── Myst 4 - Revelation (308KB)
    ├── PkgInfo (8B)
    ├── Resources (40 Entries)
    │   ├── Base.lproj (6 Entries)
    │   │   ├── FileOpenAccessory.nib (7.7KB)
    │   │   ├── LoggingOptionsView.nib (19KB)
    │   │   ├── MainMenuOEM.nib (8.5KB)
    │   │   ├── RunCommand.nib (26KB)
    │   │   ├── SelectBottleView.nib (9.6KB)
    │   │   └── ShutdownProgress.nib (2 Entries)
    │   │       ├── keyedobjects-101300.nib (18KB)
    │   │       └── keyedobjects-110000.nib (18KB)
    │   ├── CrossOverOEM.icns (3.7MB)
    │   ├── English.lproj (4 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── Localizable.strings (103KB)
    │   │   ├── MoveApplication.strings (2.0KB)
    │   │   └── splash.nib (2 Entries)
    │   │       ├── designable.nib (8.4MB)
    │   │       └── keyedobjects.nib (6.2MB)
    │   ├── ar.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (103KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.3KB)
    │   │   ├── MoveApplication.strings (2.0KB)
    │   │   ├── RunCommand.strings (3.0KB)
    │   │   ├── SelectBottleView.strings (234B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── cs.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (103KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.4KB)
    │   │   ├── MoveApplication.strings (2.1KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (232B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── da.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (103KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.3KB)
    │   │   ├── MoveApplication.strings (2.0KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (230B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── de.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (108KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.6KB)
    │   │   ├── MoveApplication.strings (2.2KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (238B)
    │   │   └── ShutdownProgress.strings (2.0KB)
    │   ├── el.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (103KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.3KB)
    │   │   ├── MoveApplication.strings (2.0KB)
    │   │   ├── RunCommand.strings (3.0KB)
    │   │   ├── SelectBottleView.strings (234B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── es.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (107KB)
    │   │   ├── LoggingOptionsView.strings (2.5KB)
    │   │   ├── MainMenuOEM.strings (6.5KB)
    │   │   ├── MoveApplication.strings (2.1KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (242B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── fi.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (103KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.3KB)
    │   │   ├── MoveApplication.strings (2.0KB)
    │   │   ├── RunCommand.strings (3.0KB)
    │   │   ├── SelectBottleView.strings (234B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── fr.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (107KB)
    │   │   ├── LoggingOptionsView.strings (2.5KB)
    │   │   ├── MainMenuOEM.strings (6.5KB)
    │   │   ├── MoveApplication.strings (2.2KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (252B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── he.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (100KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.3KB)
    │   │   ├── MoveApplication.strings (2.0KB)
    │   │   ├── RunCommand.strings (3.0KB)
    │   │   ├── SelectBottleView.strings (236B)
    │   │   └── ShutdownProgress.strings (1.8KB)
    │   ├── hi.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (103KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.3KB)
    │   │   ├── MoveApplication.strings (2.0KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (234B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── hu.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (106KB)
    │   │   ├── LoggingOptionsView.strings (2.5KB)
    │   │   ├── MainMenuOEM.strings (6.6KB)
    │   │   ├── MoveApplication.strings (2.1KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (264B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── id.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (103KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.3KB)
    │   │   ├── MoveApplication.strings (2.0KB)
    │   │   ├── RunCommand.strings (3.0KB)
    │   │   ├── SelectBottleView.strings (234B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── it.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (107KB)
    │   │   ├── LoggingOptionsView.strings (2.5KB)
    │   │   ├── MainMenuOEM.strings (6.5KB)
    │   │   ├── MoveApplication.strings (2.1KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (238B)
    │   │   └── ShutdownProgress.strings (2.0KB)
    │   ├── ja.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (92KB)
    │   │   ├── LoggingOptionsView.strings (2.2KB)
    │   │   ├── MainMenuOEM.strings (6.2KB)
    │   │   ├── MoveApplication.strings (1.8KB)
    │   │   ├── RunCommand.strings (2.9KB)
    │   │   ├── SelectBottleView.strings (214B)
    │   │   └── ShutdownProgress.strings (1.8KB)
    │   ├── ko.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (101KB)
    │   │   ├── LoggingOptionsView.strings (2.3KB)
    │   │   ├── MainMenuOEM.strings (6.2KB)
    │   │   ├── MoveApplication.strings (2.0KB)
    │   │   ├── RunCommand.strings (2.9KB)
    │   │   ├── SelectBottleView.strings (234B)
    │   │   └── ShutdownProgress.strings (1.8KB)
    │   ├── libcxsetup-v3.py (1.0KB)
    │   ├── libcxsetupbase.py (581B)
    │   ├── lt.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (103KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.5KB)
    │   │   ├── MoveApplication.strings (2.0KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (254B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── ms.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (104KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.4KB)
    │   │   ├── MoveApplication.strings (2.1KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (236B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── nb.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (103KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.3KB)
    │   │   ├── MoveApplication.strings (2.1KB)
    │   │   ├── RunCommand.strings (3.0KB)
    │   │   ├── SelectBottleView.strings (234B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── nl.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (107KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.5KB)
    │   │   ├── MoveApplication.strings (2.1KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (232B)
    │   │   └── ShutdownProgress.strings (2.0KB)
    │   ├── no.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (103KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.3KB)
    │   │   ├── MoveApplication.strings (2.0KB)
    │   │   ├── RunCommand.strings (3.0KB)
    │   │   ├── SelectBottleView.strings (234B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── pl.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (105KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.4KB)
    │   │   ├── MoveApplication.strings (2.1KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (234B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── pt.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (104KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.4KB)
    │   │   ├── MoveApplication.strings (2.1KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (240B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── pt_BR.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (104KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.4KB)
    │   │   ├── MoveApplication.strings (2.1KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (240B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── pt_PT.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (106KB)
    │   │   ├── LoggingOptionsView.strings (2.5KB)
    │   │   ├── MainMenuOEM.strings (6.5KB)
    │   │   ├── MoveApplication.strings (2.1KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (240B)
    │   │   └── ShutdownProgress.strings (2.0KB)
    │   ├── ro.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (104KB)
    │   │   ├── LoggingOptionsView.strings (2.5KB)
    │   │   ├── MainMenuOEM.strings (6.5KB)
    │   │   ├── MoveApplication.strings (2.1KB)
    │   │   ├── RunCommand.strings (3.2KB)
    │   │   ├── SelectBottleView.strings (246B)
    │   │   └── ShutdownProgress.strings (2.0KB)
    │   ├── ru.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (105KB)
    │   │   ├── LoggingOptionsView.strings (2.5KB)
    │   │   ├── MainMenuOEM.strings (6.5KB)
    │   │   ├── MoveApplication.strings (2.1KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (236B)
    │   │   └── ShutdownProgress.strings (2.0KB)
    │   ├── sk.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (104KB)
    │   │   ├── LoggingOptionsView.strings (2.5KB)
    │   │   ├── MainMenuOEM.strings (6.5KB)
    │   │   ├── MoveApplication.strings (2.1KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (234B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── sv.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (103KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.4KB)
    │   │   ├── MoveApplication.strings (2.0KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (234B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── tl.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (103KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.3KB)
    │   │   ├── MoveApplication.strings (2.0KB)
    │   │   ├── RunCommand.strings (3.0KB)
    │   │   ├── SelectBottleView.strings (234B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── tr.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (104KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.4KB)
    │   │   ├── MoveApplication.strings (2.0KB)
    │   │   ├── RunCommand.strings (3.1KB)
    │   │   ├── SelectBottleView.strings (230B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── ur.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (103KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.3KB)
    │   │   ├── MoveApplication.strings (2.0KB)
    │   │   ├── RunCommand.strings (3.0KB)
    │   │   ├── SelectBottleView.strings (234B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── vi.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (103KB)
    │   │   ├── LoggingOptionsView.strings (2.4KB)
    │   │   ├── MainMenuOEM.strings (6.3KB)
    │   │   ├── MoveApplication.strings (2.0KB)
    │   │   ├── RunCommand.strings (3.0KB)
    │   │   ├── SelectBottleView.strings (234B)
    │   │   └── ShutdownProgress.strings (1.9KB)
    │   ├── zh_CN.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (88KB)
    │   │   ├── LoggingOptionsView.strings (2.1KB)
    │   │   ├── MainMenuOEM.strings (6.1KB)
    │   │   ├── MoveApplication.strings (1.7KB)
    │   │   ├── RunCommand.strings (2.9KB)
    │   │   ├── SelectBottleView.strings (214B)
    │   │   └── ShutdownProgress.strings (1.7KB)
    │   ├── zh_HK.lproj (9 Entries)
    │   │   ├── Credits.html (3.5KB)
    │   │   ├── FileOpenAccessory.strings (364B)
    │   │   ├── Localizable.strings (97KB)
    │   │   ├── LoggingOptionsView.strings (2.3KB)
    │   │   ├── MainMenuOEM.strings (6.1KB)
    │   │   ├── MoveApplication.strings (1.8KB)
    │   │   ├── RunCommand.strings (2.9KB)
    │   │   ├── SelectBottleView.strings (212B)
    │   │   └── ShutdownProgress.strings (1.8KB)
    │   └── zh_TW.lproj (9 Entries)
    │       ├── Credits.html (3.5KB)
    │       ├── FileOpenAccessory.strings (364B)
    │       ├── Localizable.strings (88KB)
    │       ├── LoggingOptionsView.strings (2.2KB)
    │       ├── MainMenuOEM.strings (6.1KB)
    │       ├── MoveApplication.strings (1.7KB)
    │       ├── RunCommand.strings (2.9KB)
    │       ├── SelectBottleView.strings (214B)
    │       └── ShutdownProgress.strings (1.7KB)
    ├── SharedSupport (1 Entries)
    │   └── myst_iv (8 Entries)
    │       ├── Myst 4 - Revelation (42 Entries)
    │       │   ├── autorun -> wine
    │       │   ├── cabextract (103KB)
    │       │   ├── cxassoc (58KB)
    │       │   ├── cxavscan (8.5KB)
    │       │   ├── cxbottle (61KB)
    │       │   ├── cxbounce (33KB)
    │       │   ├── cxgarcon-terminal (7.2KB)
    │       │   ├── cxgetsysinfo (5.3KB)
    │       │   ├── cxgettext (33KB)
    │       │   ├── cxlogfilter (8.1KB)
    │       │   ├── cxmenu (52KB)
    │       │   ├── cxmessage (2.3KB)
    │       │   ├── cxnativeopen (9.2KB)
    │       │   ├── cxntlm_auth (910KB)
    │       │   ├── cxps2pdf (579B)
    │       │   ├── cxreboot (4.6KB)
    │       │   ├── cxstart -> wine
    │       │   ├── cxsu (13KB)
    │       │   ├── cxtemplate (5.6KB)
    │       │   ├── cxuninstall (11KB)
    │       │   ├── cxwinassoc (7.8KB)
    │       │   ├── launchurl (6.1KB)
    │       │   ├── locate_gui.sh (23KB)
    │       │   ├── ps2pdf (272B)
    │       │   ├── ps2pdf12 (215B)
    │       │   ├── ps2pdf13 (215B)
    │       │   ├── ps2pdf14 (215B)
    │       │   ├── ps2pdf_gs (11MB)
    │       │   ├── ps2pdfwr (1.1KB)
    │       │   ├── regedit -> wine
    │       │   ├── regsvr32 -> wine
    │       │   ├── unrar (346KB)
    │       │   ├── wine (42KB)
    │       │   ├── wine-preloader (13KB)
    │       │   ├── wine32on64 (14KB)
    │       │   ├── wine32on64-preloader (13KB)
    │       │   ├── wine64-preloader (13KB)
    │       │   ├── wineloader (14KB)
    │       │   ├── wineloader64 (14KB)
    │       │   ├── wineprefixcreate (13KB)
    │       │   ├── wineserver (544KB)
    │       │   └── wineshelllink (4.4KB)
    │       ├── bin -> Myst 4 - Revelation
    │       ├── etc (1 Entries)
    │       │   └── myst_iv.conf (15KB)
    │       ├── lib (13 Entries)
    │       │   ├── cxupgrade (16KB)
    │       │   ├── libSDL2-2.0.0.dylib (1.1MB)
    │       │   ├── libSDL2.dylib -> libSDL2-2.0.0.dylib
    │       │   ├── libcxfreetype.6.dylib (700KB)
    │       │   ├── libcxfreetype.dylib -> libcxfreetype.6.dylib
    │       │   ├── libcxfreetype.so -> libcxfreetype.6.dylib
    │       │   ├── libgmp.10.dylib (399KB)
    │       │   ├── libgmp.dylib -> libgmp.10.dylib
    │       │   ├── libgnutls.30.dylib (2.0MB)
    │       │   ├── libgnutls.dylib -> libgnutls.30.dylib
    │       │   ├── perl (40 Entries)
    │       │   │   ├── CXAssoc.pm (20KB)
    │       │   │   ├── CXAssocCDE.pm (15KB)
    │       │   │   ├── CXAssocCheck.pm (4.1KB)
    │       │   │   ├── CXAssocDebian.pm (1.9KB)
    │       │   │   ├── CXAssocMacOSX.pm (19KB)
    │       │   │   ├── CXAssocMailcap.pm (2.6KB)
    │       │   │   ├── CXAssocMcap.pm (5.3KB)
    │       │   │   ├── CXAssocWindows.pm (2.1KB)
    │       │   │   ├── CXAssocXDG.pm (40KB)
    │       │   │   ├── CXBottle.pm (19KB)
    │       │   │   ├── CXCDE.pm (4.9KB)
    │       │   │   ├── CXConfig.pm (4.4KB)
    │       │   │   ├── CXDebian.pm (5.9KB)
    │       │   │   ├── CXLog.pm (3.5KB)
    │       │   │   ├── CXMenu.pm (17KB)
    │       │   │   ├── CXMenuCDE.pm (9.9KB)
    │       │   │   ├── CXMenuCheck.pm (1.5KB)
    │       │   │   ├── CXMenuDebian.pm (12KB)
    │       │   │   ├── CXMenuDtop.pm (14KB)
    │       │   │   ├── CXMenuMacOSX.pm (12KB)
    │       │   │   ├── CXMenuPerm.pm (5.0KB)
    │       │   │   ├── CXMenuShortcut.pm (9.9KB)
    │       │   │   ├── CXMenuWindows.pm (6.4KB)
    │       │   │   ├── CXMenuXDG.pm (26KB)
    │       │   │   ├── CXMimeMcap.pm (25KB)
    │       │   │   ├── CXOpts.pm (4.5KB)
    │       │   │   ├── CXPlist.pm (1.8KB)
    │       │   │   ├── CXRPM.pm (5.6KB)
    │       │   │   ├── CXRWConfig.pm (17KB)
    │       │   │   ├── CXRecode.pm (2.8KB)
    │       │   │   ├── CXReplicateDir.pm (41KB)
    │       │   │   ├── CXSunpkg.pm (7.3KB)
    │       │   │   ├── CXTinySAX.pm (4.2KB)
    │       │   │   ├── CXTinySAXBase.pm (800B)
    │       │   │   ├── CXTinySAXLog.pm (1.0KB)
    │       │   │   ├── CXTinySAXMultiplexer.pm (1.3KB)
    │       │   │   ├── CXUpgrade.pm (17KB)
    │       │   │   ├── CXUtils.pm (36KB)
    │       │   │   ├── CXXMLDOM.pm (9.0KB)
    │       │   │   └── XML (7 Entries)
    │       │   │       ├── DOM (3 Entries)
    │       │   │       │   ├── DOMException.pm (1.9KB)
    │       │   │       │   ├── NamedNodeMap.pm (5.3KB)
    │       │   │       │   └── NodeList.pm (695B)
    │       │   │       ├── DOM.pm (108KB)
    │       │   │       ├── Handler (1 Entries)
    │       │   │       │   └── BuildDOM.pm (7.6KB)
    │       │   │       ├── NamespaceSupport.pm (21KB)
    │       │   │       ├── RegExp.pm (6.1KB)
    │       │   │       ├── SAX (6 Entries)
    │       │   │       │   ├── Base.pm (122KB)
    │       │   │       │   ├── DocumentLocator.pm (2.9KB)
    │       │   │       │   ├── Exception.pm (3.0KB)
    │       │   │       │   ├── ParserFactory.pm (6.6KB)
    │       │   │       │   ├── PurePerl (11 Entries)
    │       │   │       │   │   ├── DTDDecls.pm (17KB)
    │       │   │       │   │   ├── DebugHandler.pm (1.9KB)
    │       │   │       │   │   ├── DocType.pm (4.7KB)
    │       │   │       │   │   ├── EncodingDetect.pm (2.7KB)
    │       │   │       │   │   ├── Exception.pm (1.8KB)
    │       │   │       │   │   ├── NoUnicodeExt.pm (681B)
    │       │   │       │   │   ├── Productions.pm (6.7KB)
    │       │   │       │   │   ├── Reader (5 Entries)
    │       │   │       │   │   │   ├── NoUnicodeExt.pm (640B)
    │       │   │       │   │   │   ├── Stream.pm (1.8KB)
    │       │   │       │   │   │   ├── String.pm (1.7KB)
    │       │   │       │   │   │   ├── URI.pm (1.5KB)
    │       │   │       │   │   │   └── UnicodeExt.pm (378B)
    │       │   │       │   │   ├── Reader.pm (2.6KB)
    │       │   │       │   │   ├── UnicodeExt.pm (420B)
    │       │   │       │   │   └── XMLDecl.pm (3.4KB)
    │       │   │       │   └── PurePerl.pm (21KB)
    │       │   │       └── SAX.pm (9.3KB)
    │       │   ├── python (48 Entries)
    │       │   │   ├── appdetector.pyc (7.7KB)
    │       │   │   ├── bottlemanagement.pyc (9.3KB)
    │       │   │   ├── bottlequery.pyc (29KB)
    │       │   │   ├── bottlewrapper.pyc (33KB)
    │       │   │   ├── c4parser.pyc (33KB)
    │       │   │   ├── c4profiles.pyc (55KB)
    │       │   │   ├── c4profilesmanager.pyc (11KB)
    │       │   │   ├── cddetector.pyc (1.9KB)
    │       │   │   ├── cxaiebase.pyc (15KB)
    │       │   │   ├── cxaiecore.pyc (33KB)
    │       │   │   ├── cxaiemedia.pyc (18KB)
    │       │   │   ├── cxaiemisc.pyc (6.9KB)
    │       │   │   ├── cxaiengine.pyc (16KB)
    │       │   │   ├── cxassoc.pyc (7.1KB)
    │       │   │   ├── cxconfig.pyc (29KB)
    │       │   │   ├── cxdecorators.pyc (2.4KB)
    │       │   │   ├── cxdiag.pyc (7.2KB)
    │       │   │   ├── cxevent.pyc (2.8KB)
    │       │   │   ├── cxfixes.pyc (19KB)
    │       │   │   ├── cxfixesdialog.pyc (3.3KB)
    │       │   │   ├── cxfixesobjs.pyc (12KB)
    │       │   │   ├── cxfixesparser.pyc (16KB)
    │       │   │   ├── cxfsnotifier.pyc (8.4KB)
    │       │   │   ├── cxglob.pyc (3.9KB)
    │       │   │   ├── cxhtmlutils.pyc (4.4KB)
    │       │   │   ├── cxlog.pyc (5.8KB)
    │       │   │   ├── cxmenu.pyc (8.9KB)
    │       │   │   ├── cxobjc.pyc (7.6KB)
    │       │   │   ├── cxobservable.pyc (3.0KB)
    │       │   │   ├── cxopt.pyc (1.0KB)
    │       │   │   ├── cxproduct.pyc (9.9KB)
    │       │   │   ├── cxurlget.pyc (3.2KB)
    │       │   │   ├── cxurlget_base.pyc (5.1KB)
    │       │   │   ├── cxurlget_nsurl.pyc (4.8KB)
    │       │   │   ├── cxurlget_urllib.pyc (7.2KB)
    │       │   │   ├── cxutils.pyc (26KB)
    │       │   │   ├── cxwhich.pyc (947B)
    │       │   │   ├── demoutils.pyc (9.8KB)
    │       │   │   ├── distversion.pyc (1.2KB)
    │       │   │   ├── downloaddetector.pyc (2.1KB)
    │       │   │   ├── fileupdate.pyc (4.9KB)
    │       │   │   ├── globtree.pyc (9.7KB)
    │       │   │   ├── iconutils.pyc (2.5KB)
    │       │   │   ├── installtask.pyc (53KB)
    │       │   │   ├── iso8601.pyc (3.8KB)
    │       │   │   ├── proxyinfo.pyc (8.9KB)
    │       │   │   ├── ratingutils.pyc (5.0KB)
    │       │   │   └── webtoken.pyc (1.5KB)
    │       │   └── wine (6 Entries)
    │       │       ├── dxvk (6 Entries)
    │       │       │   ├── d3d10.dll (1.2MB)
    │       │       │   ├── d3d10_1.dll (1.2MB)
    │       │       │   ├── d3d10core.dll (1.1MB)
    │       │       │   ├── d3d11.dll (3.1MB)
    │       │       │   ├── d3d9.dll (2.8MB)
    │       │       │   └── dxgi.dll (2.1MB)
    │       │       ├── i386-unix (32 Entries)
    │       │       │   ├── assocscan.exe.so (96KB)
    │       │       │   ├── avicap32.so (4.1KB)
    │       │       │   ├── bcrypt.so (38KB)
    │       │       │   ├── crypt32.so (19KB)
    │       │       │   ├── ctapi32.so (8.5KB)
    │       │       │   ├── cxnative.exe.so (83KB)
    │       │       │   ├── dnsapi.so (13KB)
    │       │       │   ├── dwrite.so (17KB)
    │       │       │   ├── kerberos.so (4.1KB)
    │       │       │   ├── libwine.1.0.dylib (9.3KB)
    │       │       │   ├── libwine.1.dylib -> libwine.1.0.dylib
    │       │       │   ├── mountmgr.so (31KB)
    │       │       │   ├── msv1_0.so (14KB)
    │       │       │   ├── netapi32.so (4.1KB)
    │       │       │   ├── nsiproxy.so (35KB)
    │       │       │   ├── ntdll.so (474KB)
    │       │       │   ├── odbc32.so (25KB)
    │       │       │   ├── openal32.dll.so (109KB)
    │       │       │   ├── opencl.so (18KB)
    │       │       │   ├── opengl32.dll.so (742KB)
    │       │       │   ├── qcap.so (16KB)
    │       │       │   ├── secur32.so (26KB)
    │       │       │   ├── win32u.dll.so (1.2MB)
    │       │       │   ├── winebus.so (54KB)
    │       │       │   ├── winecoreaudio.so (51KB)
    │       │       │   ├── winemac.drv.so (626KB)
    │       │       │   ├── winevulkan.so (195KB)
    │       │       │   ├── winewrapper.exe.so (228KB)
    │       │       │   ├── winspool.so (23KB)
    │       │       │   ├── wldap32.so (20KB)
    │       │       │   ├── wpcap.so (16KB)
    │       │       │   └── ws2_32.so (18KB)
    │       │       ├── i386-windows (757 Entries)
    │       │       │   ├── acledit.dll (40KB)
    │       │       │   ├── aclui.dll (69KB)
    │       │       │   ├── activeds.dll (143KB)
    │       │       │   ├── activeds.tlb (49KB)
    │       │       │   ├── actxprxy.dll (1.3MB)
    │       │       │   ├── adsldp.dll (102KB)
    │       │       │   ├── adsldpc.dll (53KB)
    │       │       │   ├── advapi32.dll (253KB)
    │       │       │   ├── advpack.dll (81KB)
    │       │       │   ├── amsi.dll (45KB)
    │       │       │   ├── amstream.dll (253KB)
    │       │       │   ├── apisetschema.dll (65KB)
    │       │       │   ├── apphelp.dll (61KB)
    │       │       │   ├── appwiz.cpl (389KB)
    │       │       │   ├── arp.exe (32KB)
    │       │       │   ├── aspnet_regiis.exe (32KB)
    │       │       │   ├── assocscan.exe (9.2KB)
    │       │       │   ├── atl.dll (188KB)
    │       │       │   ├── atl100.dll (180KB)
    │       │       │   ├── atl110.dll (180KB)
    │       │       │   ├── atl80.dll (184KB)
    │       │       │   ├── atl90.dll (184KB)
    │       │       │   ├── atlthunk.dll (40KB)
    │       │       │   ├── atmlib.dll (49KB)
    │       │       │   ├── attrib.exe (81KB)
    │       │       │   ├── authz.dll (45KB)
    │       │       │   ├── autorun.exe (28KB)
    │       │       │   ├── avicap32.dll (45KB)
    │       │       │   ├── avifil32.dll (327KB)
    │       │       │   ├── avifile.dll16 (40KB)
    │       │       │   ├── avrt.dll (45KB)
    │       │       │   ├── bcrypt.dll (90KB)
    │       │       │   ├── bluetoothapis.dll (49KB)
    │       │       │   ├── browseui.dll (167KB)
    │       │       │   ├── bthprops.cpl (49KB)
    │       │       │   ├── cabarc.exe (45KB)
    │       │       │   ├── cabinet.dll (118KB)
    │       │       │   ├── cacls.exe (32KB)
    │       │       │   ├── cards.dll (299KB)
    │       │       │   ├── cdosys.dll (45KB)
    │       │       │   ├── cfgmgr32.dll (53KB)
    │       │       │   ├── chcp.com (45KB)
    │       │       │   ├── clusapi.dll (53KB)
    │       │       │   ├── cmd.exe (974KB)
    │       │       │   ├── cng.sys (40KB)
    │       │       │   ├── combase.dll (352KB)
    │       │       │   ├── comcat.dll (45KB)
    │       │       │   ├── comctl32.dll (1.4MB)
    │       │       │   ├── comdlg32.dll (1.1MB)
    │       │       │   ├── comm.drv16 (33KB)
    │       │       │   ├── commdlg.dll16 (53KB)
    │       │       │   ├── compobj.dll16 (147KB)
    │       │       │   ├── compstui.dll (40KB)
    │       │       │   ├── comsvcs.dll (151KB)
    │       │       │   ├── concrt140.dll (151KB)
    │       │       │   ├── conhost.exe (233KB)
    │       │       │   ├── connect.dll (40KB)
    │       │       │   ├── control.exe (32KB)
    │       │       │   ├── credui.dll (159KB)
    │       │       │   ├── crtdll.dll (593KB)
    │       │       │   ├── crypt32.dll (811KB)
    │       │       │   ├── cryptdlg.dll (69KB)
    │       │       │   ├── cryptdll.dll (36KB)
    │       │       │   ├── cryptext.dll (45KB)
    │       │       │   ├── cryptnet.dll (98KB)
    │       │       │   ├── cryptsp.dll (40KB)
    │       │       │   ├── cryptui.dll (1.1MB)
    │       │       │   ├── cscript.exe (90KB)
    │       │       │   ├── ctapi32.dll (40KB)
    │       │       │   ├── ctfmon.exe -> cxdummy.exe
    │       │       │   ├── ctl3d.dll16 (40KB)
    │       │       │   ├── ctl3d32.dll (40KB)
    │       │       │   ├── ctl3dv2.dll16 (40KB)
    │       │       │   ├── cxcplinfo.exe (40KB)
    │       │       │   ├── cxdummy.exe (28KB)
    │       │       │   ├── cxinstallfonts.exe (28KB)
    │       │       │   ├── cxkeepalive.exe (32KB)
    │       │       │   ├── cxmanip.exe (40KB)
    │       │       │   ├── cxmklnk.exe (49KB)
    │       │       │   ├── cxnative.exe (9.2KB)
    │       │       │   ├── cxwget.exe (45KB)
    │       │       │   ├── d2d1.dll (454KB)
    │       │       │   ├── d3d10.dll (258KB)
    │       │       │   ├── d3d10_1.dll (61KB)
    │       │       │   ├── d3d10core.dll (57KB)
    │       │       │   ├── d3d11.dll (430KB)
    │       │       │   ├── d3d12.dll (131KB)
    │       │       │   ├── d3d8.dll (172KB)
    │       │       │   ├── d3d8thk.dll (45KB)
    │       │       │   ├── d3d9.dll (212KB)
    │       │       │   ├── d3dcompiler_33.dll (225KB)
    │       │       │   ├── d3dcompiler_34.dll (225KB)
    │       │       │   ├── d3dcompiler_35.dll (225KB)
    │       │       │   ├── d3dcompiler_36.dll (225KB)
    │       │       │   ├── d3dcompiler_37.dll (225KB)
    │       │       │   ├── d3dcompiler_38.dll (225KB)
    │       │       │   ├── d3dcompiler_39.dll (225KB)
    │       │       │   ├── d3dcompiler_40.dll (225KB)
    │       │       │   ├── d3dcompiler_41.dll (225KB)
    │       │       │   ├── d3dcompiler_42.dll (225KB)
    │       │       │   ├── d3dcompiler_43.dll (225KB)
    │       │       │   ├── d3dcompiler_46.dll (225KB)
    │       │       │   ├── d3dcompiler_47.dll (225KB)
    │       │       │   ├── d3dim.dll (40KB)
    │       │       │   ├── d3dim700.dll (40KB)
    │       │       │   ├── d3drm.dll (323KB)
    │       │       │   ├── d3dx10_33.dll (57KB)
    │       │       │   ├── d3dx10_34.dll (57KB)
    │       │       │   ├── d3dx10_35.dll (57KB)
    │       │       │   ├── d3dx10_36.dll (57KB)
    │       │       │   ├── d3dx10_37.dll (57KB)
    │       │       │   ├── d3dx10_38.dll (57KB)
    │       │       │   ├── d3dx10_39.dll (57KB)
    │       │       │   ├── d3dx10_40.dll (57KB)
    │       │       │   ├── d3dx10_41.dll (57KB)
    │       │       │   ├── d3dx10_42.dll (57KB)
    │       │       │   ├── d3dx10_43.dll (212KB)
    │       │       │   ├── d3dx11_42.dll (61KB)
    │       │       │   ├── d3dx11_43.dll (61KB)
    │       │       │   ├── d3dx9_24.dll (638KB)
    │       │       │   ├── d3dx9_25.dll (638KB)
    │       │       │   ├── d3dx9_26.dll (647KB)
    │       │       │   ├── d3dx9_27.dll (647KB)
    │       │       │   ├── d3dx9_28.dll (647KB)
    │       │       │   ├── d3dx9_29.dll (647KB)
    │       │       │   ├── d3dx9_30.dll (647KB)
    │       │       │   ├── d3dx9_31.dll (647KB)
    │       │       │   ├── d3dx9_32.dll (647KB)
    │       │       │   ├── d3dx9_33.dll (647KB)
    │       │       │   ├── d3dx9_34.dll (647KB)
    │       │       │   ├── d3dx9_35.dll (647KB)
    │       │       │   ├── d3dx9_36.dll (647KB)
    │       │       │   ├── d3dx9_37.dll (647KB)
    │       │       │   ├── d3dx9_38.dll (647KB)
    │       │       │   ├── d3dx9_39.dll (647KB)
    │       │       │   ├── d3dx9_40.dll (647KB)
    │       │       │   ├── d3dx9_41.dll (647KB)
    │       │       │   ├── d3dx9_42.dll (647KB)
    │       │       │   ├── d3dx9_43.dll (647KB)
    │       │       │   ├── d3dxof.dll (184KB)
    │       │       │   ├── davclnt.dll (40KB)
    │       │       │   ├── dbgeng.dll (147KB)
    │       │       │   ├── dbghelp.dll (438KB)
    │       │       │   ├── dciman32.dll (40KB)
    │       │       │   ├── dcomp.dll (49KB)
    │       │       │   ├── ddeml.dll16 (40KB)
    │       │       │   ├── ddhelp.exe -> cxdummy.exe
    │       │       │   ├── ddraw.dll (483KB)
    │       │       │   ├── ddrawex.dll (188KB)
    │       │       │   ├── devenum.dll (196KB)
    │       │       │   ├── dhcpcsvc.dll (45KB)
    │       │       │   ├── dhcpcsvc6.dll (36KB)
    │       │       │   ├── dhtmled.ocx (237KB)
    │       │       │   ├── diasymreader.dll (143KB)
    │       │       │   ├── difxapi.dll (45KB)
    │       │       │   ├── dinput.dll (311KB)
    │       │       │   ├── dinput8.dll (311KB)
    │       │       │   ├── directmanipulation.dll (147KB)
    │       │       │   ├── dism.exe (36KB)
    │       │       │   ├── dispdib.dll16 (36KB)
    │       │       │   ├── dispex.dll (159KB)
    │       │       │   ├── display.drv16 (37KB)
    │       │       │   ├── dllhost.exe (65KB)
    │       │       │   ├── dmband.dll (180KB)
    │       │       │   ├── dmcompos.dll (180KB)
    │       │       │   ├── dmime.dll (266KB)
    │       │       │   ├── dmloader.dll (208KB)
    │       │       │   ├── dmscript.dll (180KB)
    │       │       │   ├── dmstyle.dll (229KB)
    │       │       │   ├── dmsynth.dll (180KB)
    │       │       │   ├── dmusic.dll (212KB)
    │       │       │   ├── dmusic32.dll (45KB)
    │       │       │   ├── dnsapi.dll (86KB)
    │       │       │   ├── dplay.dll (36KB)
    │       │       │   ├── dplaysvr.exe (36KB)
    │       │       │   ├── dplayx.dll (270KB)
    │       │       │   ├── dpnaddr.dll (36KB)
    │       │       │   ├── dpnet.dll (172KB)
    │       │       │   ├── dpnhpast.dll (45KB)
    │       │       │   ├── dpnhupnp.dll (49KB)
    │       │       │   ├── dpnlobby.dll (36KB)
    │       │       │   ├── dpnsvr.exe (36KB)
    │       │       │   ├── dpvoice.dll (139KB)
    │       │       │   ├── dpvsetup.exe (36KB)
    │       │       │   ├── dpwsockx.dll (61KB)
    │       │       │   ├── drmclien.dll (40KB)
    │       │       │   ├── dsdmo.dll (172KB)
    │       │       │   ├── dsound.dll (372KB)
    │       │       │   ├── dsquery.dll (131KB)
    │       │       │   ├── dssenh.dll (57KB)
    │       │       │   ├── dsuiext.dll (131KB)
    │       │       │   ├── dswave.dll (159KB)
    │       │       │   ├── dwmapi.dll (53KB)
    │       │       │   ├── dwrite.dll (458KB)
    │       │       │   ├── dx8vb.dll (139KB)
    │       │       │   ├── dxdiag.exe (57KB)
    │       │       │   ├── dxdiagn.dll (196KB)
    │       │       │   ├── dxgi.dll (258KB)
    │       │       │   ├── dxtrans.dll (45KB)
    │       │       │   ├── dxva2.dll (143KB)
    │       │       │   ├── eject.exe (36KB)
    │       │       │   ├── esent.dll (69KB)
    │       │       │   ├── evr.dll (372KB)
    │       │       │   ├── expand.exe (28KB)
    │       │       │   ├── explorer.exe (131KB)
    │       │       │   ├── explorerframe.dll (151KB)
    │       │       │   ├── extrac32.exe (40KB)
    │       │       │   ├── extract.exe (32KB)
    │       │       │   ├── faultrep.dll (45KB)
    │       │       │   ├── fc.exe (32KB)
    │       │       │   ├── feclient.dll (40KB)
    │       │       │   ├── find.exe (40KB)
    │       │       │   ├── findfast.exe -> cxdummy.exe
    │       │       │   ├── findstr.exe (32KB)
    │       │       │   ├── fltlib.dll (49KB)
    │       │       │   ├── fltmgr.sys (65KB)
    │       │       │   ├── fntcache.dll (45KB)
    │       │       │   ├── fontsub.dll (40KB)
    │       │       │   ├── fsutil.exe (45KB)
    │       │       │   ├── fusion.dll (81KB)
    │       │       │   ├── fwpuclnt.dll (65KB)
    │       │       │   ├── gameux.dll (167KB)
    │       │       │   ├── gamingtcui.dll (40KB)
    │       │       │   ├── gdi.exe16 (111KB)
    │       │       │   ├── gdi32.dll (507KB)
    │       │       │   ├── gdiplus.dll (544KB)
    │       │       │   ├── glu32.dll (167KB)
    │       │       │   ├── gpkcsp.dll (40KB)
    │       │       │   ├── hal.dll (53KB)
    │       │       │   ├── hh.exe (102KB)
    │       │       │   ├── hhctrl.ocx (258KB)
    │       │       │   ├── hid.dll (61KB)
    │       │       │   ├── hidclass.sys (77KB)
    │       │       │   ├── hidparse.sys (65KB)
    │       │       │   ├── hlink.dll (159KB)
    │       │       │   ├── hnetcfg.dll (172KB)
    │       │       │   ├── hostname.exe (45KB)
    │       │       │   ├── http.sys (53KB)
    │       │       │   ├── httpapi.dll (53KB)
    │       │       │   ├── icacls.exe (32KB)
    │       │       │   ├── iccvid.dll (57KB)
    │       │       │   ├── icmp.dll (16KB)
    │       │       │   ├── ieframe.dll (528KB)
    │       │       │   ├── ieproxy.dll (131KB)
    │       │       │   ├── iexplore.exe (122KB)
    │       │       │   ├── ifsmgr.vxd (40KB)
    │       │       │   ├── imaadp32.acm (49KB)
    │       │       │   ├── imagehlp.dll (61KB)
    │       │       │   ├── imjpmig.exe -> cxdummy.exe
    │       │       │   ├── imm.dll16 (40KB)
    │       │       │   ├── imm32.dll (106KB)
    │       │       │   ├── inetcomm.dll (258KB)
    │       │       │   ├── inetcpl.cpl (356KB)
    │       │       │   ├── inetmib1.dll (53KB)
    │       │       │   ├── infosoft.dll (126KB)
    │       │       │   ├── initpki.dll (40KB)
    │       │       │   ├── inkobj.dll (45KB)
    │       │       │   ├── inseng.dll (131KB)
    │       │       │   ├── ipconfig.exe (61KB)
    │       │       │   ├── iphlpapi.dll (188KB)
    │       │       │   ├── iprop.dll (32KB)
    │       │       │   ├── irprops.cpl (40KB)
    │       │       │   ├── itircl.dll (40KB)
    │       │       │   ├── itss.dll (176KB)
    │       │       │   ├── joy.cpl (192KB)
    │       │       │   ├── jscript.dll (712KB)
    │       │       │   ├── jsproxy.dll (135KB)
    │       │       │   ├── kerberos.dll (53KB)
    │       │       │   ├── kernel32.dll (389KB)
    │       │       │   ├── kernelbase.dll (2.4MB)
    │       │       │   ├── keyboard.drv16 (37KB)
    │       │       │   ├── krnl386.exe16 (385KB)
    │       │       │   ├── ksecdd.sys (53KB)
    │       │       │   ├── ksproxy.ax (45KB)
    │       │       │   ├── ksuser.dll (40KB)
    │       │       │   ├── ktmw32.dll (45KB)
    │       │       │   ├── l3codeca.acm (278KB)
    │       │       │   ├── libvkd3d-1.dll (375KB)
    │       │       │   ├── libvkd3d-shader-1.dll (499KB)
    │       │       │   ├── light.msstyles (7.6MB)
    │       │       │   ├── loadperf.dll (45KB)
    │       │       │   ├── localspl.dll (196KB)
    │       │       │   ├── localui.dll (90KB)
    │       │       │   ├── lodctr.exe (28KB)
    │       │       │   ├── lz32.dll (20KB)
    │       │       │   ├── lzexpand.dll16 (45KB)
    │       │       │   ├── maildoff.exe -> cxdummy.exe
    │       │       │   ├── mapi32.dll (192KB)
    │       │       │   ├── mapistub.dll (49KB)
    │       │       │   ├── mciavi32.dll (98KB)
    │       │       │   ├── mcicda.dll (57KB)
    │       │       │   ├── mciqtz32.dll (102KB)
    │       │       │   ├── mciseq.dll (65KB)
    │       │       │   ├── mciwave.dll (65KB)
    │       │       │   ├── mdm.exe -> cxdummy.exe
    │       │       │   ├── mf.dll (450KB)
    │       │       │   ├── mf3216.dll (36KB)
    │       │       │   ├── mferror.dll (229KB)
    │       │       │   ├── mfmediaengine.dll (208KB)
    │       │       │   ├── mfplat.dll (397KB)
    │       │       │   ├── mfplay.dll (176KB)
    │       │       │   ├── mfreadwrite.dll (196KB)
    │       │       │   ├── mgmtapi.dll (40KB)
    │       │       │   ├── midimap.dll (49KB)
    │       │       │   ├── mlang.dll (208KB)
    │       │       │   ├── mmcndmgr.dll (126KB)
    │       │       │   ├── mmdevapi.dll (172KB)
    │       │       │   ├── mmdevldr.vxd (40KB)
    │       │       │   ├── mmsystem.dll16 (106KB)
    │       │       │   ├── mofcomp.exe (32KB)
    │       │       │   ├── monodebg.vxd (40KB)
    │       │       │   ├── mosearch.exe -> cxdummy.exe
    │       │       │   ├── mountmgr.sys (69KB)
    │       │       │   ├── mouse.drv16 (33KB)
    │       │       │   ├── mp3dmod.dll (372KB)
    │       │       │   ├── mpr.dll (122KB)
    │       │       │   ├── mprapi.dll (53KB)
    │       │       │   ├── msacm.dll16 (45KB)
    │       │       │   ├── msacm32.dll (131KB)
    │       │       │   ├── msacm32.drv (57KB)
    │       │       │   ├── msado15.dll (212KB)
    │       │       │   ├── msadp32.acm (49KB)
    │       │       │   ├── msasn1.dll (77KB)
    │       │       │   ├── mscat32.dll (36KB)
    │       │       │   ├── mscms.dll (344KB)
    │       │       │   ├── mscoree.dll (245KB)
    │       │       │   ├── mscorwks.dll (45KB)
    │       │       │   ├── msctf.dll (225KB)
    │       │       │   ├── msctfmonitor.dll (40KB)
    │       │       │   ├── msctfp.dll (368KB)
    │       │       │   ├── msdaps.dll (380KB)
    │       │       │   ├── msdasql.dll (163KB)
    │       │       │   ├── msdelta.dll (36KB)
    │       │       │   ├── msdmo.dll (135KB)
    │       │       │   ├── msdrm.dll (49KB)
    │       │       │   ├── msftedit.dll (122KB)
    │       │       │   ├── msg711.acm (45KB)
    │       │       │   ├── msgsm32.acm (69KB)
    │       │       │   ├── mshta.exe (28KB)
    │       │       │   ├── mshtml.dll (1.9MB)
    │       │       │   ├── mshtml.tlb (1.2MB)
    │       │       │   ├── msi.dll (1.4MB)
    │       │       │   ├── msidb.exe (40KB)
    │       │       │   ├── msident.dll (61KB)
    │       │       │   ├── msiexec.exe (102KB)
    │       │       │   ├── msimg32.dll (40KB)
    │       │       │   ├── msimsg.dll (16KB)
    │       │       │   ├── msimtf.dll (135KB)
    │       │       │   ├── msinfo32.exe (36KB)
    │       │       │   ├── msisip.dll (45KB)
    │       │       │   ├── msisys.ocx (40KB)
    │       │       │   ├── msls31.dll (40KB)
    │       │       │   ├── msnet32.dll (49KB)
    │       │       │   ├── mspatcha.dll (65KB)
    │       │       │   ├── msports.dll (36KB)
    │       │       │   ├── msrle32.dll (73KB)
    │       │       │   ├── msscript.ocx (131KB)
    │       │       │   ├── mssign32.dll (45KB)
    │       │       │   ├── mssip32.dll (40KB)
    │       │       │   ├── mstask.dll (102KB)
    │       │       │   ├── msv1_0.dll (65KB)
    │       │       │   ├── msvcirt.dll (167KB)
    │       │       │   ├── msvcm80.dll (65KB)
    │       │       │   ├── msvcm90.dll (57KB)
    │       │       │   ├── msvcp100.dll (847KB)
    │       │       │   ├── msvcp110.dll (864KB)
    │       │       │   ├── msvcp120.dll (860KB)
    │       │       │   ├── msvcp120_app.dll (274KB)
    │       │       │   ├── msvcp140.dll (860KB)
    │       │       │   ├── msvcp140_1.dll (40KB)
    │       │       │   ├── msvcp140_atomic_wait.dll (45KB)
    │       │       │   ├── msvcp60.dll (851KB)
    │       │       │   ├── msvcp70.dll (1.0MB)
    │       │       │   ├── msvcp71.dll (995KB)
    │       │       │   ├── msvcp80.dll (1.0MB)
    │       │       │   ├── msvcp90.dll (1.0MB)
    │       │       │   ├── msvcp_win.dll (278KB)
    │       │       │   ├── msvcr100.dll (745KB)
    │       │       │   ├── msvcr110.dll (761KB)
    │       │       │   ├── msvcr120.dll (823KB)
    │       │       │   ├── msvcr120_app.dll (143KB)
    │       │       │   ├── msvcr70.dll (598KB)
    │       │       │   ├── msvcr71.dll (598KB)
    │       │       │   ├── msvcr80.dll (667KB)
    │       │       │   ├── msvcr90.dll (663KB)
    │       │       │   ├── msvcrt.dll (634KB)
    │       │       │   ├── msvcrt20.dll (98KB)
    │       │       │   ├── msvcrt40.dll (94KB)
    │       │       │   ├── msvcrtd.dll (610KB)
    │       │       │   ├── msvfw32.dll (147KB)
    │       │       │   ├── msvidc32.dll (53KB)
    │       │       │   ├── msvideo.dll16 (53KB)
    │       │       │   ├── mswsock.dll (49KB)
    │       │       │   ├── msxml.dll (81KB)
    │       │       │   ├── msxml2.dll (77KB)
    │       │       │   ├── msxml3.dll (2.2MB)
    │       │       │   ├── msxml4.dll (143KB)
    │       │       │   ├── msxml6.dll (139KB)
    │       │       │   ├── mtxdm.dll (114KB)
    │       │       │   ├── ncrypt.dll (61KB)
    │       │       │   ├── nddeapi.dll (45KB)
    │       │       │   ├── ndis.sys (77KB)
    │       │       │   ├── net.exe (114KB)
    │       │       │   ├── netapi32.dll (163KB)
    │       │       │   ├── netcfgx.dll (131KB)
    │       │       │   ├── netio.sys (102KB)
    │       │       │   ├── netprofm.dll (81KB)
    │       │       │   ├── netsh.exe (32KB)
    │       │       │   ├── netstat.exe (65KB)
    │       │       │   ├── netutils.dll (36KB)
    │       │       │   ├── newdev.dll (45KB)
    │       │       │   ├── ngen.exe (32KB)
    │       │       │   ├── ninput.dll (45KB)
    │       │       │   ├── normaliz.dll (16KB)
    │       │       │   ├── notepad.exe (241KB)
    │       │       │   ├── npmshtml.dll (45KB)
    │       │       │   ├── npptools.dll (40KB)
    │       │       │   ├── nsi.dll (45KB)
    │       │       │   ├── nsiproxy.sys (40KB)
    │       │       │   ├── ntdll.dll (614KB)
    │       │       │   ├── ntdsapi.dll (53KB)
    │       │       │   ├── ntoskrnl.exe (364KB)
    │       │       │   ├── ntprint.dll (49KB)
    │       │       │   ├── objsel.dll (126KB)
    │       │       │   ├── odbc32.dll (110KB)
    │       │       │   ├── odbcbcp.dll (36KB)
    │       │       │   ├── odbccp32.dll (73KB)
    │       │       │   ├── odbccu32.dll (40KB)
    │       │       │   ├── ole2.dll16 (135KB)
    │       │       │   ├── ole2conv.dll16 (40KB)
    │       │       │   ├── ole2disp.dll16 (57KB)
    │       │       │   ├── ole2nls.dll16 (40KB)
    │       │       │   ├── ole2prox.dll16 (40KB)
    │       │       │   ├── ole2thk.dll16 (40KB)
    │       │       │   ├── ole32.dll (1.1MB)
    │       │       │   ├── oleacc.dll (270KB)
    │       │       │   ├── oleaut32.dll (1.0MB)
    │       │       │   ├── olecli.dll16 (57KB)
    │       │       │   ├── olecli32.dll (45KB)
    │       │       │   ├── oledb32.dll (315KB)
    │       │       │   ├── oledlg.dll (204KB)
    │       │       │   ├── olepro32.dll (57KB)
    │       │       │   ├── olesvr.dll16 (45KB)
    │       │       │   ├── olesvr32.dll (40KB)
    │       │       │   ├── olethk32.dll (40KB)
    │       │       │   ├── oleview.exe (376KB)
    │       │       │   ├── opcservices.dll (131KB)
    │       │       │   ├── openal32.dll (9.2KB)
    │       │       │   ├── opencl.dll (73KB)
    │       │       │   ├── opengl32.dll (10KB)
    │       │       │   ├── packager.dll (65KB)
    │       │       │   ├── pdh.dll (69KB)
    │       │       │   ├── photometadatahandler.dll (45KB)
    │       │       │   ├── pidgen.dll (49KB)
    │       │       │   ├── ping.exe (36KB)
    │       │       │   ├── plugplay.exe (40KB)
    │       │       │   ├── powershell.exe (32KB)
    │       │       │   ├── powrprof.dll (49KB)
    │       │       │   ├── presentationfontcache.exe (32KB)
    │       │       │   ├── printui.dll (49KB)
    │       │       │   ├── prntvpt.dll (81KB)
    │       │       │   ├── progman.exe -> cxdummy.exe
    │       │       │   ├── propsys.dll (184KB)
    │       │       │   ├── psapi.dll (45KB)
    │       │       │   ├── pstorec.dll (69KB)
    │       │       │   ├── pstores.exe -> cxdummy.exe
    │       │       │   ├── pwrshplugin.dll (40KB)
    │       │       │   ├── qasf.dll (233KB)
    │       │       │   ├── qcap.dll (282KB)
    │       │       │   ├── qdvd.dll (188KB)
    │       │       │   ├── qedit.dll (266KB)
    │       │       │   ├── qmgr.dll (163KB)
    │       │       │   ├── qmgrprxy.dll (172KB)
    │       │       │   ├── qttask.exe -> cxdummy.exe
    │       │       │   ├── quartz.dll (827KB)
    │       │       │   ├── query.dll (45KB)
    │       │       │   ├── qwave.dll (40KB)
    │       │       │   ├── rasapi16.dll16 (40KB)
    │       │       │   ├── rasapi32.dll (61KB)
    │       │       │   ├── rasdlg.dll (45KB)
    │       │       │   ├── reboot.exe (77KB)
    │       │       │   ├── reg.exe (380KB)
    │       │       │   ├── regapi.dll (40KB)
    │       │       │   ├── regasm.exe (32KB)
    │       │       │   ├── regedit.exe (675KB)
    │       │       │   ├── regini.exe (32KB)
    │       │       │   ├── regsvcs.exe (32KB)
    │       │       │   ├── regsvr32.exe (86KB)
    │       │       │   ├── resutils.dll (40KB)
    │       │       │   ├── riched20.dll (503KB)
    │       │       │   ├── riched32.dll (45KB)
    │       │       │   ├── robocopy.exe (36KB)
    │       │       │   ├── rpcrt4.dll (544KB)
    │       │       │   ├── rpcss.exe (61KB)
    │       │       │   ├── rsabase.dll (36KB)
    │       │       │   ├── rsaenh.dll (204KB)
    │       │       │   ├── rstrtmgr.dll (45KB)
    │       │       │   ├── rtutils.dll (45KB)
    │       │       │   ├── rtworkq.dll (65KB)
    │       │       │   ├── rundll.exe16 (29KB)
    │       │       │   ├── rundll32.exe (40KB)
    │       │       │   ├── samlib.dll (40KB)
    │       │       │   ├── sapi.dll (311KB)
    │       │       │   ├── sas.dll (36KB)
    │       │       │   ├── sc.exe (36KB)
    │       │       │   ├── scarddlg.dll (36KB)
    │       │       │   ├── sccbase.dll (40KB)
    │       │       │   ├── schannel.dll (49KB)
    │       │       │   ├── schedsvc.dll (106KB)
    │       │       │   ├── schtasks.exe (45KB)
    │       │       │   ├── scrobj.dll (163KB)
    │       │       │   ├── scrrun.dll (229KB)
    │       │       │   ├── scsiport.sys (49KB)
    │       │       │   ├── sdbinst.exe (32KB)
    │       │       │   ├── secedit.exe (28KB)
    │       │       │   ├── sechost.dll (167KB)
    │       │       │   ├── secur32.dll (126KB)
    │       │       │   ├── security.dll (16KB)
    │       │       │   ├── sensapi.dll (40KB)
    │       │       │   ├── serialui.dll (69KB)
    │       │       │   ├── servicemodelreg.exe (32KB)
    │       │       │   ├── services.exe (139KB)
    │       │       │   ├── setupapi.dll (491KB)
    │       │       │   ├── setupx.dll16 (86KB)
    │       │       │   ├── sfc.dll (16KB)
    │       │       │   ├── sfc_os.dll (45KB)
    │       │       │   ├── shcore.dll (102KB)
    │       │       │   ├── shdoclc.dll (221KB)
    │       │       │   ├── shdocvw.dll (200KB)
    │       │       │   ├── shell.dll16 (49KB)
    │       │       │   ├── shell32.dll (9.6MB)
    │       │       │   ├── shfolder.dll (36KB)
    │       │       │   ├── shlwapi.dll (327KB)
    │       │       │   ├── shutdown.exe (32KB)
    │       │       │   ├── slbcsp.dll (40KB)
    │       │       │   ├── slc.dll (45KB)
    │       │       │   ├── snmpapi.dll (49KB)
    │       │       │   ├── softpub.dll (36KB)
    │       │       │   ├── sound.drv16 (37KB)
    │       │       │   ├── spoolss.dll (61KB)
    │       │       │   ├── spoolsv.exe (32KB)
    │       │       │   ├── srclient.dll (36KB)
    │       │       │   ├── srvcli.dll (40KB)
    │       │       │   ├── sspicli.dll (49KB)
    │       │       │   ├── start.exe (139KB)
    │       │       │   ├── stdole2.tlb (25KB)
    │       │       │   ├── stdole32.tlb (12KB)
    │       │       │   ├── steamurlhelper.exe (28KB)
    │       │       │   ├── sti.dll (163KB)
    │       │       │   ├── storage.dll16 (151KB)
    │       │       │   ├── stress.dll16 (40KB)
    │       │       │   ├── strmdll.dll (40KB)
    │       │       │   ├── subst.exe (32KB)
    │       │       │   ├── svchost.exe (36KB)
    │       │       │   ├── svrapi.dll (36KB)
    │       │       │   ├── sxs.dll (69KB)
    │       │       │   ├── system.drv16 (37KB)
    │       │       │   ├── systeminfo.exe (32KB)
    │       │       │   ├── t2embed.dll (45KB)
    │       │       │   ├── tapi32.dll (86KB)
    │       │       │   ├── taskkill.exe (90KB)
    │       │       │   ├── tasklist.exe (36KB)
    │       │       │   ├── taskmgr.exe (724KB)
    │       │       │   ├── taskschd.dll (221KB)
    │       │       │   ├── tbs.dll (40KB)
    │       │       │   ├── tdh.dll (49KB)
    │       │       │   ├── tdi.sys (49KB)
    │       │       │   ├── termsv.exe (32KB)
    │       │       │   ├── toolhelp.dll16 (49KB)
    │       │       │   ├── traffic.dll (40KB)
    │       │       │   ├── twain.dll16 (40KB)
    │       │       │   ├── twain_32.dll (61KB)
    │       │       │   ├── typelib.dll16 (45KB)
    │       │       │   ├── tzres.dll (479KB)
    │       │       │   ├── ucrtbase.dll (806KB)
    │       │       │   ├── uianimation.dll (163KB)
    │       │       │   ├── uiautomationcore.dll (69KB)
    │       │       │   ├── uiribbon.dll (131KB)
    │       │       │   ├── unicows.dll (86KB)
    │       │       │   ├── uninstaller.exe (81KB)
    │       │       │   ├── unlodctr.exe (28KB)
    │       │       │   ├── updspapi.dll (45KB)
    │       │       │   ├── url.dll (45KB)
    │       │       │   ├── urlmon.dll (638KB)
    │       │       │   ├── usbd.sys (45KB)
    │       │       │   ├── user.exe16 (209KB)
    │       │       │   ├── user32.dll (1.9MB)
    │       │       │   ├── userenv.dll (53KB)
    │       │       │   ├── usp10.dll (16KB)
    │       │       │   ├── utildll.dll (36KB)
    │       │       │   ├── uxtheme.dll (212KB)
    │       │       │   ├── vbscript.dll (425KB)
    │       │       │   ├── vcomp.dll (69KB)
    │       │       │   ├── vcomp100.dll (69KB)
    │       │       │   ├── vcomp110.dll (69KB)
    │       │       │   ├── vcomp120.dll (69KB)
    │       │       │   ├── vcomp140.dll (69KB)
    │       │       │   ├── vcomp90.dll (40KB)
    │       │       │   ├── vcruntime140.dll (45KB)
    │       │       │   ├── vcruntime140_1.dll (32KB)
    │       │       │   ├── vdhcp.vxd (40KB)
    │       │       │   ├── vdmdbg.dll (40KB)
    │       │       │   ├── ver.dll16 (49KB)
    │       │       │   ├── version.dll (49KB)
    │       │       │   ├── vga.dll (36KB)
    │       │       │   ├── virtdisk.dll (45KB)
    │       │       │   ├── vmm.vxd (45KB)
    │       │       │   ├── vnbt.vxd (40KB)
    │       │       │   ├── vnetbios.vxd (40KB)
    │       │       │   ├── vssapi.dll (53KB)
    │       │       │   ├── vtdapi.vxd (40KB)
    │       │       │   ├── vulkan-1.dll (57KB)
    │       │       │   ├── vwin32.vxd (40KB)
    │       │       │   ├── w32skrnl.dll (49KB)
    │       │       │   ├── w32sys.dll16 (40KB)
    │       │       │   ├── wbemdisp.dll (159KB)
    │       │       │   ├── wbemprox.dll (249KB)
    │       │       │   ├── wdscore.dll (57KB)
    │       │       │   ├── webservices.dll (319KB)
    │       │       │   ├── websocket.dll (36KB)
    │       │       │   ├── wer.dll (49KB)
    │       │       │   ├── wevtapi.dll (45KB)
    │       │       │   ├── wevtsvc.dll (40KB)
    │       │       │   ├── wevtutil.exe (32KB)
    │       │       │   ├── where.exe (32KB)
    │       │       │   ├── whoami.exe (36KB)
    │       │       │   ├── wiaservc.dll (143KB)
    │       │       │   ├── wimgapi.dll (45KB)
    │       │       │   ├── win32s16.dll16 (45KB)
    │       │       │   ├── win32u.dll (9.2KB)
    │       │       │   ├── win87em.dll16 (36KB)
    │       │       │   ├── winaspi.dll16 (40KB)
    │       │       │   ├── windebug.dll16 (40KB)
    │       │       │   ├── windows.devices.enumeration.dll (126KB)
    │       │       │   ├── windows.gaming.input.dll (143KB)
    │       │       │   ├── windows.globalization.dll (135KB)
    │       │       │   ├── windows.media.devices.dll (61KB)
    │       │       │   ├── windows.media.speech.dll (122KB)
    │       │       │   ├── windowscodecs.dll (1.6MB)
    │       │       │   ├── windowscodecsext.dll (57KB)
    │       │       │   ├── wineboot.exe (131KB)
    │       │       │   ├── winebrowser.exe (40KB)
    │       │       │   ├── winebus.sys (57KB)
    │       │       │   ├── winecfg.exe (815KB)
    │       │       │   ├── wineconsole.exe (45KB)
    │       │       │   ├── winecoreaudio.drv (159KB)
    │       │       │   ├── wined3d.dll (1.7MB)
    │       │       │   ├── winedbg.exe (389KB)
    │       │       │   ├── winedevice.exe (36KB)
    │       │       │   ├── winefile.exe (331KB)
    │       │       │   ├── winehid.sys (40KB)
    │       │       │   ├── winemac.drv (20KB)
    │       │       │   ├── winemapi.dll (49KB)
    │       │       │   ├── winemenubuilder.exe (135KB)
    │       │       │   ├── winemsibuilder.exe (36KB)
    │       │       │   ├── winepath.exe (36KB)
    │       │       │   ├── wineps.drv (401KB)
    │       │       │   ├── wineps16.drv16 (29KB)
    │       │       │   ├── winevdm.exe (45KB)
    │       │       │   ├── winevulkan.dll (151KB)
    │       │       │   ├── winewrapper.exe (129KB)
    │       │       │   ├── winexinput.sys (53KB)
    │       │       │   ├── wing.dll16 (40KB)
    │       │       │   ├── wing32.dll (40KB)
    │       │       │   ├── winhelp.exe16 (29KB)
    │       │       │   ├── winhlp32.exe (270KB)
    │       │       │   ├── winhttp.dll (286KB)
    │       │       │   ├── wininet.dll (548KB)
    │       │       │   ├── winmgmt.exe (32KB)
    │       │       │   ├── winmm.dll (753KB)
    │       │       │   ├── winnls.dll16 (40KB)
    │       │       │   ├── winnls32.dll (40KB)
    │       │       │   ├── winoldap.mod16 (40KB)
    │       │       │   ├── winscard.dll (53KB)
    │       │       │   ├── winsock.dll16 (53KB)
    │       │       │   ├── winspool.drv (204KB)
    │       │       │   ├── winsta.dll (53KB)
    │       │       │   ├── wintab.dll16 (49KB)
    │       │       │   ├── wintab32.dll (69KB)
    │       │       │   ├── wintrust.dll (155KB)
    │       │       │   ├── wintypes.dll (53KB)
    │       │       │   ├── winusb.dll (36KB)
    │       │       │   ├── winver.exe (32KB)
    │       │       │   ├── wlanapi.dll (45KB)
    │       │       │   ├── wlanui.dll (36KB)
    │       │       │   ├── wldap32.dll (327KB)
    │       │       │   ├── wmadmod.dll (45KB)
    │       │       │   ├── wmasf.dll (36KB)
    │       │       │   ├── wmi.dll (16KB)
    │       │       │   ├── wmic.exe (45KB)
    │       │       │   ├── wmiutils.dll (73KB)
    │       │       │   ├── wmp.dll (208KB)
    │       │       │   ├── wmphoto.dll (430KB)
    │       │       │   ├── wmplayer.exe (36KB)
    │       │       │   ├── wmvcore.dll (94KB)
    │       │       │   ├── wnaspi32.dll (45KB)
    │       │       │   ├── wordpad.exe (524KB)
    │       │       │   ├── wow32.dll (40KB)
    │       │       │   ├── wpc.dll (61KB)
    │       │       │   ├── wpcap.dll (65KB)
    │       │       │   ├── write.exe (32KB)
    │       │       │   ├── ws2_32.dll (155KB)
    │       │       │   ├── wscript.exe (90KB)
    │       │       │   ├── wsdapi.dll (106KB)
    │       │       │   ├── wshom.ocx (192KB)
    │       │       │   ├── wsnmp32.dll (53KB)
    │       │       │   ├── wsock32.dll (65KB)
    │       │       │   ├── wtsapi32.dll (53KB)
    │       │       │   ├── wuapi.dll (196KB)
    │       │       │   ├── wuaueng.dll (45KB)
    │       │       │   ├── wuauserv.exe (32KB)
    │       │       │   ├── wusa.exe (69KB)
    │       │       │   ├── x3daudio1_0.dll (49KB)
    │       │       │   ├── x3daudio1_1.dll (49KB)
    │       │       │   ├── x3daudio1_2.dll (49KB)
    │       │       │   ├── x3daudio1_3.dll (49KB)
    │       │       │   ├── x3daudio1_4.dll (49KB)
    │       │       │   ├── x3daudio1_5.dll (49KB)
    │       │       │   ├── x3daudio1_6.dll (49KB)
    │       │       │   ├── x3daudio1_7.dll (49KB)
    │       │       │   ├── xactengine2_0.dll (356KB)
    │       │       │   ├── xactengine2_4.dll (356KB)
    │       │       │   ├── xactengine2_7.dll (356KB)
    │       │       │   ├── xactengine2_9.dll (356KB)
    │       │       │   ├── xactengine3_0.dll (356KB)
    │       │       │   ├── xactengine3_1.dll (356KB)
    │       │       │   ├── xactengine3_2.dll (356KB)
    │       │       │   ├── xactengine3_3.dll (356KB)
    │       │       │   ├── xactengine3_4.dll (356KB)
    │       │       │   ├── xactengine3_5.dll (356KB)
    │       │       │   ├── xactengine3_6.dll (356KB)
    │       │       │   ├── xactengine3_7.dll (356KB)
    │       │       │   ├── xapofx1_1.dll (81KB)
    │       │       │   ├── xapofx1_2.dll (77KB)
    │       │       │   ├── xapofx1_3.dll (81KB)
    │       │       │   ├── xapofx1_4.dll (77KB)
    │       │       │   ├── xapofx1_5.dll (77KB)
    │       │       │   ├── xaudio2_0.dll (327KB)
    │       │       │   ├── xaudio2_1.dll (327KB)
    │       │       │   ├── xaudio2_2.dll (327KB)
    │       │       │   ├── xaudio2_3.dll (327KB)
    │       │       │   ├── xaudio2_4.dll (327KB)
    │       │       │   ├── xaudio2_5.dll (327KB)
    │       │       │   ├── xaudio2_6.dll (327KB)
    │       │       │   ├── xaudio2_7.dll (327KB)
    │       │       │   ├── xaudio2_8.dll (339KB)
    │       │       │   ├── xaudio2_9.dll (339KB)
    │       │       │   ├── xcopy.exe (180KB)
    │       │       │   ├── xinput1_1.dll (73KB)
    │       │       │   ├── xinput1_2.dll (73KB)
    │       │       │   ├── xinput1_3.dll (73KB)
    │       │       │   ├── xinput1_4.dll (73KB)
    │       │       │   ├── xinput9_1_0.dll (69KB)
    │       │       │   ├── xmllite.dll (110KB)
    │       │       │   ├── xolehlp.dll (135KB)
    │       │       │   ├── xpsprint.dll (40KB)
    │       │       │   └── xpssvcs.dll (36KB)
    │       │       ├── x86_32on64-unix (29 Entries)
    │       │       │   ├── assocscan.exe.so (117KB)
    │       │       │   ├── avicap32.so (16KB)
    │       │       │   ├── bcrypt.so (67KB)
    │       │       │   ├── crypt32.so (35KB)
    │       │       │   ├── ctapi32.so (33KB)
    │       │       │   ├── cxnative.exe.so (99KB)
    │       │       │   ├── dnsapi.so (34KB)
    │       │       │   ├── dwrite.so (33KB)
    │       │       │   ├── kerberos.so (16KB)
    │       │       │   ├── libwine.1.0.dylib (34KB)
    │       │       │   ├── libwine.1.dylib -> libwine.1.0.dylib
    │       │       │   ├── mountmgr.so (56KB)
    │       │       │   ├── msv1_0.so (34KB)
    │       │       │   ├── netapi32.so (16KB)
    │       │       │   ├── nsiproxy.so (52KB)
    │       │       │   ├── ntdll.so (541KB)
    │       │       │   ├── odbc32.so (34KB)
    │       │       │   ├── opengl32.dll.so (1.4MB)
    │       │       │   ├── qcap.so (16KB)
    │       │       │   ├── secur32.so (51KB)
    │       │       │   ├── win32u.dll.so (1.5MB)
    │       │       │   ├── winebus.so (71KB)
    │       │       │   ├── winecoreaudio.so (72KB)
    │       │       │   ├── winemac.drv.so (745KB)
    │       │       │   ├── winewrapper.exe.so (249KB)
    │       │       │   ├── winspool.so (36KB)
    │       │       │   ├── wldap32.so (37KB)
    │       │       │   ├── wpcap.so (37KB)
    │       │       │   └── ws2_32.so (34KB)
    │       │       ├── x86_64-unix (32 Entries)
    │       │       │   ├── assocscan.exe.so (116KB)
    │       │       │   ├── avicap32.so (16KB)
    │       │       │   ├── bcrypt.so (67KB)
    │       │       │   ├── crypt32.so (35KB)
    │       │       │   ├── ctapi32.so (33KB)
    │       │       │   ├── cxnative.exe.so (99KB)
    │       │       │   ├── dnsapi.so (34KB)
    │       │       │   ├── dwrite.so (33KB)
    │       │       │   ├── kerberos.so (16KB)
    │       │       │   ├── libwine.1.0.dylib (34KB)
    │       │       │   ├── libwine.1.dylib -> libwine.1.0.dylib
    │       │       │   ├── mountmgr.so (56KB)
    │       │       │   ├── msv1_0.so (34KB)
    │       │       │   ├── netapi32.so (16KB)
    │       │       │   ├── nsiproxy.so (52KB)
    │       │       │   ├── ntdll.so (541KB)
    │       │       │   ├── odbc32.so (34KB)
    │       │       │   ├── openal32.dll.so (159KB)
    │       │       │   ├── opencl.so (39KB)
    │       │       │   ├── opengl32.dll.so (1.4MB)
    │       │       │   ├── qcap.so (16KB)
    │       │       │   ├── secur32.so (51KB)
    │       │       │   ├── win32u.dll.so (1.4MB)
    │       │       │   ├── winebus.so (71KB)
    │       │       │   ├── winecoreaudio.so (72KB)
    │       │       │   ├── winemac.drv.so (693KB)
    │       │       │   ├── winevulkan.so (182KB)
    │       │       │   ├── winewrapper.exe.so (249KB)
    │       │       │   ├── winspool.so (36KB)
    │       │       │   ├── wldap32.so (37KB)
    │       │       │   ├── wpcap.so (37KB)
    │       │       │   └── ws2_32.so (34KB)
    │       │       └── x86_64-windows (697 Entries)
    │       │           ├── acledit.dll (49KB)
    │       │           ├── aclui.dll (77KB)
    │       │           ├── activeds.dll (147KB)
    │       │           ├── activeds.tlb (49KB)
    │       │           ├── actxprxy.dll (1.4MB)
    │       │           ├── adsldp.dll (110KB)
    │       │           ├── adsldpc.dll (57KB)
    │       │           ├── advapi32.dll (262KB)
    │       │           ├── advpack.dll (94KB)
    │       │           ├── amsi.dll (53KB)
    │       │           ├── amstream.dll (258KB)
    │       │           ├── apisetschema.dll (65KB)
    │       │           ├── apphelp.dll (69KB)
    │       │           ├── appwiz.cpl (397KB)
    │       │           ├── arp.exe (40KB)
    │       │           ├── aspnet_regiis.exe (40KB)
    │       │           ├── assocscan.exe (9.2KB)
    │       │           ├── atl.dll (200KB)
    │       │           ├── atl100.dll (188KB)
    │       │           ├── atl110.dll (188KB)
    │       │           ├── atl80.dll (192KB)
    │       │           ├── atl90.dll (192KB)
    │       │           ├── atlthunk.dll (49KB)
    │       │           ├── atmlib.dll (57KB)
    │       │           ├── attrib.exe (90KB)
    │       │           ├── authz.dll (53KB)
    │       │           ├── autorun.exe (32KB)
    │       │           ├── avicap32.dll (53KB)
    │       │           ├── avifil32.dll (331KB)
    │       │           ├── avrt.dll (53KB)
    │       │           ├── bcrypt.dll (98KB)
    │       │           ├── bluetoothapis.dll (57KB)
    │       │           ├── browseui.dll (172KB)
    │       │           ├── bthprops.cpl (57KB)
    │       │           ├── cabarc.exe (53KB)
    │       │           ├── cabinet.dll (126KB)
    │       │           ├── cacls.exe (40KB)
    │       │           ├── cards.dll (307KB)
    │       │           ├── cdosys.dll (53KB)
    │       │           ├── cfgmgr32.dll (53KB)
    │       │           ├── chcp.com (53KB)
    │       │           ├── clusapi.dll (61KB)
    │       │           ├── cmd.exe (974KB)
    │       │           ├── cng.sys (45KB)
    │       │           ├── combase.dll (352KB)
    │       │           ├── comcat.dll (53KB)
    │       │           ├── comctl32.dll (1.3MB)
    │       │           ├── comdlg32.dll (1.1MB)
    │       │           ├── compstui.dll (49KB)
    │       │           ├── comsvcs.dll (155KB)
    │       │           ├── concrt140.dll (155KB)
    │       │           ├── conhost.exe (241KB)
    │       │           ├── connect.dll (49KB)
    │       │           ├── control.exe (36KB)
    │       │           ├── credui.dll (163KB)
    │       │           ├── crtdll.dll (577KB)
    │       │           ├── crypt32.dll (835KB)
    │       │           ├── cryptdlg.dll (81KB)
    │       │           ├── cryptdll.dll (40KB)
    │       │           ├── cryptext.dll (53KB)
    │       │           ├── cryptnet.dll (110KB)
    │       │           ├── cryptsp.dll (53KB)
    │       │           ├── cryptui.dll (1.1MB)
    │       │           ├── cscript.exe (98KB)
    │       │           ├── ctapi32.dll (49KB)
    │       │           ├── ctfmon.exe -> cxdummy.exe
    │       │           ├── ctl3d32.dll (49KB)
    │       │           ├── cxcplinfo.exe (49KB)
    │       │           ├── cxdummy.exe (32KB)
    │       │           ├── cxinstallfonts.exe (32KB)
    │       │           ├── cxkeepalive.exe (36KB)
    │       │           ├── cxmanip.exe (49KB)
    │       │           ├── cxmklnk.exe (57KB)
    │       │           ├── cxnative.exe (9.2KB)
    │       │           ├── cxwget.exe (49KB)
    │       │           ├── d2d1.dll (458KB)
    │       │           ├── d3d10.dll (262KB)
    │       │           ├── d3d10_1.dll (69KB)
    │       │           ├── d3d10core.dll (65KB)
    │       │           ├── d3d11.dll (438KB)
    │       │           ├── d3d12.dll (139KB)
    │       │           ├── d3d8.dll (176KB)
    │       │           ├── d3d8thk.dll (49KB)
    │       │           ├── d3d9.dll (221KB)
    │       │           ├── d3dcompiler_33.dll (233KB)
    │       │           ├── d3dcompiler_34.dll (233KB)
    │       │           ├── d3dcompiler_35.dll (233KB)
    │       │           ├── d3dcompiler_36.dll (233KB)
    │       │           ├── d3dcompiler_37.dll (233KB)
    │       │           ├── d3dcompiler_38.dll (233KB)
    │       │           ├── d3dcompiler_39.dll (233KB)
    │       │           ├── d3dcompiler_40.dll (233KB)
    │       │           ├── d3dcompiler_41.dll (233KB)
    │       │           ├── d3dcompiler_42.dll (233KB)
    │       │           ├── d3dcompiler_43.dll (233KB)
    │       │           ├── d3dcompiler_46.dll (233KB)
    │       │           ├── d3dcompiler_47.dll (233KB)
    │       │           ├── d3dim.dll (45KB)
    │       │           ├── d3dim700.dll (45KB)
    │       │           ├── d3drm.dll (335KB)
    │       │           ├── d3dx10_33.dll (65KB)
    │       │           ├── d3dx10_34.dll (65KB)
    │       │           ├── d3dx10_35.dll (65KB)
    │       │           ├── d3dx10_36.dll (65KB)
    │       │           ├── d3dx10_37.dll (65KB)
    │       │           ├── d3dx10_38.dll (65KB)
    │       │           ├── d3dx10_39.dll (65KB)
    │       │           ├── d3dx10_40.dll (65KB)
    │       │           ├── d3dx10_41.dll (65KB)
    │       │           ├── d3dx10_42.dll (65KB)
    │       │           ├── d3dx10_43.dll (221KB)
    │       │           ├── d3dx11_42.dll (69KB)
    │       │           ├── d3dx11_43.dll (69KB)
    │       │           ├── d3dx9_24.dll (643KB)
    │       │           ├── d3dx9_25.dll (643KB)
    │       │           ├── d3dx9_26.dll (643KB)
    │       │           ├── d3dx9_27.dll (647KB)
    │       │           ├── d3dx9_28.dll (647KB)
    │       │           ├── d3dx9_29.dll (647KB)
    │       │           ├── d3dx9_30.dll (647KB)
    │       │           ├── d3dx9_31.dll (647KB)
    │       │           ├── d3dx9_32.dll (647KB)
    │       │           ├── d3dx9_33.dll (647KB)
    │       │           ├── d3dx9_34.dll (647KB)
    │       │           ├── d3dx9_35.dll (647KB)
    │       │           ├── d3dx9_36.dll (647KB)
    │       │           ├── d3dx9_37.dll (647KB)
    │       │           ├── d3dx9_38.dll (647KB)
    │       │           ├── d3dx9_39.dll (647KB)
    │       │           ├── d3dx9_40.dll (647KB)
    │       │           ├── d3dx9_41.dll (647KB)
    │       │           ├── d3dx9_42.dll (647KB)
    │       │           ├── d3dx9_43.dll (647KB)
    │       │           ├── d3dxof.dll (188KB)
    │       │           ├── davclnt.dll (49KB)
    │       │           ├── dbgeng.dll (155KB)
    │       │           ├── dbghelp.dll (446KB)
    │       │           ├── dciman32.dll (49KB)
    │       │           ├── dcomp.dll (57KB)
    │       │           ├── ddhelp.exe -> cxdummy.exe
    │       │           ├── ddraw.dll (483KB)
    │       │           ├── ddrawex.dll (196KB)
    │       │           ├── devenum.dll (204KB)
    │       │           ├── dhcpcsvc.dll (53KB)
    │       │           ├── dhcpcsvc6.dll (40KB)
    │       │           ├── dhtmled.ocx (249KB)
    │       │           ├── diasymreader.dll (155KB)
    │       │           ├── difxapi.dll (53KB)
    │       │           ├── dinput.dll (311KB)
    │       │           ├── dinput8.dll (311KB)
    │       │           ├── directmanipulation.dll (151KB)
    │       │           ├── dism.exe (45KB)
    │       │           ├── dispex.dll (172KB)
    │       │           ├── dllhost.exe (69KB)
    │       │           ├── dmband.dll (188KB)
    │       │           ├── dmcompos.dll (188KB)
    │       │           ├── dmime.dll (274KB)
    │       │           ├── dmloader.dll (208KB)
    │       │           ├── dmscript.dll (188KB)
    │       │           ├── dmstyle.dll (229KB)
    │       │           ├── dmsynth.dll (192KB)
    │       │           ├── dmusic.dll (212KB)
    │       │           ├── dmusic32.dll (53KB)
    │       │           ├── dnsapi.dll (94KB)
    │       │           ├── dplay.dll (40KB)
    │       │           ├── dplaysvr.exe (45KB)
    │       │           ├── dplayx.dll (270KB)
    │       │           ├── dpnaddr.dll (40KB)
    │       │           ├── dpnet.dll (184KB)
    │       │           ├── dpnhpast.dll (53KB)
    │       │           ├── dpnhupnp.dll (57KB)
    │       │           ├── dpnlobby.dll (40KB)
    │       │           ├── dpnsvr.exe (45KB)
    │       │           ├── dpvoice.dll (143KB)
    │       │           ├── dpvsetup.exe (45KB)
    │       │           ├── dpwsockx.dll (69KB)
    │       │           ├── drmclien.dll (49KB)
    │       │           ├── dsdmo.dll (180KB)
    │       │           ├── dsound.dll (380KB)
    │       │           ├── dsquery.dll (135KB)
    │       │           ├── dssenh.dll (65KB)
    │       │           ├── dsuiext.dll (139KB)
    │       │           ├── dswave.dll (163KB)
    │       │           ├── dwmapi.dll (61KB)
    │       │           ├── dwrite.dll (471KB)
    │       │           ├── dx8vb.dll (147KB)
    │       │           ├── dxdiag.exe (65KB)
    │       │           ├── dxdiagn.dll (204KB)
    │       │           ├── dxgi.dll (262KB)
    │       │           ├── dxtrans.dll (53KB)
    │       │           ├── dxva2.dll (147KB)
    │       │           ├── eject.exe (45KB)
    │       │           ├── esent.dll (73KB)
    │       │           ├── evr.dll (372KB)
    │       │           ├── expand.exe (32KB)
    │       │           ├── explorer.exe (135KB)
    │       │           ├── explorerframe.dll (159KB)
    │       │           ├── extrac32.exe (49KB)
    │       │           ├── extract.exe (32KB)
    │       │           ├── faultrep.dll (53KB)
    │       │           ├── fc.exe (40KB)
    │       │           ├── feclient.dll (45KB)
    │       │           ├── find.exe (49KB)
    │       │           ├── findfast.exe -> cxdummy.exe
    │       │           ├── findstr.exe (40KB)
    │       │           ├── fltlib.dll (57KB)
    │       │           ├── fltmgr.sys (73KB)
    │       │           ├── fntcache.dll (53KB)
    │       │           ├── fontsub.dll (49KB)
    │       │           ├── fsutil.exe (53KB)
    │       │           ├── fusion.dll (90KB)
    │       │           ├── fwpuclnt.dll (73KB)
    │       │           ├── gameux.dll (176KB)
    │       │           ├── gamingtcui.dll (49KB)
    │       │           ├── gdi32.dll (507KB)
    │       │           ├── gdiplus.dll (548KB)
    │       │           ├── glu32.dll (172KB)
    │       │           ├── gpkcsp.dll (49KB)
    │       │           ├── hal.dll (61KB)
    │       │           ├── hh.exe (106KB)
    │       │           ├── hhctrl.ocx (266KB)
    │       │           ├── hid.dll (69KB)
    │       │           ├── hidclass.sys (86KB)
    │       │           ├── hidparse.sys (73KB)
    │       │           ├── hlink.dll (167KB)
    │       │           ├── hnetcfg.dll (176KB)
    │       │           ├── hostname.exe (53KB)
    │       │           ├── http.sys (61KB)
    │       │           ├── httpapi.dll (61KB)
    │       │           ├── icacls.exe (40KB)
    │       │           ├── iccvid.dll (69KB)
    │       │           ├── icmp.dll (16KB)
    │       │           ├── ieframe.dll (536KB)
    │       │           ├── ieproxy.dll (139KB)
    │       │           ├── iexplore.exe (135KB)
    │       │           ├── imaadp32.acm (57KB)
    │       │           ├── imagehlp.dll (69KB)
    │       │           ├── imjpmig.exe -> cxdummy.exe
    │       │           ├── imm32.dll (110KB)
    │       │           ├── inetcomm.dll (266KB)
    │       │           ├── inetcpl.cpl (364KB)
    │       │           ├── inetmib1.dll (61KB)
    │       │           ├── infosoft.dll (135KB)
    │       │           ├── initpki.dll (49KB)
    │       │           ├── inkobj.dll (53KB)
    │       │           ├── inseng.dll (143KB)
    │       │           ├── ipconfig.exe (61KB)
    │       │           ├── iphlpapi.dll (192KB)
    │       │           ├── iprop.dll (36KB)
    │       │           ├── irprops.cpl (45KB)
    │       │           ├── itircl.dll (49KB)
    │       │           ├── itss.dll (180KB)
    │       │           ├── joy.cpl (204KB)
    │       │           ├── jscript.dll (729KB)
    │       │           ├── jsproxy.dll (143KB)
    │       │           ├── kerberos.dll (61KB)
    │       │           ├── kernel32.dll (389KB)
    │       │           ├── kernelbase.dll (2.4MB)
    │       │           ├── ksecdd.sys (61KB)
    │       │           ├── ksproxy.ax (53KB)
    │       │           ├── ksuser.dll (45KB)
    │       │           ├── ktmw32.dll (53KB)
    │       │           ├── l3codeca.acm (294KB)
    │       │           ├── libvkd3d-1.dll (363KB)
    │       │           ├── libvkd3d-shader-1.dll (525KB)
    │       │           ├── light.msstyles (7.6MB)
    │       │           ├── loadperf.dll (53KB)
    │       │           ├── localspl.dll (196KB)
    │       │           ├── localui.dll (98KB)
    │       │           ├── lodctr.exe (32KB)
    │       │           ├── lz32.dll (20KB)
    │       │           ├── maildoff.exe -> cxdummy.exe
    │       │           ├── mapi32.dll (196KB)
    │       │           ├── mapistub.dll (57KB)
    │       │           ├── mciavi32.dll (102KB)
    │       │           ├── mcicda.dll (65KB)
    │       │           ├── mciqtz32.dll (110KB)
    │       │           ├── mciseq.dll (69KB)
    │       │           ├── mciwave.dll (73KB)
    │       │           ├── mdm.exe -> cxdummy.exe
    │       │           ├── mf.dll (446KB)
    │       │           ├── mf3216.dll (40KB)
    │       │           ├── mferror.dll (229KB)
    │       │           ├── mfmediaengine.dll (212KB)
    │       │           ├── mfplat.dll (405KB)
    │       │           ├── mfplay.dll (184KB)
    │       │           ├── mfreadwrite.dll (200KB)
    │       │           ├── mgmtapi.dll (49KB)
    │       │           ├── midimap.dll (57KB)
    │       │           ├── mlang.dll (212KB)
    │       │           ├── mmcndmgr.dll (135KB)
    │       │           ├── mmdevapi.dll (180KB)
    │       │           ├── mofcomp.exe (40KB)
    │       │           ├── mosearch.exe -> cxdummy.exe
    │       │           ├── mountmgr.sys (77KB)
    │       │           ├── mp3dmod.dll (385KB)
    │       │           ├── mpr.dll (131KB)
    │       │           ├── mprapi.dll (61KB)
    │       │           ├── msacm32.dll (135KB)
    │       │           ├── msacm32.drv (65KB)
    │       │           ├── msado15.dll (221KB)
    │       │           ├── msadp32.acm (57KB)
    │       │           ├── msasn1.dll (81KB)
    │       │           ├── mscat32.dll (40KB)
    │       │           ├── mscms.dll (352KB)
    │       │           ├── mscoree.dll (249KB)
    │       │           ├── mscorwks.dll (49KB)
    │       │           ├── msctf.dll (229KB)
    │       │           ├── msctfmonitor.dll (49KB)
    │       │           ├── msctfp.dll (393KB)
    │       │           ├── msdaps.dll (401KB)
    │       │           ├── msdasql.dll (167KB)
    │       │           ├── msdelta.dll (40KB)
    │       │           ├── msdmo.dll (147KB)
    │       │           ├── msdrm.dll (57KB)
    │       │           ├── msftedit.dll (131KB)
    │       │           ├── msg711.acm (53KB)
    │       │           ├── msgsm32.acm (77KB)
    │       │           ├── mshta.exe (32KB)
    │       │           ├── mshtml.dll (1.9MB)
    │       │           ├── mshtml.tlb (1.2MB)
    │       │           ├── msi.dll (1.4MB)
    │       │           ├── msidb.exe (49KB)
    │       │           ├── msident.dll (69KB)
    │       │           ├── msiexec.exe (114KB)
    │       │           ├── msimg32.dll (49KB)
    │       │           ├── msimsg.dll (16KB)
    │       │           ├── msimtf.dll (143KB)
    │       │           ├── msinfo32.exe (45KB)
    │       │           ├── msisip.dll (53KB)
    │       │           ├── msisys.ocx (49KB)
    │       │           ├── msls31.dll (45KB)
    │       │           ├── msnet32.dll (57KB)
    │       │           ├── mspatcha.dll (73KB)
    │       │           ├── msports.dll (40KB)
    │       │           ├── msrle32.dll (81KB)
    │       │           ├── msscript.ocx (135KB)
    │       │           ├── mssign32.dll (53KB)
    │       │           ├── mssip32.dll (49KB)
    │       │           ├── mstask.dll (110KB)
    │       │           ├── msv1_0.dll (73KB)
    │       │           ├── msvcirt.dll (180KB)
    │       │           ├── msvcm80.dll (69KB)
    │       │           ├── msvcm90.dll (65KB)
    │       │           ├── msvcp100.dll (888KB)
    │       │           ├── msvcp110.dll (905KB)
    │       │           ├── msvcp120.dll (905KB)
    │       │           ├── msvcp120_app.dll (286KB)
    │       │           ├── msvcp140.dll (913KB)
    │       │           ├── msvcp140_1.dll (53KB)
    │       │           ├── msvcp140_atomic_wait.dll (53KB)
    │       │           ├── msvcp60.dll (909KB)
    │       │           ├── msvcp70.dll (1.0MB)
    │       │           ├── msvcp71.dll (1.0MB)
    │       │           ├── msvcp80.dll (1.1MB)
    │       │           ├── msvcp90.dll (1.1MB)
    │       │           ├── msvcp_win.dll (286KB)
    │       │           ├── msvcr100.dll (733KB)
    │       │           ├── msvcr110.dll (745KB)
    │       │           ├── msvcr120.dll (798KB)
    │       │           ├── msvcr120_app.dll (139KB)
    │       │           ├── msvcr70.dll (585KB)
    │       │           ├── msvcr71.dll (585KB)
    │       │           ├── msvcr80.dll (655KB)
    │       │           ├── msvcr90.dll (655KB)
    │       │           ├── msvcrt.dll (618KB)
    │       │           ├── msvcrt20.dll (98KB)
    │       │           ├── msvcrt40.dll (90KB)
    │       │           ├── msvcrtd.dll (585KB)
    │       │           ├── msvfw32.dll (147KB)
    │       │           ├── msvidc32.dll (61KB)
    │       │           ├── mswsock.dll (57KB)
    │       │           ├── msxml.dll (90KB)
    │       │           ├── msxml2.dll (86KB)
    │       │           ├── msxml3.dll (2.2MB)
    │       │           ├── msxml4.dll (151KB)
    │       │           ├── msxml6.dll (147KB)
    │       │           ├── mtxdm.dll (122KB)
    │       │           ├── ncrypt.dll (65KB)
    │       │           ├── nddeapi.dll (57KB)
    │       │           ├── ndis.sys (81KB)
    │       │           ├── net.exe (122KB)
    │       │           ├── netapi32.dll (167KB)
    │       │           ├── netcfgx.dll (139KB)
    │       │           ├── netio.sys (110KB)
    │       │           ├── netprofm.dll (90KB)
    │       │           ├── netsh.exe (40KB)
    │       │           ├── netstat.exe (73KB)
    │       │           ├── netutils.dll (40KB)
    │       │           ├── newdev.dll (53KB)
    │       │           ├── ngen.exe (40KB)
    │       │           ├── ninput.dll (53KB)
    │       │           ├── normaliz.dll (16KB)
    │       │           ├── notepad.exe (253KB)
    │       │           ├── npmshtml.dll (53KB)
    │       │           ├── npptools.dll (45KB)
    │       │           ├── nsi.dll (53KB)
    │       │           ├── nsiproxy.sys (49KB)
    │       │           ├── ntdll.dll (634KB)
    │       │           ├── ntdsapi.dll (61KB)
    │       │           ├── ntoskrnl.exe (368KB)
    │       │           ├── ntprint.dll (57KB)
    │       │           ├── objsel.dll (135KB)
    │       │           ├── odbc32.dll (114KB)
    │       │           ├── odbcbcp.dll (40KB)
    │       │           ├── odbccp32.dll (81KB)
    │       │           ├── odbccu32.dll (45KB)
    │       │           ├── ole32.dll (1.2MB)
    │       │           ├── oleacc.dll (282KB)
    │       │           ├── oleaut32.dll (1.0MB)
    │       │           ├── olecli32.dll (53KB)
    │       │           ├── oledb32.dll (319KB)
    │       │           ├── oledlg.dll (212KB)
    │       │           ├── olepro32.dll (65KB)
    │       │           ├── olesvr32.dll (49KB)
    │       │           ├── olethk32.dll (45KB)
    │       │           ├── oleview.exe (389KB)
    │       │           ├── opcservices.dll (139KB)
    │       │           ├── openal32.dll (9.2KB)
    │       │           ├── opencl.dll (81KB)
    │       │           ├── opengl32.dll (10KB)
    │       │           ├── packager.dll (69KB)
    │       │           ├── pdh.dll (77KB)
    │       │           ├── photometadatahandler.dll (53KB)
    │       │           ├── pidgen.dll (57KB)
    │       │           ├── ping.exe (45KB)
    │       │           ├── plugplay.exe (49KB)
    │       │           ├── powershell.exe (40KB)
    │       │           ├── powrprof.dll (57KB)
    │       │           ├── presentationfontcache.exe (40KB)
    │       │           ├── printui.dll (57KB)
    │       │           ├── prntvpt.dll (90KB)
    │       │           ├── progman.exe -> cxdummy.exe
    │       │           ├── propsys.dll (188KB)
    │       │           ├── psapi.dll (53KB)
    │       │           ├── pstorec.dll (81KB)
    │       │           ├── pstores.exe -> cxdummy.exe
    │       │           ├── pwrshplugin.dll (45KB)
    │       │           ├── qasf.dll (237KB)
    │       │           ├── qcap.dll (290KB)
    │       │           ├── qdvd.dll (192KB)
    │       │           ├── qedit.dll (274KB)
    │       │           ├── qmgr.dll (167KB)
    │       │           ├── qmgrprxy.dll (188KB)
    │       │           ├── qttask.exe -> cxdummy.exe
    │       │           ├── quartz.dll (856KB)
    │       │           ├── query.dll (53KB)
    │       │           ├── qwave.dll (49KB)
    │       │           ├── rasapi32.dll (69KB)
    │       │           ├── rasdlg.dll (53KB)
    │       │           ├── reboot.exe (86KB)
    │       │           ├── reg.exe (389KB)
    │       │           ├── regapi.dll (45KB)
    │       │           ├── regasm.exe (40KB)
    │       │           ├── regedit.exe (684KB)
    │       │           ├── regini.exe (40KB)
    │       │           ├── regsvcs.exe (40KB)
    │       │           ├── regsvr32.exe (94KB)
    │       │           ├── resutils.dll (45KB)
    │       │           ├── riched20.dll (512KB)
    │       │           ├── riched32.dll (53KB)
    │       │           ├── robocopy.exe (45KB)
    │       │           ├── rpcrt4.dll (544KB)
    │       │           ├── rpcss.exe (69KB)
    │       │           ├── rsabase.dll (40KB)
    │       │           ├── rsaenh.dll (208KB)
    │       │           ├── rstrtmgr.dll (53KB)
    │       │           ├── rtutils.dll (53KB)
    │       │           ├── rtworkq.dll (73KB)
    │       │           ├── rundll32.exe (45KB)
    │       │           ├── samlib.dll (45KB)
    │       │           ├── sapi.dll (319KB)
    │       │           ├── sas.dll (40KB)
    │       │           ├── sc.exe (45KB)
    │       │           ├── scarddlg.dll (40KB)
    │       │           ├── sccbase.dll (49KB)
    │       │           ├── schannel.dll (57KB)
    │       │           ├── schedsvc.dll (118KB)
    │       │           ├── schtasks.exe (53KB)
    │       │           ├── scrobj.dll (172KB)
    │       │           ├── scrrun.dll (233KB)
    │       │           ├── scsiport.sys (57KB)
    │       │           ├── sdbinst.exe (40KB)
    │       │           ├── secedit.exe (32KB)
    │       │           ├── sechost.dll (172KB)
    │       │           ├── secur32.dll (131KB)
    │       │           ├── security.dll (16KB)
    │       │           ├── sensapi.dll (49KB)
    │       │           ├── serialui.dll (77KB)
    │       │           ├── servicemodelreg.exe (40KB)
    │       │           ├── services.exe (151KB)
    │       │           ├── setupapi.dll (487KB)
    │       │           ├── sfc.dll (16KB)
    │       │           ├── sfc_os.dll (53KB)
    │       │           ├── shcore.dll (106KB)
    │       │           ├── shdoclc.dll (221KB)
    │       │           ├── shdocvw.dll (204KB)
    │       │           ├── shell32.dll (9.6MB)
    │       │           ├── shfolder.dll (40KB)
    │       │           ├── shlwapi.dll (339KB)
    │       │           ├── shutdown.exe (40KB)
    │       │           ├── slbcsp.dll (49KB)
    │       │           ├── slc.dll (53KB)
    │       │           ├── snmpapi.dll (57KB)
    │       │           ├── softpub.dll (40KB)
    │       │           ├── spoolss.dll (69KB)
    │       │           ├── spoolsv.exe (40KB)
    │       │           ├── srclient.dll (40KB)
    │       │           ├── srvcli.dll (45KB)
    │       │           ├── sspicli.dll (57KB)
    │       │           ├── start.exe (147KB)
    │       │           ├── stdole2.tlb (25KB)
    │       │           ├── stdole32.tlb (12KB)
    │       │           ├── steamurlhelper.exe (32KB)
    │       │           ├── sti.dll (172KB)
    │       │           ├── strmdll.dll (45KB)
    │       │           ├── subst.exe (40KB)
    │       │           ├── svchost.exe (45KB)
    │       │           ├── svrapi.dll (40KB)
    │       │           ├── sxs.dll (77KB)
    │       │           ├── systeminfo.exe (40KB)
    │       │           ├── t2embed.dll (53KB)
    │       │           ├── tapi32.dll (94KB)
    │       │           ├── taskkill.exe (98KB)
    │       │           ├── tasklist.exe (45KB)
    │       │           ├── taskmgr.exe (720KB)
    │       │           ├── taskschd.dll (233KB)
    │       │           ├── tbs.dll (49KB)
    │       │           ├── tdh.dll (57KB)
    │       │           ├── tdi.sys (57KB)
    │       │           ├── termsv.exe (40KB)
    │       │           ├── traffic.dll (49KB)
    │       │           ├── twain_32.dll (73KB)
    │       │           ├── tzres.dll (479KB)
    │       │           ├── ucrtbase.dll (782KB)
    │       │           ├── uianimation.dll (167KB)
    │       │           ├── uiautomationcore.dll (73KB)
    │       │           ├── uiribbon.dll (135KB)
    │       │           ├── unicows.dll (102KB)
    │       │           ├── uninstaller.exe (94KB)
    │       │           ├── unlodctr.exe (32KB)
    │       │           ├── updspapi.dll (53KB)
    │       │           ├── url.dll (53KB)
    │       │           ├── urlmon.dll (647KB)
    │       │           ├── usbd.sys (53KB)
    │       │           ├── user32.dll (1.9MB)
    │       │           ├── userenv.dll (61KB)
    │       │           ├── usp10.dll (16KB)
    │       │           ├── utildll.dll (40KB)
    │       │           ├── uxtheme.dll (221KB)
    │       │           ├── vbscript.dll (442KB)
    │       │           ├── vcomp.dll (73KB)
    │       │           ├── vcomp100.dll (73KB)
    │       │           ├── vcomp110.dll (73KB)
    │       │           ├── vcomp120.dll (73KB)
    │       │           ├── vcomp140.dll (73KB)
    │       │           ├── vcomp90.dll (45KB)
    │       │           ├── vcruntime140.dll (53KB)
    │       │           ├── vcruntime140_1.dll (61KB)
    │       │           ├── vdmdbg.dll (49KB)
    │       │           ├── version.dll (57KB)
    │       │           ├── vga.dll (40KB)
    │       │           ├── virtdisk.dll (53KB)
    │       │           ├── vssapi.dll (61KB)
    │       │           ├── vulkan-1.dll (61KB)
    │       │           ├── wbemdisp.dll (167KB)
    │       │           ├── wbemprox.dll (258KB)
    │       │           ├── wdscore.dll (57KB)
    │       │           ├── webservices.dll (323KB)
    │       │           ├── websocket.dll (40KB)
    │       │           ├── wer.dll (57KB)
    │       │           ├── wevtapi.dll (53KB)
    │       │           ├── wevtsvc.dll (49KB)
    │       │           ├── wevtutil.exe (40KB)
    │       │           ├── where.exe (40KB)
    │       │           ├── whoami.exe (45KB)
    │       │           ├── wiaservc.dll (147KB)
    │       │           ├── wimgapi.dll (53KB)
    │       │           ├── win32u.dll (9.2KB)
    │       │           ├── windows.devices.enumeration.dll (139KB)
    │       │           ├── windows.gaming.input.dll (147KB)
    │       │           ├── windows.globalization.dll (143KB)
    │       │           ├── windows.media.devices.dll (69KB)
    │       │           ├── windows.media.speech.dll (126KB)
    │       │           ├── windowscodecs.dll (1.6MB)
    │       │           ├── windowscodecsext.dll (65KB)
    │       │           ├── wineboot.exe (139KB)
    │       │           ├── winebrowser.exe (49KB)
    │       │           ├── winebus.sys (61KB)
    │       │           ├── winecfg.exe (823KB)
    │       │           ├── wineconsole.exe (53KB)
    │       │           ├── winecoreaudio.drv (167KB)
    │       │           ├── wined3d.dll (1.7MB)
    │       │           ├── winedbg.exe (417KB)
    │       │           ├── winedevice.exe (45KB)
    │       │           ├── winefile.exe (335KB)
    │       │           ├── winehid.sys (49KB)
    │       │           ├── winemac.drv (20KB)
    │       │           ├── winemapi.dll (57KB)
    │       │           ├── winemenubuilder.exe (151KB)
    │       │           ├── winemsibuilder.exe (45KB)
    │       │           ├── winepath.exe (45KB)
    │       │           ├── wineps.drv (495KB)
    │       │           ├── winevulkan.dll (151KB)
    │       │           ├── winewrapper.exe (129KB)
    │       │           ├── winexinput.sys (57KB)
    │       │           ├── wing32.dll (49KB)
    │       │           ├── winhlp32.exe (278KB)
    │       │           ├── winhttp.dll (294KB)
    │       │           ├── wininet.dll (540KB)
    │       │           ├── winmgmt.exe (40KB)
    │       │           ├── winmm.dll (753KB)
    │       │           ├── winnls32.dll (49KB)
    │       │           ├── winscard.dll (61KB)
    │       │           ├── winspool.drv (200KB)
    │       │           ├── winsta.dll (61KB)
    │       │           ├── wintab32.dll (77KB)
    │       │           ├── wintrust.dll (167KB)
    │       │           ├── wintypes.dll (61KB)
    │       │           ├── winusb.dll (40KB)
    │       │           ├── winver.exe (36KB)
    │       │           ├── wlanapi.dll (53KB)
    │       │           ├── wlanui.dll (40KB)
    │       │           ├── wldap32.dll (339KB)
    │       │           ├── wmadmod.dll (53KB)
    │       │           ├── wmasf.dll (40KB)
    │       │           ├── wmi.dll (16KB)
    │       │           ├── wmic.exe (53KB)
    │       │           ├── wmiutils.dll (81KB)
    │       │           ├── wmp.dll (217KB)
    │       │           ├── wmphoto.dll (434KB)
    │       │           ├── wmplayer.exe (45KB)
    │       │           ├── wmvcore.dll (106KB)
    │       │           ├── wnaspi32.dll (53KB)
    │       │           ├── wordpad.exe (524KB)
    │       │           ├── wow64.dll (143KB)
    │       │           ├── wow64cpu.dll (49KB)
    │       │           ├── wow64win.dll (65KB)
    │       │           ├── wpc.dll (69KB)
    │       │           ├── wpcap.dll (69KB)
    │       │           ├── write.exe (36KB)
    │       │           ├── ws2_32.dll (159KB)
    │       │           ├── wscript.exe (98KB)
    │       │           ├── wsdapi.dll (114KB)
    │       │           ├── wshom.ocx (196KB)
    │       │           ├── wsnmp32.dll (61KB)
    │       │           ├── wsock32.dll (73KB)
    │       │           ├── wtsapi32.dll (61KB)
    │       │           ├── wuapi.dll (204KB)
    │       │           ├── wuaueng.dll (53KB)
    │       │           ├── wuauserv.exe (40KB)
    │       │           ├── wusa.exe (81KB)
    │       │           ├── x3daudio1_0.dll (57KB)
    │       │           ├── x3daudio1_1.dll (57KB)
    │       │           ├── x3daudio1_2.dll (57KB)
    │       │           ├── x3daudio1_3.dll (57KB)
    │       │           ├── x3daudio1_4.dll (57KB)
    │       │           ├── x3daudio1_5.dll (57KB)
    │       │           ├── x3daudio1_6.dll (57KB)
    │       │           ├── x3daudio1_7.dll (57KB)
    │       │           ├── xactengine2_0.dll (364KB)
    │       │           ├── xactengine2_4.dll (364KB)
    │       │           ├── xactengine2_7.dll (364KB)
    │       │           ├── xactengine2_9.dll (364KB)
    │       │           ├── xactengine3_0.dll (364KB)
    │       │           ├── xactengine3_1.dll (364KB)
    │       │           ├── xactengine3_2.dll (364KB)
    │       │           ├── xactengine3_3.dll (364KB)
    │       │           ├── xactengine3_4.dll (364KB)
    │       │           ├── xactengine3_5.dll (364KB)
    │       │           ├── xactengine3_6.dll (364KB)
    │       │           ├── xactengine3_7.dll (364KB)
    │       │           ├── xapofx1_1.dll (90KB)
    │       │           ├── xapofx1_2.dll (86KB)
    │       │           ├── xapofx1_3.dll (90KB)
    │       │           ├── xapofx1_4.dll (86KB)
    │       │           ├── xapofx1_5.dll (86KB)
    │       │           ├── xaudio2_0.dll (335KB)
    │       │           ├── xaudio2_1.dll (335KB)
    │       │           ├── xaudio2_2.dll (335KB)
    │       │           ├── xaudio2_3.dll (335KB)
    │       │           ├── xaudio2_4.dll (335KB)
    │       │           ├── xaudio2_5.dll (335KB)
    │       │           ├── xaudio2_6.dll (335KB)
    │       │           ├── xaudio2_7.dll (335KB)
    │       │           ├── xaudio2_8.dll (348KB)
    │       │           ├── xaudio2_9.dll (348KB)
    │       │           ├── xcopy.exe (188KB)
    │       │           ├── xinput1_1.dll (81KB)
    │       │           ├── xinput1_2.dll (81KB)
    │       │           ├── xinput1_3.dll (81KB)
    │       │           ├── xinput1_4.dll (81KB)
    │       │           ├── xinput9_1_0.dll (77KB)
    │       │           ├── xmllite.dll (118KB)
    │       │           ├── xolehlp.dll (143KB)
    │       │           ├── xpsprint.dll (45KB)
    │       │           └── xpssvcs.dll (40KB)
    │       ├── lib64 (11 Entries)
    │       │   ├── libMoltenVK.dylib (5.8MB)
    │       │   ├── libSDL2-2.0.0.dylib (1.2MB)
    │       │   ├── libSDL2.dylib -> libSDL2-2.0.0.dylib
    │       │   ├── libcxfreetype.6.dylib (738KB)
    │       │   ├── libcxfreetype.dylib -> libcxfreetype.6.dylib
    │       │   ├── libcxfreetype.so -> libcxfreetype.6.dylib
    │       │   ├── libgmp.10.dylib (526KB)
    │       │   ├── libgmp.dylib -> libgmp.10.dylib
    │       │   ├── libgnutls.30.dylib (2.1MB)
    │       │   ├── libgnutls.dylib -> libgnutls.30.dylib
    │       │   └── wine (1 Entries)
    │       │       └── dxvk (6 Entries)
    │       │           ├── d3d10.dll (1.1MB)
    │       │           ├── d3d10_1.dll (1.1MB)
    │       │           ├── d3d10core.dll (941KB)
    │       │           ├── d3d11.dll (2.9MB)
    │       │           ├── d3d9.dll (2.6MB)
    │       │           └── dxgi.dll (1.9MB)
    │       ├── license.txt (13KB)
    │       ├── share (5 Entries)
    │       │   ├── crossover (4 Entries)
    │       │   │   ├── bottle_data (4 Entries)
    │       │   │   │   ├── Notify.wav (87KB)
    │       │   │   │   ├── crossover.inf (20KB)
    │       │   │   │   ├── cxbottle.conf (14KB)
    │       │   │   │   └── oem0.cat (448B)
    │       │   │   ├── bottle_templates (12 Entries)
    │       │   │   │   ├── win10 (2 Entries)
    │       │   │   │   │   ├── CXBT_win10.pm (27KB)
    │       │   │   │   │   └── setup (2.9KB)
    │       │   │   │   ├── win10_64 (2 Entries)
    │       │   │   │   │   ├── CXBT_win10_64.pm (27KB)
    │       │   │   │   │   └── setup (2.9KB)
    │       │   │   │   ├── win2000 (2 Entries)
    │       │   │   │   │   ├── CXBT_win2000.pm (27KB)
    │       │   │   │   │   └── setup (2.9KB)
    │       │   │   │   ├── win7 (2 Entries)
    │       │   │   │   │   ├── CXBT_win7.pm (27KB)
    │       │   │   │   │   └── setup (2.9KB)
    │       │   │   │   ├── win7_64 (2 Entries)
    │       │   │   │   │   ├── CXBT_win7_64.pm (27KB)
    │       │   │   │   │   └── setup (2.9KB)
    │       │   │   │   ├── win8 (2 Entries)
    │       │   │   │   │   ├── CXBT_win8.pm (27KB)
    │       │   │   │   │   └── setup (2.9KB)
    │       │   │   │   ├── win8_64 (2 Entries)
    │       │   │   │   │   ├── CXBT_win8_64.pm (27KB)
    │       │   │   │   │   └── setup (2.9KB)
    │       │   │   │   ├── win98 (2 Entries)
    │       │   │   │   │   ├── CXBT_win98.pm (27KB)
    │       │   │   │   │   └── setup (2.9KB)
    │       │   │   │   ├── winvista (2 Entries)
    │       │   │   │   │   ├── CXBT_winvista.pm (27KB)
    │       │   │   │   │   └── setup (2.9KB)
    │       │   │   │   ├── winvista_64 (2 Entries)
    │       │   │   │   │   ├── CXBT_winvista_64.pm (27KB)
    │       │   │   │   │   └── setup (2.9KB)
    │       │   │   │   ├── winxp (2 Entries)
    │       │   │   │   │   ├── CXBT_winxp.pm (27KB)
    │       │   │   │   │   └── setup (2.9KB)
    │       │   │   │   └── winxp_64 (2 Entries)
    │       │   │   │       ├── CXBT_winxp_64.pm (27KB)
    │       │   │   │       └── setup (2.9KB)
    │       │   │   ├── cxbottle (17 Entries)
    │       │   │   │   ├── deb.build (240B)
    │       │   │   │   ├── deb.changelog (124B)
    │       │   │   │   ├── deb.compat (3B)
    │       │   │   │   ├── deb.control (296B)
    │       │   │   │   ├── deb.copyright (129B)
    │       │   │   │   ├── deb.postinst (742B)
    │       │   │   │   ├── deb.postrm (471B)
    │       │   │   │   ├── deb.preinst (1.2KB)
    │       │   │   │   ├── deb.prerm (613B)
    │       │   │   │   ├── rpm.spec (5.5KB)
    │       │   │   │   ├── sunpkg.checkinstall (1.6KB)
    │       │   │   │   ├── sunpkg.depend (87B)
    │       │   │   │   ├── sunpkg.i.none (1.1KB)
    │       │   │   │   ├── sunpkg.pkginfo (412B)
    │       │   │   │   ├── sunpkg.postinstall (1.4KB)
    │       │   │   │   ├── sunpkg.postremove (450B)
    │       │   │   │   └── sunpkg.preremove (793B)
    │       │   │   └── data (6 Entries)
    │       │   │       ├── crossover.menu (804B)
    │       │   │       ├── crossover.tie (17MB)
    │       │   │       ├── cxfixes.xml (227KB)
    │       │   │       ├── myst_iv.conf (15KB)
    │       │   │       ├── tie.pub (451B)
    │       │   │       └── unknown.tie (8.0KB)
    │       │   ├── icons (7 Entries)
    │       │   │   ├── 128x128 (2 Entries)
    │       │   │   │   ├── crossover.png (2.3KB)
    │       │   │   │   └── cxmenu.png (3.1KB)
    │       │   │   ├── 16x16 (3 Entries)
    │       │   │   │   ├── crossover.png (1.8KB)
    │       │   │   │   ├── cxmenu.png (1.8KB)
    │       │   │   │   └── cxuninstall.png (1.8KB)
    │       │   │   ├── 256x256 (3 Entries)
    │       │   │   │   ├── crossover.png (4.6KB)
    │       │   │   │   ├── cxmenu.png (4.7KB)
    │       │   │   │   └── cxuninstall.png (31KB)
    │       │   │   ├── 32x32 (3 Entries)
    │       │   │   │   ├── crossover.png (2.4KB)
    │       │   │   │   ├── cxmenu.png (1.7KB)
    │       │   │   │   └── cxuninstall.png (2.2KB)
    │       │   │   ├── 48x48 (2 Entries)
    │       │   │   │   ├── cxmenu.png (1.9KB)
    │       │   │   │   └── cxreboot.png (2.7KB)
    │       │   │   ├── 64x64 (2 Entries)
    │       │   │   │   ├── crossover.png (1.2KB)
    │       │   │   │   └── cxmenu.png (2.9KB)
    │       │   │   └── 96x96 (1 Entries)
    │       │   │       └── cxreboot.png (4.2KB)
    │       │   ├── images (4 Entries)
    │       │   │   ├── steam_logo.png (2.4KB)
    │       │   │   ├── wallpaper.bmp (2.1MB)
    │       │   │   ├── welcomeCrossOverIcon.png (17KB)
    │       │   │   └── welcomeCrossOverIcon_src.png (43KB)
    │       │   ├── locale (35 Entries)
    │       │   │   ├── ar (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (337B)
    │       │   │   ├── cs (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (113KB)
    │       │   │   ├── da (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (48KB)
    │       │   │   ├── de (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (119KB)
    │       │   │   ├── el (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (9.7KB)
    │       │   │   ├── en (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (112KB)
    │       │   │   ├── es (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (116KB)
    │       │   │   ├── fi (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (3.9KB)
    │       │   │   ├── fr (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (120KB)
    │       │   │   ├── he (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (103KB)
    │       │   │   ├── hi (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (33KB)
    │       │   │   ├── hu (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (121KB)
    │       │   │   ├── id (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (1.3KB)
    │       │   │   ├── it (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (116KB)
    │       │   │   ├── ja (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (129KB)
    │       │   │   ├── ko (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (94KB)
    │       │   │   ├── lt (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (73KB)
    │       │   │   ├── ms (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (62KB)
    │       │   │   ├── nb (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (720B)
    │       │   │   ├── nl (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (116KB)
    │       │   │   ├── no (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (340B)
    │       │   │   ├── pl (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (114KB)
    │       │   │   ├── pt (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (116KB)
    │       │   │   ├── pt_BR (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (96KB)
    │       │   │   ├── ro (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (44KB)
    │       │   │   ├── ru (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (138KB)
    │       │   │   ├── sk (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (97KB)
    │       │   │   ├── sv (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (94KB)
    │       │   │   ├── tl (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (499B)
    │       │   │   ├── tr (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (113KB)
    │       │   │   ├── ur (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (11KB)
    │       │   │   ├── vi (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (28KB)
    │       │   │   ├── zh_CN (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (106KB)
    │       │   │   ├── zh_HK (1 Entries)
    │       │   │   │   └── LC_MESSAGES (1 Entries)
    │       │   │   │       └── crossover.mo (55KB)
    │       │   │   └── zh_TW (1 Entries)
    │       │   │       └── LC_MESSAGES (1 Entries)
    │       │   │           └── crossover.mo (107KB)
    │       │   └── wine (5 Entries)
    │       │       ├── fonts (67 Entries)
    │       │       │   ├── Vera.ttf (66KB)
    │       │       │   ├── VeraBI.ttf (63KB)
    │       │       │   ├── VeraBd.ttf (59KB)
    │       │       │   ├── VeraIt.ttf (64KB)
    │       │       │   ├── VeraMoBI.ttf (55KB)
    │       │       │   ├── VeraMoBd.ttf (49KB)
    │       │       │   ├── VeraMoIt.ttf (55KB)
    │       │       │   ├── VeraMono.ttf (49KB)
    │       │       │   ├── VeraSe.ttf (60KB)
    │       │       │   ├── VeraSeBd.ttf (59KB)
    │       │       │   ├── coue1255.fon (4.9KB)
    │       │       │   ├── coue1256.fon (4.9KB)
    │       │       │   ├── coue1257.fon (4.9KB)
    │       │       │   ├── coure.fon (4.9KB)
    │       │       │   ├── couree.fon (4.9KB)
    │       │       │   ├── coureg.fon (4.9KB)
    │       │       │   ├── courer.fon (4.9KB)
    │       │       │   ├── couret.fon (4.9KB)
    │       │       │   ├── cvgasys.fon (13KB)
    │       │       │   ├── hvgasys.fon (6.5KB)
    │       │       │   ├── jsmalle.fon (4.5KB)
    │       │       │   ├── jvgafix.fon (6.0KB)
    │       │       │   ├── jvgasys.fon (7.4KB)
    │       │       │   ├── marlett.ttf (6.1KB)
    │       │       │   ├── smae1255.fon (4.5KB)
    │       │       │   ├── smae1256.fon (4.5KB)
    │       │       │   ├── smae1257.fon (4.5KB)
    │       │       │   ├── smalle.fon (4.5KB)
    │       │       │   ├── smallee.fon (4.5KB)
    │       │       │   ├── smalleg.fon (4.5KB)
    │       │       │   ├── smaller.fon (4.6KB)
    │       │       │   ├── smallet.fon (4.5KB)
    │       │       │   ├── ssee1255.fon (19KB)
    │       │       │   ├── ssee1256.fon (19KB)
    │       │       │   ├── ssee1257.fon (20KB)
    │       │       │   ├── ssee874.fon (18KB)
    │       │       │   ├── ssef1255.fon (14KB)
    │       │       │   ├── ssef1256.fon (14KB)
    │       │       │   ├── ssef1257.fon (15KB)
    │       │       │   ├── ssef874.fon (13KB)
    │       │       │   ├── sserife.fon (20KB)
    │       │       │   ├── sserifee.fon (11KB)
    │       │       │   ├── sserifeg.fon (20KB)
    │       │       │   ├── sserifer.fon (21KB)
    │       │       │   ├── sserifet.fon (20KB)
    │       │       │   ├── sseriff.fon (16KB)
    │       │       │   ├── sseriffe.fon (6.6KB)
    │       │       │   ├── sseriffg.fon (15KB)
    │       │       │   ├── sseriffr.fon (16KB)
    │       │       │   ├── sserifft.fon (15KB)
    │       │       │   ├── svgasys.fon (13KB)
    │       │       │   ├── symbol.ttf (26KB)
    │       │       │   ├── tahoma.ttf (144KB)
    │       │       │   ├── tahomabd.ttf (137KB)
    │       │       │   ├── ume-ui-gothic.ttf (4.6MB)
    │       │       │   ├── vgafix.fon (5.4KB)
    │       │       │   ├── vgas1255.fon (6.4KB)
    │       │       │   ├── vgas1256.fon (6.1KB)
    │       │       │   ├── vgas1257.fon (6.6KB)
    │       │       │   ├── vgas874.fon (6.0KB)
    │       │       │   ├── vgasys.fon (6.5KB)
    │       │       │   ├── vgasyse.fon (6.6KB)
    │       │       │   ├── vgasysg.fon (6.6KB)
    │       │       │   ├── vgasysr.fon (6.9KB)
    │       │       │   ├── vgasyst.fon (6.5KB)
    │       │       │   ├── webdings.ttf (4.3KB)
    │       │       │   └── wingding.ttf (9.5KB)
    │       │       ├── gecko (2 Entries)
    │       │       │   ├── wine-gecko-2.47.2-x86 (20 Entries)
    │       │       │   │   ├── VERSION (17B)
    │       │       │   │   ├── browser (6 Entries)
    │       │       │   │   │   ├── blocklist.xml (232KB)
    │       │       │   │   │   ├── chrome.manifest (40B)
    │       │       │   │   │   ├── components (2 Entries)
    │       │       │   │   │   │   ├── browsercomps.dll (598KB)
    │       │       │   │   │   │   └── components.manifest (34B)
    │       │       │   │   │   ├── extensions (1 Entries)
    │       │       │   │   │   │   └── {972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi (4.9KB)
    │       │       │   │   │   ├── features (3 Entries)
    │       │       │   │   │   │   ├── e10srollout@mozilla.org.xpi (2.2KB)
    │       │       │   │   │   │   ├── firefox@getpocket.com.xpi (671KB)
    │       │       │   │   │   │   └── loop@mozilla.org.xpi (1.7MB)
    │       │       │   │   │   └── omni.ja (12MB)
    │       │       │   │   ├── defaults (1 Entries)
    │       │       │   │   │   └── pref (1 Entries)
    │       │       │   │   │       └── channel-prefs.js (245B)
    │       │       │   │   ├── dependentlibs.list (42B)
    │       │       │   │   ├── dictionaries (2 Entries)
    │       │       │   │   │   ├── en-US.aff (3.1KB)
    │       │       │   │   │   └── en-US.dic (576KB)
    │       │       │   │   ├── freebl3.dll (496KB)
    │       │       │   │   ├── gmp-clearkey (1 Entries)
    │       │       │   │   │   └── 0.1 (2 Entries)
    │       │       │   │   │       ├── clearkey.dll (1.1MB)
    │       │       │   │   │       └── clearkey.info (310B)
    │       │       │   │   ├── lgpllibs.dll (471KB)
    │       │       │   │   ├── libEGL.dll (4.8MB)
    │       │       │   │   ├── libGLESv2.dll (4.9MB)
    │       │       │   │   ├── mozavcodec.dll (2.0MB)
    │       │       │   │   ├── mozavutil.dll (430KB)
    │       │       │   │   ├── mozglue.dll (1.0MB)
    │       │       │   │   ├── nss3.dll (2.2MB)
    │       │       │   │   ├── nssckbi.dll (528KB)
    │       │       │   │   ├── nssdbm3.dll (198KB)
    │       │       │   │   ├── omni.ja (5.8MB)
    │       │       │   │   ├── plugin-container.exe (549KB)
    │       │       │   │   ├── softokn3.dll (278KB)
    │       │       │   │   └── xul.dll (90MB)
    │       │       │   └── wine-gecko-2.47.2-x86_64 (20 Entries)
    │       │       │       ├── VERSION (17B)
    │       │       │       ├── browser (6 Entries)
    │       │       │       │   ├── blocklist.xml (232KB)
    │       │       │       │   ├── chrome.manifest (40B)
    │       │       │       │   ├── components (2 Entries)
    │       │       │       │   │   ├── browsercomps.dll (553KB)
    │       │       │       │   │   └── components.manifest (34B)
    │       │       │       │   ├── extensions (1 Entries)
    │       │       │       │   │   └── {972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi (4.9KB)
    │       │       │       │   ├── features (3 Entries)
    │       │       │       │   │   ├── e10srollout@mozilla.org.xpi (2.2KB)
    │       │       │       │   │   ├── firefox@getpocket.com.xpi (671KB)
    │       │       │       │   │   └── loop@mozilla.org.xpi (1.7MB)
    │       │       │       │   └── omni.ja (12MB)
    │       │       │       ├── defaults (1 Entries)
    │       │       │       │   └── pref (1 Entries)
    │       │       │       │       └── channel-prefs.js (245B)
    │       │       │       ├── dependentlibs.list (42B)
    │       │       │       ├── dictionaries (2 Entries)
    │       │       │       │   ├── en-US.aff (3.1KB)
    │       │       │       │   └── en-US.dic (576KB)
    │       │       │       ├── freebl3.dll (555KB)
    │       │       │       ├── gmp-clearkey (1 Entries)
    │       │       │       │   └── 0.1 (2 Entries)
    │       │       │       │       ├── clearkey.dll (1.1MB)
    │       │       │       │       └── clearkey.info (310B)
    │       │       │       ├── lgpllibs.dll (426KB)
    │       │       │       ├── libEGL.dll (4.1MB)
    │       │       │       ├── libGLESv2.dll (4.2MB)
    │       │       │       ├── mozavcodec.dll (1.9MB)
    │       │       │       ├── mozavutil.dll (446KB)
    │       │       │       ├── mozglue.dll (1.0MB)
    │       │       │       ├── nss3.dll (2.3MB)
    │       │       │       ├── nssckbi.dll (610KB)
    │       │       │       ├── nssdbm3.dll (228KB)
    │       │       │       ├── omni.ja (5.8MB)
    │       │       │       ├── plugin-container.exe (545KB)
    │       │       │       ├── softokn3.dll (317KB)
    │       │       │       └── xul.dll (77MB)
    │       │       ├── nls (76 Entries)
    │       │       │   ├── c_037.nls (66KB)
    │       │       │   ├── c_10000.nls (66KB)
    │       │       │   ├── c_10001.nls (163KB)
    │       │       │   ├── c_10002.nls (196KB)
    │       │       │   ├── c_10003.nls (178KB)
    │       │       │   ├── c_10004.nls (66KB)
    │       │       │   ├── c_10005.nls (66KB)
    │       │       │   ├── c_10006.nls (66KB)
    │       │       │   ├── c_10007.nls (66KB)
    │       │       │   ├── c_10008.nls (174KB)
    │       │       │   ├── c_10010.nls (66KB)
    │       │       │   ├── c_10017.nls (66KB)
    │       │       │   ├── c_10021.nls (66KB)
    │       │       │   ├── c_10029.nls (66KB)
    │       │       │   ├── c_10079.nls (66KB)
    │       │       │   ├── c_10081.nls (66KB)
    │       │       │   ├── c_10082.nls (66KB)
    │       │       │   ├── c_1026.nls (66KB)
    │       │       │   ├── c_1250.nls (66KB)
    │       │       │   ├── c_1251.nls (66KB)
    │       │       │   ├── c_1252.nls (66KB)
    │       │       │   ├── c_1253.nls (66KB)
    │       │       │   ├── c_1254.nls (66KB)
    │       │       │   ├── c_1255.nls (66KB)
    │       │       │   ├── c_1256.nls (66KB)
    │       │       │   ├── c_1257.nls (66KB)
    │       │       │   ├── c_1258.nls (66KB)
    │       │       │   ├── c_1361.nls (190KB)
    │       │       │   ├── c_20127.nls (66KB)
    │       │       │   ├── c_20866.nls (66KB)
    │       │       │   ├── c_20932.nls (181KB)
    │       │       │   ├── c_20949.nls (178KB)
    │       │       │   ├── c_21866.nls (66KB)
    │       │       │   ├── c_28591.nls (66KB)
    │       │       │   ├── c_28592.nls (66KB)
    │       │       │   ├── c_28593.nls (66KB)
    │       │       │   ├── c_28594.nls (66KB)
    │       │       │   ├── c_28595.nls (66KB)
    │       │       │   ├── c_28596.nls (66KB)
    │       │       │   ├── c_28597.nls (66KB)
    │       │       │   ├── c_28598.nls (66KB)
    │       │       │   ├── c_28599.nls (66KB)
    │       │       │   ├── c_28603.nls (66KB)
    │       │       │   ├── c_28605.nls (66KB)
    │       │       │   ├── c_437.nls (67KB)
    │       │       │   ├── c_500.nls (66KB)
    │       │       │   ├── c_708.nls (66KB)
    │       │       │   ├── c_720.nls (67KB)
    │       │       │   ├── c_737.nls (67KB)
    │       │       │   ├── c_775.nls (67KB)
    │       │       │   ├── c_850.nls (67KB)
    │       │       │   ├── c_852.nls (67KB)
    │       │       │   ├── c_855.nls (67KB)
    │       │       │   ├── c_857.nls (67KB)
    │       │       │   ├── c_860.nls (67KB)
    │       │       │   ├── c_861.nls (67KB)
    │       │       │   ├── c_862.nls (67KB)
    │       │       │   ├── c_863.nls (67KB)
    │       │       │   ├── c_864.nls (67KB)
    │       │       │   ├── c_865.nls (67KB)
    │       │       │   ├── c_866.nls (67KB)
    │       │       │   ├── c_869.nls (67KB)
    │       │       │   ├── c_874.nls (67KB)
    │       │       │   ├── c_875.nls (66KB)
    │       │       │   ├── c_932.nls (163KB)
    │       │       │   ├── c_936.nls (197KB)
    │       │       │   ├── c_949.nls (197KB)
    │       │       │   ├── c_950.nls (197KB)
    │       │       │   ├── l_intl.nls (5.5KB)
    │       │       │   ├── locale.nls (664KB)
    │       │       │   ├── normidna.nls (84KB)
    │       │       │   ├── normnfc.nls (58KB)
    │       │       │   ├── normnfd.nls (52KB)
    │       │       │   ├── normnfkc.nls (81KB)
    │       │       │   ├── normnfkd.nls (74KB)
    │       │       │   └── sortdefault.nls (3.4MB)
    │       │       ├── smb.conf (11KB)
    │       │       └── wine.inf (578KB)
    │       └── support (2 Entries)
    │           ├── default -> myst_iv
    │           └── myst_iv (11 Entries)
    │               ├── .update-timestamp (8B)
    │               ├── cxassoc.conf (3.4KB)
    │               ├── cxbottle.conf (14KB)
    │               ├── cxmenu.conf (837B)
    │               ├── drive_c (7 Entries)
    │               │   ├── .windows-label (7B)
    │               │   ├── Myst 4 (19 Entries)
    │               │   │   ├── EULA.txt (47KB)
    │               │   │   ├── Launch Myst 4 - Revelation.lnk (985B)
    │               │   │   ├── bin (59 Entries)
    │               │   │   │   ├── CrashRpt.dll (87KB)
    │               │   │   │   ├── DareDSound3D_bin_rd.dll (1.3MB)
    │               │   │   │   ├── Game.ini (89B)
    │               │   │   │   ├── Input_rd.dll (106KB)
    │               │   │   │   ├── Myst4.exe (35KB)
    │               │   │   │   ├── Serializer_rd.dll (795KB)
    │               │   │   │   ├── ares_base_rd.dll (102KB)
    │               │   │   │   ├── ares_config.xml (297B)
    │               │   │   │   ├── ares_loader_rd.dll (160KB)
    │               │   │   │   ├── ares_shaderlib_rd.dll (532KB)
    │               │   │   │   ├── ares_tools_rd.dll (229KB)
    │               │   │   │   ├── aresdx_app_rd.dll (37KB)
    │               │   │   │   ├── aresdx_rd.dll (2.1MB)
    │               │   │   │   ├── aresdx_shaderloader_rd.dll (561KB)
    │               │   │   │   ├── astra_forcelib_rd.dll (49KB)
    │               │   │   │   ├── astra_partsyslib_rd.dll (168KB)
    │               │   │   │   ├── astra_rd.dll (389KB)
    │               │   │   │   ├── astra_renderersares_rd.dll (131KB)
    │               │   │   │   ├── atlas_loader_rd.dll (72KB)
    │               │   │   │   ├── atlas_rd.dll (238KB)
    │               │   │   │   ├── base_rd.dll (795KB)
    │               │   │   │   ├── bigfile_rd.dll (22KB)
    │               │   │   │   ├── binkw32.dll (339KB)
    │               │   │   │   ├── configurator (22 Entries)
    │               │   │   │   │   ├── app.ico (5.2KB)
    │               │   │   │   │   ├── base_rd.dll (770KB)
    │               │   │   │   │   ├── config.ini (620B)
    │               │   │   │   │   ├── detectionapi_rd.dll (184KB)
    │               │   │   │   │   ├── directx9tests_rd.dll (40KB)
    │               │   │   │   │   ├── directxtests.tst (25KB)
    │               │   │   │   │   ├── local_en.dll (250KB)
    │               │   │   │   │   ├── local_fr.dll (250KB)
    │               │   │   │   │   ├── local_ger.dll (250KB)
    │               │   │   │   │   ├── local_it.dll (250KB)
    │               │   │   │   │   ├── local_nl.dll (250KB)
    │               │   │   │   │   ├── local_spa.dll (250KB)
    │               │   │   │   │   ├── myst_detection.exe (115KB)
    │               │   │   │   │   ├── myst_interpreter_local_en.ini (3.6KB)
    │               │   │   │   │   ├── myst_interpreter_local_fr.ini (3.9KB)
    │               │   │   │   │   ├── myst_interpreter_local_ger.ini (3.8KB)
    │               │   │   │   │   ├── myst_interpreter_local_it.ini (3.9KB)
    │               │   │   │   │   ├── myst_interpreter_local_nl.ini (3.7KB)
    │               │   │   │   │   ├── myst_interpreter_local_spa.ini (4.1KB)
    │               │   │   │   │   ├── myst_interpreters.intr (57KB)
    │               │   │   │   │   ├── pluginmanagerapi_rd.dll (35KB)
    │               │   │   │   │   └── systemtests.tst (33KB)
    │               │   │   │   ├── detect_config.ini (117B)
    │               │   │   │   ├── eax.dll (139KB)
    │               │   │   │   ├── game.dsc (33B)
    │               │   │   │   ├── gfx_tools_rd.dll (127KB)
    │               │   │   │   ├── lfbmp13n.dll (30KB)
    │               │   │   │   ├── lfcmp13n.dll (352KB)
    │               │   │   │   ├── lffax13n.dll (73KB)
    │               │   │   │   ├── lfjbg13n.dll (101KB)
    │               │   │   │   ├── lflmb13n.dll (32KB)
    │               │   │   │   ├── lfpcx13n.dll (26KB)
    │               │   │   │   ├── lfpng13n.dll (148KB)
    │               │   │   │   ├── lftga13n.dll (24KB)
    │               │   │   │   ├── lftif13n.dll (131KB)
    │               │   │   │   ├── ltclr13n.dll (1.7MB)
    │               │   │   │   ├── ltfil13n.dll (156KB)
    │               │   │   │   ├── ltkrn13n.dll (437KB)
    │               │   │   │   ├── m4_ai_all_rd.dll (311KB)
    │               │   │   │   ├── m4_ai_global_rd.dll (541KB)
    │               │   │   │   ├── m4_ai_thor_rd.dll (590KB)
    │               │   │   │   ├── m4_ai_w1_rd.dll (504KB)
    │               │   │   │   ├── m4_ai_w2_rd.dll (508KB)
    │               │   │   │   ├── m4_ai_w3_rd.dll (537KB)
    │               │   │   │   ├── m4_ai_w4_rd.dll (582KB)
    │               │   │   │   ├── m4_ai_w5_rd.dll (209KB)
    │               │   │   │   ├── m4_ai_w6_rd.dll (172KB)
    │               │   │   │   ├── m4_aisdk_rd.dll (455KB)
    │               │   │   │   ├── m4_base_rd.dll (156KB)
    │               │   │   │   ├── m4_dare_ext_rd.dll (46KB)
    │               │   │   │   ├── m4_shaderlib_rd.dll (201KB)
    │               │   │   │   ├── m4_snd_rd.dll (176KB)
    │               │   │   │   ├── m4_thor_rd.dll (1.9MB)
    │               │   │   │   ├── more_rd.dll (446KB)
    │               │   │   │   ├── moreactor_rd.dll (188KB)
    │               │   │   │   ├── updatelauncher (9 Entries)
    │               │   │   │   │   ├── appupdate.ico (5.2KB)
    │               │   │   │   │   ├── config.ini (355B)
    │               │   │   │   │   ├── local_en.dll (135KB)
    │               │   │   │   │   ├── local_fr.dll (135KB)
    │               │   │   │   │   ├── local_ger.dll (135KB)
    │               │   │   │   │   ├── local_it.dll (135KB)
    │               │   │   │   │   ├── local_nl.dll (135KB)
    │               │   │   │   │   ├── local_spa.dll (135KB)
    │               │   │   │   │   └── mystupdate.exe (197KB)
    │               │   │   │   └── zlib.dll (54KB)
    │               │   │   ├── data (12 Entries)
    │               │   │   │   ├── data.m4b (1.6GB)
    │               │   │   │   ├── english (2 Entries)
    │               │   │   │   │   ├── data.m4b (410MB)
    │               │   │   │   │   └── sound.m4b (111MB)
    │               │   │   │   ├── patch.m4b (844KB)
    │               │   │   │   ├── sound.m4b (1.4GB)
    │               │   │   │   ├── video_1.m4b (480KB)
    │               │   │   │   ├── video_2.m4b (313MB)
    │               │   │   │   ├── video_3.m4b (506MB)
    │               │   │   │   ├── video_4.m4b (742MB)
    │               │   │   │   ├── video_5.m4b (550MB)
    │               │   │   │   ├── video_6.m4b (1.3GB)
    │               │   │   │   ├── video_7.m4b (482MB)
    │               │   │   │   └── video_8.m4b (88MB)
    │               │   │   ├── gog.ico (69KB)
    │               │   │   ├── goggame-1956555724.hashdb (327B)
    │               │   │   ├── goggame-1956555724.ico (69KB)
    │               │   │   ├── goggame-1956555724.info (1.1KB)
    │               │   │   ├── goggame-1956555724.script (3.0KB)
    │               │   │   ├── goglog.ini (776B)
    │               │   │   ├── manual.pdf (6.3MB)
    │               │   │   ├── readme.txt (11KB)
    │               │   │   ├── save (0 Entries)
    │               │   │   ├── support.ico (63KB)
    │               │   │   ├── unins000.dat (1.6MB)
    │               │   │   ├── unins000.exe (1.3MB)
    │               │   │   ├── unins000.ini (41B)
    │               │   │   ├── unins000.msg (23KB)
    │               │   │   └── webcache.zip (130B)
    │               │   ├── Program Files (5 Entries)
    │               │   │   ├── Common Files (2 Entries)
    │               │   │   │   ├── Microsoft Shared (1 Entries)
    │               │   │   │   │   └── TextConv (0 Entries)
    │               │   │   │   └── System (2 Entries)
    │               │   │   │       ├── ADO (1 Entries)
    │               │   │   │       │   └── msado15.dll (221KB)
    │               │   │   │       └── OLE DB (3 Entries)
    │               │   │   │           ├── msdaps.dll (401KB)
    │               │   │   │           ├── msdasql.dll (167KB)
    │               │   │   │           └── oledb32.dll (319KB)
    │               │   │   ├── Internet Explorer (1 Entries)
    │               │   │   │   └── iexplore.exe (135KB)
    │               │   │   ├── Netscape (1 Entries)
    │               │   │   │   └── Communicator (1 Entries)
    │               │   │   │       └── Program (1 Entries)
    │               │   │   │           └── netscape.exe (2.4KB)
    │               │   │   ├── Windows Media Player (1 Entries)
    │               │   │   │   └── wmplayer.exe (45KB)
    │               │   │   └── Windows NT (1 Entries)
    │               │   │       └── Accessories (1 Entries)
    │               │   │           └── wordpad.exe (524KB)
    │               │   ├── Program Files (x86) (5 Entries)
    │               │   │   ├── Common Files (1 Entries)
    │               │   │   │   └── System (2 Entries)
    │               │   │   │       ├── ADO (1 Entries)
    │               │   │   │       │   └── msado15.dll (212KB)
    │               │   │   │       └── OLE DB (3 Entries)
    │               │   │   │           ├── msdaps.dll (380KB)
    │               │   │   │           ├── msdasql.dll (163KB)
    │               │   │   │           └── oledb32.dll (315KB)
    │               │   │   ├── Internet Explorer (1 Entries)
    │               │   │   │   └── iexplore.exe (122KB)
    │               │   │   ├── Netscape (1 Entries)
    │               │   │   │   └── Communicator (1 Entries)
    │               │   │   │       └── Program (1 Entries)
    │               │   │   │           └── netscape.exe (2.4KB)
    │               │   │   ├── Windows Media Player (1 Entries)
    │               │   │   │   └── wmplayer.exe (36KB)
    │               │   │   └── Windows NT (1 Entries)
    │               │   │       └── Accessories (1 Entries)
    │               │   │           └── wordpad.exe (524KB)
    │               │   ├── ProgramData (2 Entries)
    │               │   │   ├── GOG.com (1 Entries)
    │               │   │   │   └── supportInstaller (2 Entries)
    │               │   │   │       ├── 1956555724 (2 Entries)
    │               │   │   │       │   ├── goggame-1956555724.info (1.1KB)
    │               │   │   │       │   └── goggame-1956555724.script (3.0KB)
    │               │   │   │       └── uninstall.dll (715KB)
    │               │   │   └── Microsoft (1 Entries)
    │               │   │       └── Windows (2 Entries)
    │               │   │           ├── Start Menu (1 Entries)
    │               │   │           │   └── Programs (3 Entries)
    │               │   │           │       ├── Administrative Tools (0 Entries)
    │               │   │           │       ├── GOG.com (1 Entries)
    │               │   │           │       │   └── Myst 4 - Revelation (3 Entries)
    │               │   │           │       │       ├── Documents (2 Entries)
    │               │   │           │       │       │   ├── Manual.lnk (880B)
    │               │   │           │       │       │   └── Support.url (107B)
    │               │   │           │       │       ├── Myst 4 - Revelation.lnk (985B)
    │               │   │           │       │       └── Uninstall Myst 4 - Revelation.lnk (870B)
    │               │   │           │       └── StartUp (0 Entries)
    │               │   │           └── Templates (0 Entries)
    │               │   ├── users (2 Entries)
    │               │   │   ├── Public (6 Entries)
    │               │   │   │   ├── Desktop (0 Entries)
    │               │   │   │   ├── Documents (0 Entries)
    │               │   │   │   ├── Favorites (0 Entries)
    │               │   │   │   ├── Music (0 Entries)
    │               │   │   │   ├── Pictures (0 Entries)
    │               │   │   │   └── Videos (0 Entries)
    │               │   │   └── crossover (18 Entries)
    │               │   │       ├── AppData (3 Entries)
    │               │   │       │   ├── Local (1 Entries)
    │               │   │       │   │   └── Microsoft (1 Entries)
    │               │   │       │   │       └── Windows (3 Entries)
    │               │   │       │   │           ├── History (0 Entries)
    │               │   │       │   │           ├── INetCache (0 Entries)
    │               │   │       │   │           └── INetCookies (0 Entries)
    │               │   │       │   ├── LocalLow (0 Entries)
    │               │   │       │   └── Roaming (1 Entries)
    │               │   │       │       └── Microsoft (1 Entries)
    │               │   │       │           └── Windows (6 Entries)
    │               │   │       │               ├── Network Shortcuts (0 Entries)
    │               │   │       │               ├── Printer Shortcuts (0 Entries)
    │               │   │       │               ├── Recent (0 Entries)
    │               │   │       │               ├── SendTo (0 Entries)
    │               │   │       │               ├── Start Menu (1 Entries)
    │               │   │       │               │   └── Programs (2 Entries)
    │               │   │       │               │       ├── Administrative Tools (0 Entries)
    │               │   │       │               │       └── StartUp (0 Entries)
    │               │   │       │               └── Themes (0 Entries)
    │               │   │       ├── Application Data (1 Entries)
    │               │   │       │   └── Microsoft (0 Entries)
    │               │   │       ├── Contacts (0 Entries)
    │               │   │       ├── Cookies (0 Entries)
    │               │   │       ├── Desktop (0 Entries)
    │               │   │       ├── Downloads (0 Entries)
    │               │   │       ├── Favorites (0 Entries)
    │               │   │       ├── Links (0 Entries)
    │               │   │       ├── Local Settings (3 Entries)
    │               │   │       │   ├── Application Data (1 Entries)
    │               │   │       │   │   └── Microsoft (0 Entries)
    │               │   │       │   ├── History (0 Entries)
    │               │   │       │   └── Temporary Internet Files (0 Entries)
    │               │   │       ├── NetHood (0 Entries)
    │               │   │       ├── PrintHood (0 Entries)
    │               │   │       ├── Recent (0 Entries)
    │               │   │       ├── Saved Games (0 Entries)
    │               │   │       ├── Searches (0 Entries)
    │               │   │       ├── SendTo (0 Entries)
    │               │   │       ├── Start Menu (1 Entries)
    │               │   │       │   └── Programs (2 Entries)
    │               │   │       │       ├── Administrative Tools (0 Entries)
    │               │   │       │       └── StartUp (0 Entries)
    │               │   │       ├── Temp (3 Entries)
    │               │   │       │   ├── Setup Log 2018-06-08 #001.txt (59KB)
    │               │   │       │   ├── Setup Log 2018-06-08 #002.txt (6.1KB)
    │               │   │       │   └── wine_ppds (0 Entries)
    │               │   │       └── Templates (0 Entries)
    │               │   └── windows (31 Entries)
    │               │       ├── ControlPanelDB (4 Entries)
    │               │       │   ├── appwiz.ico (50KB)
    │               │       │   ├── inetcpl.ico (83KB)
    │               │       │   ├── joy.ico (25KB)
    │               │       │   └── joy.xpm (5.1KB)
    │               │       ├── Fonts (0 Entries)
    │               │       ├── Installer (2 Entries)
    │               │       │   ├── 8209.msi (51MB)
    │               │       │   └── 8d7d.msi (49MB)
    │               │       ├── Media (1 Entries)
    │               │       │   └── Notify.wav (87KB)
    │               │       ├── command (1 Entries)
    │               │       │   └── start.exe (139KB)
    │               │       ├── control-panel.db (442B)
    │               │       ├── explorer.exe (135KB)
    │               │       ├── globalization (1 Entries)
    │               │       │   └── sorting (1 Entries)
    │               │       │       └── sortdefault.nls (3.4MB)
    │               │       ├── help (0 Entries)
    │               │       ├── hh.exe (106KB)
    │               │       ├── inf (7 Entries)
    │               │       │   ├── input.inf (225B)
    │               │       │   ├── input.pnf (41B)
    │               │       │   ├── winebus.inf (434B)
    │               │       │   ├── winebus.pnf (43B)
    │               │       │   ├── winehid.inf (448B)
    │               │       │   ├── winehid.pnf (43B)
    │               │       │   └── winexinput.inf (463B)
    │               │       ├── logs (0 Entries)
    │               │       ├── notepad.exe (253KB)
    │               │       ├── performance (1 Entries)
    │               │       │   └── winsat (1 Entries)
    │               │       │       └── datastore (0 Entries)
    │               │       ├── regedit.exe (684KB)
    │               │       ├── resources (1 Entries)
    │               │       │   └── themes (1 Entries)
    │               │       │       └── light (1 Entries)
    │               │       │           └── light.msstyles (7.6MB)
    │               │       ├── rundll.exe (255B)
    │               │       ├── system (2 Entries)
    │               │       │   ├── ddeml.dll (1.6KB)
    │               │       │   └── mmsystem.dll (6.8KB)
    │               │       ├── system.ini (507B)
    │               │       ├── system32 (1000 Entries)
    │               │       │   ├── 32autole.dll (1.0KB)
    │               │       │   ├── Speech (1 Entries)
    │               │       │   │   └── Common (1 Entries)
    │               │       │   │       └── sapi.dll (319KB)
    │               │       │   ├── WindowsPowerShell (1 Entries)
    │               │       │   │   └── v1.0 (1 Entries)
    │               │       │   │       └── powershell.exe (40KB)
    │               │       │   ├── acledit.dll (49KB)
    │               │       │   ├── aclui.dll (77KB)
    │               │       │   ├── activeds.dll (147KB)
    │               │       │   ├── activeds.tlb (49KB)
    │               │       │   ├── actxprxy.dll (1.4MB)
    │               │       │   ├── adsldp.dll (110KB)
    │               │       │   ├── adsldpc.dll (57KB)
    │               │       │   ├── advapi32.dll (262KB)
    │               │       │   ├── advpack.dll (94KB)
    │               │       │   ├── amsi.dll (53KB)
    │               │       │   ├── amstream.dll (258KB)
    │               │       │   ├── api-ms-win-appmodel-identity-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-appmodel-runtime-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-apiquery-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-appcompat-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-appinit-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-atoms-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-bem-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-com-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-com-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-com-private-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-console-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-console-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-datetime-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-datetime-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-debug-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-debug-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-delayload-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-delayload-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-errorhandling-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-errorhandling-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-errorhandling-l1-1-2.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-fibers-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-fibers-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-file-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-file-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-file-l1-2-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-file-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-file-l2-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-handle-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-heap-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-heap-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-heap-obsolete-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-interlocked-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-interlocked-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-io-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-io-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-job-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-job-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-kernel32-legacy-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-kernel32-legacy-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-kernel32-private-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-libraryloader-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-libraryloader-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-libraryloader-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-libraryloader-l1-2-2.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-localization-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-localization-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-localization-l1-2-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-localization-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-localization-obsolete-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-localization-obsolete-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-localization-private-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-localregistry-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-memory-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-memory-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-memory-l1-1-2.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-misc-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-namedpipe-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-namedpipe-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-namespace-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-normalization-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-path-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-privateprofile-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-processenvironment-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-processenvironment-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-processthreads-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-processthreads-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-processthreads-l1-1-2.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-profile-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-psapi-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-psapi-obsolete-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-quirks-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-realtime-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-registry-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-registry-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-registryuserspecific-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-rtlsupport-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-rtlsupport-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-shlwapi-legacy-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-shlwapi-obsolete-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-sidebyside-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-string-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-string-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-string-obsolete-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-stringansi-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-synch-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-synch-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-sysinfo-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-sysinfo-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-sysinfo-l1-2-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-threadpool-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-threadpool-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-threadpool-legacy-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-threadpool-private-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-timezone-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-toolhelp-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-url-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-util-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-version-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-version-private-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-versionansi-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-windowserrorreporting-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-winrt-error-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-winrt-error-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-winrt-errorprivate-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-winrt-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-winrt-registration-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-winrt-string-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-wow64-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-xstate-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-xstate-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-conio-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-convert-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-environment-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-filesystem-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-heap-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-locale-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-math-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-multibyte-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-private-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-process-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-runtime-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-stdio-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-string-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-time-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-utility-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-devices-config-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-devices-query-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-downlevel-advapi32-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-downlevel-advapi32-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-downlevel-normaliz-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-downlevel-ole32-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-downlevel-shell32-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-downlevel-shlwapi-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-downlevel-shlwapi-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-downlevel-user32-l1-1-0.dll (2.6KB)
    │               │       │   ├── api-ms-win-downlevel-version-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-dx-d3dkmt-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-eventing-classicprovider-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-eventing-consumer-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-eventing-controller-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-eventing-provider-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-eventlog-legacy-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-mm-misc-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-mm-mme-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-ntuser-dc-access-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-power-base-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-power-setting-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-rtcore-ntuser-private-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-audit-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-base-l1-1-0.dll (2.6KB)
    │               │       │   ├── api-ms-win-security-base-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-base-private-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-grouppolicy-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-lsalookup-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-lsalookup-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-lsalookup-l2-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-lsapolicy-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-sddl-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-systemfunctions-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-service-core-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-service-core-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-service-management-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-service-management-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-service-private-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-service-winsvc-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-service-winsvc-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-shell-shellcom-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-shell-shellfolders-l1-1-0.dll (1.0KB)
    │               │       │   ├── apisetschema.dll (65KB)
    │               │       │   ├── apphelp.dll (69KB)
    │               │       │   ├── appwiz.cpl (397KB)
    │               │       │   ├── arp.exe (40KB)
    │               │       │   ├── assocscan.exe (9.2KB)
    │               │       │   ├── atl.dll (200KB)
    │               │       │   ├── atl100.dll (188KB)
    │               │       │   ├── atl110.dll (188KB)
    │               │       │   ├── atl80.dll (192KB)
    │               │       │   ├── atl90.dll (192KB)
    │               │       │   ├── atlthunk.dll (49KB)
    │               │       │   ├── atmlib.dll (57KB)
    │               │       │   ├── attrib.exe (90KB)
    │               │       │   ├── authz.dll (53KB)
    │               │       │   ├── autorun.exe (32KB)
    │               │       │   ├── avicap32.dll (53KB)
    │               │       │   ├── avifil32.dll (331KB)
    │               │       │   ├── avifile.dll (208B)
    │               │       │   ├── avrt.dll (53KB)
    │               │       │   ├── bcrypt.dll (98KB)
    │               │       │   ├── bluetoothapis.dll (57KB)
    │               │       │   ├── browseui.dll (172KB)
    │               │       │   ├── bthprops.cpl (57KB)
    │               │       │   ├── c_037.nls (66KB)
    │               │       │   ├── c_10000.nls (66KB)
    │               │       │   ├── c_10001.nls (163KB)
    │               │       │   ├── c_10002.nls (196KB)
    │               │       │   ├── c_10003.nls (178KB)
    │               │       │   ├── c_10004.nls (66KB)
    │               │       │   ├── c_10005.nls (66KB)
    │               │       │   ├── c_10006.nls (66KB)
    │               │       │   ├── c_10007.nls (66KB)
    │               │       │   ├── c_10008.nls (174KB)
    │               │       │   ├── c_10010.nls (66KB)
    │               │       │   ├── c_10017.nls (66KB)
    │               │       │   ├── c_10021.nls (66KB)
    │               │       │   ├── c_10029.nls (66KB)
    │               │       │   ├── c_10079.nls (66KB)
    │               │       │   ├── c_10081.nls (66KB)
    │               │       │   ├── c_10082.nls (66KB)
    │               │       │   ├── c_1026.nls (66KB)
    │               │       │   ├── c_1250.nls (66KB)
    │               │       │   ├── c_1251.nls (66KB)
    │               │       │   ├── c_1252.nls (66KB)
    │               │       │   ├── c_1253.nls (66KB)
    │               │       │   ├── c_1254.nls (66KB)
    │               │       │   ├── c_1255.nls (66KB)
    │               │       │   ├── c_1256.nls (66KB)
    │               │       │   ├── c_1257.nls (66KB)
    │               │       │   ├── c_1258.nls (66KB)
    │               │       │   ├── c_1361.nls (190KB)
    │               │       │   ├── c_20127.nls (66KB)
    │               │       │   ├── c_20866.nls (66KB)
    │               │       │   ├── c_20932.nls (181KB)
    │               │       │   ├── c_20949.nls (178KB)
    │               │       │   ├── c_21866.nls (66KB)
    │               │       │   ├── c_28591.nls (66KB)
    │               │       │   ├── c_28592.nls (66KB)
    │               │       │   ├── c_28593.nls (66KB)
    │               │       │   ├── c_28594.nls (66KB)
    │               │       │   ├── c_28595.nls (66KB)
    │               │       │   ├── c_28596.nls (66KB)
    │               │       │   ├── c_28597.nls (66KB)
    │               │       │   ├── c_28598.nls (66KB)
    │               │       │   ├── c_28599.nls (66KB)
    │               │       │   ├── c_28603.nls (66KB)
    │               │       │   ├── c_28605.nls (66KB)
    │               │       │   ├── c_437.nls (67KB)
    │               │       │   ├── c_500.nls (66KB)
    │               │       │   ├── c_708.nls (66KB)
    │               │       │   ├── c_720.nls (67KB)
    │               │       │   ├── c_737.nls (67KB)
    │               │       │   ├── c_775.nls (67KB)
    │               │       │   ├── c_850.nls (67KB)
    │               │       │   ├── c_852.nls (67KB)
    │               │       │   ├── c_855.nls (67KB)
    │               │       │   ├── c_857.nls (67KB)
    │               │       │   ├── c_860.nls (67KB)
    │               │       │   ├── c_861.nls (67KB)
    │               │       │   ├── c_862.nls (67KB)
    │               │       │   ├── c_863.nls (67KB)
    │               │       │   ├── c_864.nls (67KB)
    │               │       │   ├── c_865.nls (67KB)
    │               │       │   ├── c_866.nls (67KB)
    │               │       │   ├── c_869.nls (67KB)
    │               │       │   ├── c_874.nls (67KB)
    │               │       │   ├── c_875.nls (66KB)
    │               │       │   ├── c_932.nls (163KB)
    │               │       │   ├── c_936.nls (197KB)
    │               │       │   ├── c_949.nls (197KB)
    │               │       │   ├── c_950.nls (197KB)
    │               │       │   ├── cabarc.exe (53KB)
    │               │       │   ├── cabinet.dll (126KB)
    │               │       │   ├── cacls.exe (40KB)
    │               │       │   ├── capi2032.dll (1.0KB)
    │               │       │   ├── cards.dll (307KB)
    │               │       │   ├── catroot (1 Entries)
    │               │       │   │   └── {f750e6c3-38ee-11d1-85e5-00c04fc295ee} (1 Entries)
    │               │       │   │       └── oem0.cat (448B)
    │               │       │   ├── cdosys.dll (53KB)
    │               │       │   ├── cfgmgr32.dll (53KB)
    │               │       │   ├── chcp.com (53KB)
    │               │       │   ├── clock.exe (19KB)
    │               │       │   ├── clusapi.dll (61KB)
    │               │       │   ├── cmd.exe (974KB)
    │               │       │   ├── combase.dll (352KB)
    │               │       │   ├── comcat.dll (53KB)
    │               │       │   ├── comctl32.dll (1.3MB)
    │               │       │   ├── comdlg32.dll (1.1MB)
    │               │       │   ├── comm.drv (204B)
    │               │       │   ├── commdlg.dll (208B)
    │               │       │   ├── compobj.dll (208B)
    │               │       │   ├── compstui.dll (49KB)
    │               │       │   ├── comsvcs.dll (155KB)
    │               │       │   ├── concrt140.dll (155KB)
    │               │       │   ├── conhost.exe (241KB)
    │               │       │   ├── connect.dll (49KB)
    │               │       │   ├── control.exe (36KB)
    │               │       │   ├── credui.dll (163KB)
    │               │       │   ├── crtdll.dll (577KB)
    │               │       │   ├── crypt32.dll (835KB)
    │               │       │   ├── cryptdlg.dll (81KB)
    │               │       │   ├── cryptdll.dll (40KB)
    │               │       │   ├── cryptext.dll (53KB)
    │               │       │   ├── cryptnet.dll (110KB)
    │               │       │   ├── cryptsp.dll (53KB)
    │               │       │   ├── cryptui.dll (1.1MB)
    │               │       │   ├── cscript.exe (98KB)
    │               │       │   ├── ctapi32.dll (49KB)
    │               │       │   ├── ctfmon.exe (32KB)
    │               │       │   ├── ctl3d.dll (206B)
    │               │       │   ├── ctl3d32.dll (49KB)
    │               │       │   ├── ctl3dv2.dll (208B)
    │               │       │   ├── cxcplinfo.exe (49KB)
    │               │       │   ├── cxdummy.exe (32KB)
    │               │       │   ├── cxinstallfonts.exe (32KB)
    │               │       │   ├── cxkeepalive.exe (36KB)
    │               │       │   ├── cxmanip.exe (49KB)
    │               │       │   ├── cxmklnk.exe (57KB)
    │               │       │   ├── cxnative.exe (9.2KB)
    │               │       │   ├── cxwget.exe (49KB)
    │               │       │   ├── d2d1.dll (458KB)
    │               │       │   ├── d3d10.dll (262KB)
    │               │       │   ├── d3d10_1.dll (69KB)
    │               │       │   ├── d3d10core.dll (65KB)
    │               │       │   ├── d3d11.dll (438KB)
    │               │       │   ├── d3d12.dll (139KB)
    │               │       │   ├── d3d8.dll (176KB)
    │               │       │   ├── d3d8thk.dll (49KB)
    │               │       │   ├── d3d9.dll (221KB)
    │               │       │   ├── d3dcompiler_33.dll (233KB)
    │               │       │   ├── d3dcompiler_34.dll (233KB)
    │               │       │   ├── d3dcompiler_35.dll (233KB)
    │               │       │   ├── d3dcompiler_36.dll (233KB)
    │               │       │   ├── d3dcompiler_37.dll (233KB)
    │               │       │   ├── d3dcompiler_38.dll (233KB)
    │               │       │   ├── d3dcompiler_39.dll (233KB)
    │               │       │   ├── d3dcompiler_40.dll (233KB)
    │               │       │   ├── d3dcompiler_41.dll (233KB)
    │               │       │   ├── d3dcompiler_42.dll (233KB)
    │               │       │   ├── d3dcompiler_43.dll (233KB)
    │               │       │   ├── d3dcompiler_46.dll (233KB)
    │               │       │   ├── d3dcompiler_47.dll (233KB)
    │               │       │   ├── d3dim.dll (45KB)
    │               │       │   ├── d3dim700.dll (45KB)
    │               │       │   ├── d3drm.dll (335KB)
    │               │       │   ├── d3dx10_33.dll (65KB)
    │               │       │   ├── d3dx10_34.dll (65KB)
    │               │       │   ├── d3dx10_35.dll (65KB)
    │               │       │   ├── d3dx10_36.dll (65KB)
    │               │       │   ├── d3dx10_37.dll (65KB)
    │               │       │   ├── d3dx10_38.dll (65KB)
    │               │       │   ├── d3dx10_39.dll (65KB)
    │               │       │   ├── d3dx10_40.dll (65KB)
    │               │       │   ├── d3dx10_41.dll (65KB)
    │               │       │   ├── d3dx10_42.dll (65KB)
    │               │       │   ├── d3dx10_43.dll (221KB)
    │               │       │   ├── d3dx11_42.dll (69KB)
    │               │       │   ├── d3dx11_43.dll (69KB)
    │               │       │   ├── d3dx9_24.dll (643KB)
    │               │       │   ├── d3dx9_25.dll (643KB)
    │               │       │   ├── d3dx9_26.dll (643KB)
    │               │       │   ├── d3dx9_27.dll (647KB)
    │               │       │   ├── d3dx9_28.dll (647KB)
    │               │       │   ├── d3dx9_29.dll (647KB)
    │               │       │   ├── d3dx9_30.dll (647KB)
    │               │       │   ├── d3dx9_31.dll (647KB)
    │               │       │   ├── d3dx9_32.dll (647KB)
    │               │       │   ├── d3dx9_33.dll (647KB)
    │               │       │   ├── d3dx9_34.dll (647KB)
    │               │       │   ├── d3dx9_35.dll (647KB)
    │               │       │   ├── d3dx9_36.dll (647KB)
    │               │       │   ├── d3dx9_37.dll (647KB)
    │               │       │   ├── d3dx9_38.dll (647KB)
    │               │       │   ├── d3dx9_39.dll (647KB)
    │               │       │   ├── d3dx9_40.dll (647KB)
    │               │       │   ├── d3dx9_41.dll (647KB)
    │               │       │   ├── d3dx9_42.dll (647KB)
    │               │       │   ├── d3dx9_43.dll (647KB)
    │               │       │   ├── d3dxof.dll (188KB)
    │               │       │   ├── davclnt.dll (49KB)
    │               │       │   ├── dbgeng.dll (155KB)
    │               │       │   ├── dbghelp.dll (446KB)
    │               │       │   ├── dciman32.dll (49KB)
    │               │       │   ├── dcomp.dll (57KB)
    │               │       │   ├── ddeml.dll (206B)
    │               │       │   ├── ddhelp.exe (32KB)
    │               │       │   ├── ddraw.dll (483KB)
    │               │       │   ├── ddrawex.dll (196KB)
    │               │       │   ├── devenum.dll (204KB)
    │               │       │   ├── dhcpcsvc.dll (53KB)
    │               │       │   ├── dhcpcsvc6.dll (40KB)
    │               │       │   ├── dhtmled.ocx (249KB)
    │               │       │   ├── difxapi.dll (53KB)
    │               │       │   ├── dinput.dll (311KB)
    │               │       │   ├── dinput8.dll (311KB)
    │               │       │   ├── directmanipulation.dll (151KB)
    │               │       │   ├── dism.exe (45KB)
    │               │       │   ├── dispdib.dll (208B)
    │               │       │   ├── dispex.dll (172KB)
    │               │       │   ├── display.drv (1.1KB)
    │               │       │   ├── dllhost.exe (69KB)
    │               │       │   ├── dmband.dll (188KB)
    │               │       │   ├── dmcompos.dll (188KB)
    │               │       │   ├── dmime.dll (274KB)
    │               │       │   ├── dmloader.dll (208KB)
    │               │       │   ├── dmscript.dll (188KB)
    │               │       │   ├── dmstyle.dll (229KB)
    │               │       │   ├── dmsynth.dll (192KB)
    │               │       │   ├── dmusic.dll (212KB)
    │               │       │   ├── dmusic32.dll (53KB)
    │               │       │   ├── dnsapi.dll (94KB)
    │               │       │   ├── dosx.exe (1.0KB)
    │               │       │   ├── dplay.dll (40KB)
    │               │       │   ├── dplaysvr.exe (45KB)
    │               │       │   ├── dplayx.dll (270KB)
    │               │       │   ├── dpnaddr.dll (40KB)
    │               │       │   ├── dpnet.dll (184KB)
    │               │       │   ├── dpnhpast.dll (53KB)
    │               │       │   ├── dpnhupnp.dll (57KB)
    │               │       │   ├── dpnlobby.dll (40KB)
    │               │       │   ├── dpnsvr.exe (45KB)
    │               │       │   ├── dpvoice.dll (143KB)
    │               │       │   ├── dpvsetup.exe (45KB)
    │               │       │   ├── dpwsockx.dll (69KB)
    │               │       │   ├── drivers (17 Entries)
    │               │       │   │   ├── cng.sys (45KB)
    │               │       │   │   ├── etc (4 Entries)
    │               │       │   │   │   ├── hosts (23B)
    │               │       │   │   │   ├── networks (16B)
    │               │       │   │   │   ├── protocol (478B)
    │               │       │   │   │   └── services (9.0KB)
    │               │       │   │   ├── fltmgr.sys (73KB)
    │               │       │   │   ├── hidclass.sys (86KB)
    │               │       │   │   ├── hidparse.sys (73KB)
    │               │       │   │   ├── http.sys (61KB)
    │               │       │   │   ├── ksecdd.sys (61KB)
    │               │       │   │   ├── mountmgr.sys (77KB)
    │               │       │   │   ├── ndis.sys (81KB)
    │               │       │   │   ├── netio.sys (110KB)
    │               │       │   │   ├── nsiproxy.sys (49KB)
    │               │       │   │   ├── scsiport.sys (57KB)
    │               │       │   │   ├── tdi.sys (57KB)
    │               │       │   │   ├── usbd.sys (53KB)
    │               │       │   │   ├── winebus.sys (61KB)
    │               │       │   │   ├── winehid.sys (49KB)
    │               │       │   │   └── winexinput.sys (57KB)
    │               │       │   ├── drmclien.dll (49KB)
    │               │       │   ├── dsdmo.dll (180KB)
    │               │       │   ├── dsound.dll (380KB)
    │               │       │   ├── dsound.vxd (1.0KB)
    │               │       │   ├── dsquery.dll (135KB)
    │               │       │   ├── dssenh.dll (65KB)
    │               │       │   ├── dsuiext.dll (139KB)
    │               │       │   ├── dswave.dll (163KB)
    │               │       │   ├── dwmapi.dll (61KB)
    │               │       │   ├── dwrite.dll (471KB)
    │               │       │   ├── dx8vb.dll (147KB)
    │               │       │   ├── dxdiag.exe (65KB)
    │               │       │   ├── dxdiagn.dll (204KB)
    │               │       │   ├── dxgi.dll (262KB)
    │               │       │   ├── dxtrans.dll (53KB)
    │               │       │   ├── dxva2.dll (147KB)
    │               │       │   ├── eject.exe (45KB)
    │               │       │   ├── esent.dll (73KB)
    │               │       │   ├── evr.dll (372KB)
    │               │       │   ├── expand.exe (32KB)
    │               │       │   ├── explorer.exe (135KB)
    │               │       │   ├── explorerframe.dll (159KB)
    │               │       │   ├── ext-ms-win-authz-context-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-domainjoin-netjoin-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-gdi-dc-create-l1-1-1.dll (1.0KB)
    │               │       │   ├── ext-ms-win-gdi-dc-l1-2-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-gdi-devcaps-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-gdi-draw-l1-1-1.dll (1.0KB)
    │               │       │   ├── ext-ms-win-gdi-render-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-kernel32-package-current-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-ntuser-message-l1-1-1.dll (1.0KB)
    │               │       │   ├── ext-ms-win-ntuser-private-l1-1-1.dll (1.0KB)
    │               │       │   ├── ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-ntuser-window-l1-1-1.dll (1.0KB)
    │               │       │   ├── ext-ms-win-rtcore-gdi-object-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll (1.0KB)
    │               │       │   ├── extrac32.exe (49KB)
    │               │       │   ├── extract.exe (32KB)
    │               │       │   ├── faultrep.dll (53KB)
    │               │       │   ├── fc.exe (40KB)
    │               │       │   ├── feclient.dll (45KB)
    │               │       │   ├── find.exe (49KB)
    │               │       │   ├── findfast.exe (32KB)
    │               │       │   ├── findstr.exe (40KB)
    │               │       │   ├── fltlib.dll (57KB)
    │               │       │   ├── fntcache.dll (53KB)
    │               │       │   ├── fontsub.dll (49KB)
    │               │       │   ├── fsutil.exe (53KB)
    │               │       │   ├── fwpuclnt.dll (73KB)
    │               │       │   ├── gameux.dll (176KB)
    │               │       │   ├── gamingtcui.dll (49KB)
    │               │       │   ├── gdi.exe (686B)
    │               │       │   ├── gdi32.dll (507KB)
    │               │       │   ├── gdiplus.dll (548KB)
    │               │       │   ├── gecko (2 Entries)
    │               │       │   │   ├── 2.47 (1 Entries)
    │               │       │   │   │   └── wine_gecko (20 Entries)
    │               │       │   │   │       ├── VERSION (15B)
    │               │       │   │   │       ├── browser (6 Entries)
    │               │       │   │   │       │   ├── blocklist.xml (232KB)
    │               │       │   │   │       │   ├── chrome.manifest (40B)
    │               │       │   │   │       │   ├── components (2 Entries)
    │               │       │   │   │       │   │   ├── browsercomps.dll (238KB)
    │               │       │   │   │       │   │   └── components.manifest (34B)
    │               │       │   │   │       │   ├── extensions (1 Entries)
    │               │       │   │   │       │   │   └── {972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi (4.9KB)
    │               │       │   │   │       │   ├── features (3 Entries)
    │               │       │   │   │       │   │   ├── e10srollout@mozilla.org.xpi (2.2KB)
    │               │       │   │   │       │   │   ├── firefox@getpocket.com.xpi (671KB)
    │               │       │   │   │       │   │   └── loop@mozilla.org.xpi (1.7MB)
    │               │       │   │   │       │   └── omni.ja (12MB)
    │               │       │   │   │       ├── defaults (1 Entries)
    │               │       │   │   │       │   └── pref (1 Entries)
    │               │       │   │   │       │       └── channel-prefs.js (245B)
    │               │       │   │   │       ├── dependentlibs.list (42B)
    │               │       │   │   │       ├── dictionaries (2 Entries)
    │               │       │   │   │       │   ├── en-US.aff (3.1KB)
    │               │       │   │   │       │   └── en-US.dic (576KB)
    │               │       │   │   │       ├── freebl3.dll (417KB)
    │               │       │   │   │       ├── gmp-clearkey (1 Entries)
    │               │       │   │   │       │   └── 0.1 (2 Entries)
    │               │       │   │   │       │       ├── clearkey.dll (916KB)
    │               │       │   │   │       │       └── clearkey.info (310B)
    │               │       │   │   │       ├── lgpllibs.dll (229KB)
    │               │       │   │   │       ├── libEGL.dll (3.2MB)
    │               │       │   │   │       ├── libGLESv2.dll (3.4MB)
    │               │       │   │   │       ├── mozavcodec.dll (1.8MB)
    │               │       │   │   │       ├── mozavutil.dll (257KB)
    │               │       │   │   │       ├── mozglue.dll (911KB)
    │               │       │   │   │       ├── nss3.dll (2.3MB)
    │               │       │   │   │       ├── nssckbi.dll (510KB)
    │               │       │   │   │       ├── nssdbm3.dll (156KB)
    │               │       │   │   │       ├── omni.ja (5.8MB)
    │               │       │   │   │       ├── plugin-container.exe (767KB)
    │               │       │   │   │       ├── softokn3.dll (224KB)
    │               │       │   │   │       └── xul.dll (67MB)
    │               │       │   │   └── plugin (1 Entries)
    │               │       │   │       └── npmshtml.dll (53KB)
    │               │       │   ├── glu32.dll (172KB)
    │               │       │   ├── gphoto2.ds (30KB)
    │               │       │   ├── gpkcsp.dll (49KB)
    │               │       │   ├── hal.dll (61KB)
    │               │       │   ├── hhctrl.ocx (266KB)
    │               │       │   ├── hid.dll (69KB)
    │               │       │   ├── hidclass.sys (1.0KB)
    │               │       │   ├── hlink.dll (167KB)
    │               │       │   ├── hnetcfg.dll (176KB)
    │               │       │   ├── hostname.exe (53KB)
    │               │       │   ├── httpapi.dll (61KB)
    │               │       │   ├── icacls.exe (40KB)
    │               │       │   ├── iccvid.dll (69KB)
    │               │       │   ├── icinfo.exe (1.0KB)
    │               │       │   ├── icmp.dll (16KB)
    │               │       │   ├── icwconn1.exe (1.0KB)
    │               │       │   ├── ieframe.dll (536KB)
    │               │       │   ├── ieinfo5.ocx (1.0KB)
    │               │       │   ├── ieproxy.dll (139KB)
    │               │       │   ├── iernonce.dll (1.0KB)
    │               │       │   ├── iexplore.exe (135KB)
    │               │       │   ├── imaadp32.acm (57KB)
    │               │       │   ├── imagehlp.dll (69KB)
    │               │       │   ├── imjpmig.exe (32KB)
    │               │       │   ├── imm.dll (204B)
    │               │       │   ├── imm32.dll (110KB)
    │               │       │   ├── inetcomm.dll (266KB)
    │               │       │   ├── inetcpl.cpl (364KB)
    │               │       │   ├── inetmib1.dll (61KB)
    │               │       │   ├── infosoft.dll (135KB)
    │               │       │   ├── initpki.dll (49KB)
    │               │       │   ├── inkobj.dll (53KB)
    │               │       │   ├── inseng.dll (143KB)
    │               │       │   ├── ipconfig.exe (61KB)
    │               │       │   ├── iphlpapi.dll (192KB)
    │               │       │   ├── iprop.dll (36KB)
    │               │       │   ├── irprops.cpl (45KB)
    │               │       │   ├── itircl.dll (49KB)
    │               │       │   ├── itss.dll (180KB)
    │               │       │   ├── joy.cpl (204KB)
    │               │       │   ├── jscript.dll (729KB)
    │               │       │   ├── jsproxy.dll (143KB)
    │               │       │   ├── kerberos.dll (61KB)
    │               │       │   ├── kernel32.dll (389KB)
    │               │       │   ├── kernelbase.dll (2.4MB)
    │               │       │   ├── keyboard.drv (208B)
    │               │       │   ├── krnl386.exe (692B)
    │               │       │   ├── ksproxy.ax (53KB)
    │               │       │   ├── ksuser.dll (45KB)
    │               │       │   ├── ktmw32.dll (53KB)
    │               │       │   ├── l3codeca.acm (294KB)
    │               │       │   ├── l_intl.nls (5.5KB)
    │               │       │   ├── libvkd3d-1.dll (363KB)
    │               │       │   ├── libvkd3d-shader-1.dll (525KB)
    │               │       │   ├── loadperf.dll (53KB)
    │               │       │   ├── locale.nls (664KB)
    │               │       │   ├── localspl.dll (196KB)
    │               │       │   ├── localui.dll (98KB)
    │               │       │   ├── lodctr.exe (32KB)
    │               │       │   ├── lz32.dll (20KB)
    │               │       │   ├── lzexpand.dll (208B)
    │               │       │   ├── maildoff.exe (32KB)
    │               │       │   ├── mapi32.dll (196KB)
    │               │       │   ├── mapistub.dll (57KB)
    │               │       │   ├── mciavi32.dll (102KB)
    │               │       │   ├── mcicda.dll (65KB)
    │               │       │   ├── mciqtz32.dll (110KB)
    │               │       │   ├── mciseq.dll (69KB)
    │               │       │   ├── mciwave.dll (73KB)
    │               │       │   ├── mdm.exe (32KB)
    │               │       │   ├── mf.dll (446KB)
    │               │       │   ├── mf3216.dll (40KB)
    │               │       │   ├── mferror.dll (229KB)
    │               │       │   ├── mfmediaengine.dll (212KB)
    │               │       │   ├── mfplat.dll (405KB)
    │               │       │   ├── mfplay.dll (184KB)
    │               │       │   ├── mfreadwrite.dll (200KB)
    │               │       │   ├── mgmtapi.dll (49KB)
    │               │       │   ├── midimap.dll (57KB)
    │               │       │   ├── mlang.dll (212KB)
    │               │       │   ├── mmcndmgr.dll (135KB)
    │               │       │   ├── mmdevapi.dll (180KB)
    │               │       │   ├── mmsystem.dll (208B)
    │               │       │   ├── mosearch.exe (32KB)
    │               │       │   ├── mouse.drv (696B)
    │               │       │   ├── mp3dmod.dll (385KB)
    │               │       │   ├── mpr.dll (131KB)
    │               │       │   ├── mprapi.dll (61KB)
    │               │       │   ├── msacm.dll (206B)
    │               │       │   ├── msacm32.dll (135KB)
    │               │       │   ├── msacm32.drv (65KB)
    │               │       │   ├── msadp32.acm (57KB)
    │               │       │   ├── msasn1.dll (81KB)
    │               │       │   ├── mscat32.dll (40KB)
    │               │       │   ├── mscms.dll (352KB)
    │               │       │   ├── mscoree.dll (249KB)
    │               │       │   ├── msctf.dll (229KB)
    │               │       │   ├── msctfmonitor.dll (49KB)
    │               │       │   ├── msctfp.dll (393KB)
    │               │       │   ├── msdelta.dll (40KB)
    │               │       │   ├── msdmo.dll (147KB)
    │               │       │   ├── msdrm.dll (57KB)
    │               │       │   ├── msftedit.dll (131KB)
    │               │       │   ├── msg711.acm (53KB)
    │               │       │   ├── msgsm32.acm (77KB)
    │               │       │   ├── mshta.exe (32KB)
    │               │       │   ├── mshtml.dll (1.9MB)
    │               │       │   ├── mshtml.tlb (1.2MB)
    │               │       │   ├── msi.dll (1.4MB)
    │               │       │   ├── msidb.exe (49KB)
    │               │       │   ├── msident.dll (69KB)
    │               │       │   ├── msiexec.exe (114KB)
    │               │       │   ├── msimg32.dll (49KB)
    │               │       │   ├── msimsg.dll (16KB)
    │               │       │   ├── msimtf.dll (143KB)
    │               │       │   ├── msinfo32.exe (45KB)
    │               │       │   ├── msisip.dll (53KB)
    │               │       │   ├── msisys.ocx (49KB)
    │               │       │   ├── msls31.dll (45KB)
    │               │       │   ├── msnet32.dll (57KB)
    │               │       │   ├── mspatcha.dll (73KB)
    │               │       │   ├── msports.dll (40KB)
    │               │       │   ├── msrle32.dll (81KB)
    │               │       │   ├── msscript.ocx (135KB)
    │               │       │   ├── mssign32.dll (53KB)
    │               │       │   ├── mssip32.dll (49KB)
    │               │       │   ├── mstask.dll (110KB)
    │               │       │   ├── msv1_0.dll (73KB)
    │               │       │   ├── msvcirt.dll (180KB)
    │               │       │   ├── msvcm80.dll (69KB)
    │               │       │   ├── msvcm90.dll (65KB)
    │               │       │   ├── msvcp100.dll (888KB)
    │               │       │   ├── msvcp110.dll (905KB)
    │               │       │   ├── msvcp120.dll (905KB)
    │               │       │   ├── msvcp120_app.dll (286KB)
    │               │       │   ├── msvcp140.dll (913KB)
    │               │       │   ├── msvcp140_1.dll (53KB)
    │               │       │   ├── msvcp140_atomic_wait.dll (53KB)
    │               │       │   ├── msvcp60.dll (909KB)
    │               │       │   ├── msvcp70.dll (1.0MB)
    │               │       │   ├── msvcp71.dll (1.0MB)
    │               │       │   ├── msvcp80.dll (1.1MB)
    │               │       │   ├── msvcp90.dll (1.1MB)
    │               │       │   ├── msvcp_win.dll (286KB)
    │               │       │   ├── msvcr100.dll (733KB)
    │               │       │   ├── msvcr110.dll (745KB)
    │               │       │   ├── msvcr120.dll (798KB)
    │               │       │   ├── msvcr120_app.dll (139KB)
    │               │       │   ├── msvcr70.dll (585KB)
    │               │       │   ├── msvcr71.dll (585KB)
    │               │       │   ├── msvcr80.dll (655KB)
    │               │       │   ├── msvcr90.dll (655KB)
    │               │       │   ├── msvcrt.dll (618KB)
    │               │       │   ├── msvcrt20.dll (98KB)
    │               │       │   ├── msvcrt40.dll (90KB)
    │               │       │   ├── msvcrtd.dll (585KB)
    │               │       │   ├── msvfw32.dll (147KB)
    │               │       │   ├── msvidc32.dll (61KB)
    │               │       │   ├── msvideo.dll (208B)
    │               │       │   ├── mswsock.dll (57KB)
    │               │       │   ├── msxml.dll (90KB)
    │               │       │   ├── msxml2.dll (86KB)
    │               │       │   ├── msxml3.dll (2.2MB)
    │               │       │   ├── msxml4.dll (151KB)
    │               │       │   ├── msxml6.dll (147KB)
    │               │       │   ├── mtxdm.dll (122KB)
    │               │       │   ├── mui (0 Entries)
    │               │       │   ├── ncrypt.dll (65KB)
    │               │       │   ├── nddeapi.dll (57KB)
    │               │       │   ├── net.exe (122KB)
    │               │       │   ├── netapi32.dll (167KB)
    │               │       │   ├── netcfgx.dll (139KB)
    │               │       │   ├── netprofm.dll (90KB)
    │               │       │   ├── netsh.exe (40KB)
    │               │       │   ├── netstat.exe (73KB)
    │               │       │   ├── netutils.dll (40KB)
    │               │       │   ├── newdev.dll (53KB)
    │               │       │   ├── ninput.dll (53KB)
    │               │       │   ├── normaliz.dll (16KB)
    │               │       │   ├── normidna.nls (84KB)
    │               │       │   ├── normnfc.nls (58KB)
    │               │       │   ├── normnfd.nls (52KB)
    │               │       │   ├── normnfkc.nls (81KB)
    │               │       │   ├── normnfkd.nls (74KB)
    │               │       │   ├── notepad.exe (253KB)
    │               │       │   ├── npptools.dll (45KB)
    │               │       │   ├── nsi.dll (53KB)
    │               │       │   ├── ntdll.dll (634KB)
    │               │       │   ├── ntdsapi.dll (61KB)
    │               │       │   ├── ntoskrnl.exe (368KB)
    │               │       │   ├── ntprint.dll (57KB)
    │               │       │   ├── objsel.dll (135KB)
    │               │       │   ├── odbc32.dll (114KB)
    │               │       │   ├── odbcbcp.dll (40KB)
    │               │       │   ├── odbccp32.dll (81KB)
    │               │       │   ├── odbccu32.dll (45KB)
    │               │       │   ├── ole2.dll (204B)
    │               │       │   ├── ole2conv.dll (208B)
    │               │       │   ├── ole2disp.dll (208B)
    │               │       │   ├── ole2nls.dll (702B)
    │               │       │   ├── ole2prox.dll (208B)
    │               │       │   ├── ole2thk.dll (208B)
    │               │       │   ├── ole32.dll (1.2MB)
    │               │       │   ├── oleacc.dll (282KB)
    │               │       │   ├── oleaut32.dll (1.0MB)
    │               │       │   ├── olecli.dll (206B)
    │               │       │   ├── olecli32.dll (53KB)
    │               │       │   ├── oledlg.dll (212KB)
    │               │       │   ├── olepro32.dll (65KB)
    │               │       │   ├── olesvr.dll (206B)
    │               │       │   ├── olesvr32.dll (49KB)
    │               │       │   ├── olethk32.dll (45KB)
    │               │       │   ├── oleview.exe (389KB)
    │               │       │   ├── opcservices.dll (139KB)
    │               │       │   ├── openal32.dll (9.2KB)
    │               │       │   ├── opencl.dll (81KB)
    │               │       │   ├── opengl32.dll (10KB)
    │               │       │   ├── packager.dll (69KB)
    │               │       │   ├── pdh.dll (77KB)
    │               │       │   ├── photometadatahandler.dll (53KB)
    │               │       │   ├── pidgen.dll (57KB)
    │               │       │   ├── ping.exe (45KB)
    │               │       │   ├── plugplay.exe (49KB)
    │               │       │   ├── powershell.exe (1.0KB)
    │               │       │   ├── powrprof.dll (57KB)
    │               │       │   ├── printui.dll (57KB)
    │               │       │   ├── prntvpt.dll (90KB)
    │               │       │   ├── progman.exe (32KB)
    │               │       │   ├── propsys.dll (188KB)
    │               │       │   ├── psapi.dll (53KB)
    │               │       │   ├── pstorec.dll (81KB)
    │               │       │   ├── pstores.exe (32KB)
    │               │       │   ├── pwrshplugin.dll (45KB)
    │               │       │   ├── qasf.dll (237KB)
    │               │       │   ├── qcap.dll (290KB)
    │               │       │   ├── qdvd.dll (192KB)
    │               │       │   ├── qedit.dll (274KB)
    │               │       │   ├── qmgr.dll (167KB)
    │               │       │   ├── qmgrprxy.dll (188KB)
    │               │       │   ├── qttask.exe (32KB)
    │               │       │   ├── quartz.dll (856KB)
    │               │       │   ├── query.dll (53KB)
    │               │       │   ├── qwave.dll (49KB)
    │               │       │   ├── rasapi16.dll (208B)
    │               │       │   ├── rasapi32.dll (69KB)
    │               │       │   ├── rasdlg.dll (53KB)
    │               │       │   ├── reboot.exe (86KB)
    │               │       │   ├── reg.exe (389KB)
    │               │       │   ├── regapi.dll (45KB)
    │               │       │   ├── regini.exe (40KB)
    │               │       │   ├── regsvr32.exe (94KB)
    │               │       │   ├── resutils.dll (45KB)
    │               │       │   ├── riched20.dll (512KB)
    │               │       │   ├── riched32.dll (53KB)
    │               │       │   ├── robocopy.exe (45KB)
    │               │       │   ├── rpcrt4.dll (544KB)
    │               │       │   ├── rpcss.exe (69KB)
    │               │       │   ├── rsabase.dll (40KB)
    │               │       │   ├── rsaenh.dll (208KB)
    │               │       │   ├── rstrtmgr.dll (53KB)
    │               │       │   ├── rtutils.dll (53KB)
    │               │       │   ├── rtworkq.dll (73KB)
    │               │       │   ├── rundll.exe (212B)
    │               │       │   ├── rundll32.exe (45KB)
    │               │       │   ├── samlib.dll (45KB)
    │               │       │   ├── sane.ds (10KB)
    │               │       │   ├── sas.dll (40KB)
    │               │       │   ├── sc.exe (45KB)
    │               │       │   ├── scarddlg.dll (40KB)
    │               │       │   ├── sccbase.dll (49KB)
    │               │       │   ├── schannel.dll (57KB)
    │               │       │   ├── schedsvc.dll (118KB)
    │               │       │   ├── schtasks.exe (53KB)
    │               │       │   ├── scrobj.dll (172KB)
    │               │       │   ├── scrrun.dll (233KB)
    │               │       │   ├── scsiport.sys (1.0KB)
    │               │       │   ├── sdbinst.exe (40KB)
    │               │       │   ├── secedit.exe (32KB)
    │               │       │   ├── sechost.dll (172KB)
    │               │       │   ├── secur32.dll (131KB)
    │               │       │   ├── security.dll (16KB)
    │               │       │   ├── sendwndcmd.exe (1.0KB)
    │               │       │   ├── sensapi.dll (49KB)
    │               │       │   ├── serialui.dll (77KB)
    │               │       │   ├── services.exe (151KB)
    │               │       │   ├── setupapi.dll (487KB)
    │               │       │   ├── setupx.dll (206B)
    │               │       │   ├── sfc.dll (16KB)
    │               │       │   ├── sfc_os.dll (53KB)
    │               │       │   ├── shcore.dll (106KB)
    │               │       │   ├── shdoclc.dll (221KB)
    │               │       │   ├── shdocvw.dll (204KB)
    │               │       │   ├── shell.dll (692B)
    │               │       │   ├── shell32.dll (9.6MB)
    │               │       │   ├── shfolder.dll (40KB)
    │               │       │   ├── shlwapi.dll (339KB)
    │               │       │   ├── shutdown.exe (40KB)
    │               │       │   ├── slbcsp.dll (49KB)
    │               │       │   ├── slc.dll (53KB)
    │               │       │   ├── snmpapi.dll (57KB)
    │               │       │   ├── softpub.dll (40KB)
    │               │       │   ├── sound.drv (206B)
    │               │       │   ├── spool (2 Entries)
    │               │       │   │   ├── drivers (6 Entries)
    │               │       │   │   │   ├── arm (1 Entries)
    │               │       │   │   │   │   └── 3 (1 Entries)
    │               │       │   │   │   │       └── RICOH_IM_C2500_583879761A6E_4_.ppd (8.6KB)
    │               │       │   │   │   ├── arm64 (1 Entries)
    │               │       │   │   │   │   └── 3 (1 Entries)
    │               │       │   │   │   │       └── RICOH_IM_C2500_583879761A6E_4_.ppd (8.6KB)
    │               │       │   │   │   ├── color (1 Entries)
    │               │       │   │   │   │   └── srgb color space profile.icm (3.0KB)
    │               │       │   │   │   ├── w32x86 (1 Entries)
    │               │       │   │   │   │   └── 3 (4 Entries)
    │               │       │   │   │   │       ├── HP_Color_LaserJet_CP1215_pi.ppd (7.7KB)
    │               │       │   │   │   │       ├── RICOH_IM_C2500_583879761A6E_4_.ppd (8.6KB)
    │               │       │   │   │   │       ├── cp1215.ppd (43KB)
    │               │       │   │   │   │       └── wineps.drv (401KB)
    │               │       │   │   │   ├── win40 (1 Entries)
    │               │       │   │   │   │   └── 0 (4 Entries)
    │               │       │   │   │   │       ├── HP_Color_LaserJet_CP1215_pi.ppd (7.7KB)
    │               │       │   │   │   │       ├── RICOH_IM_C2500_583879761A6E_4_.ppd (8.6KB)
    │               │       │   │   │   │       ├── cp1215.ppd (43KB)
    │               │       │   │   │   │       └── wineps16.drv (482B)
    │               │       │   │   │   └── x64 (1 Entries)
    │               │       │   │   │       └── 3 (4 Entries)
    │               │       │   │   │           ├── HP_Color_LaserJet_CP1215_pi.ppd (7.7KB)
    │               │       │   │   │           ├── RICOH_IM_C2500_583879761A6E_4_.ppd (8.6KB)
    │               │       │   │   │           ├── cp1215.ppd (43KB)
    │               │       │   │   │           └── wineps.drv (495KB)
    │               │       │   │   └── printers (0 Entries)
    │               │       │   ├── spoolss.dll (69KB)
    │               │       │   ├── spoolsv.exe (40KB)
    │               │       │   ├── srclient.dll (40KB)
    │               │       │   ├── srvcli.dll (45KB)
    │               │       │   ├── sspicli.dll (57KB)
    │               │       │   ├── start.exe (147KB)
    │               │       │   ├── stdole2.tlb (25KB)
    │               │       │   ├── stdole32.tlb (12KB)
    │               │       │   ├── steamurlhelper.exe (32KB)
    │               │       │   ├── sti.dll (172KB)
    │               │       │   ├── storage.dll (208B)
    │               │       │   ├── stress.dll (206B)
    │               │       │   ├── strmdll.dll (45KB)
    │               │       │   ├── subst.exe (40KB)
    │               │       │   ├── svchost.exe (45KB)
    │               │       │   ├── svrapi.dll (40KB)
    │               │       │   ├── sxs.dll (77KB)
    │               │       │   ├── system.drv (206B)
    │               │       │   ├── systeminfo.exe (40KB)
    │               │       │   ├── t2embed.dll (53KB)
    │               │       │   ├── tapi32.dll (94KB)
    │               │       │   ├── taskkill.exe (98KB)
    │               │       │   ├── tasklist.exe (45KB)
    │               │       │   ├── taskmgr.exe (720KB)
    │               │       │   ├── tasks (0 Entries)
    │               │       │   ├── taskschd.dll (233KB)
    │               │       │   ├── tbs.dll (49KB)
    │               │       │   ├── tdh.dll (57KB)
    │               │       │   ├── termsv.exe (40KB)
    │               │       │   ├── toolhelp.dll (208B)
    │               │       │   ├── traffic.dll (49KB)
    │               │       │   ├── twain.dll (206B)
    │               │       │   ├── twain_32.dll (73KB)
    │               │       │   ├── typelib.dll (208B)
    │               │       │   ├── tzres.dll (479KB)
    │               │       │   ├── ucrtbase.dll (782KB)
    │               │       │   ├── uianimation.dll (167KB)
    │               │       │   ├── uiautomationcore.dll (73KB)
    │               │       │   ├── uiribbon.dll (135KB)
    │               │       │   ├── unicows.dll (102KB)
    │               │       │   ├── uninstaller.exe (94KB)
    │               │       │   ├── unlodctr.exe (32KB)
    │               │       │   ├── updspapi.dll (53KB)
    │               │       │   ├── url.dll (53KB)
    │               │       │   ├── urlmon.dll (647KB)
    │               │       │   ├── usbd.sys (1.0KB)
    │               │       │   ├── user.exe (690B)
    │               │       │   ├── user32.dll (1.9MB)
    │               │       │   ├── userenv.dll (61KB)
    │               │       │   ├── usp10.dll (16KB)
    │               │       │   ├── utildll.dll (40KB)
    │               │       │   ├── uxtheme.dll (221KB)
    │               │       │   ├── vbscript.dll (442KB)
    │               │       │   ├── vcomp.dll (73KB)
    │               │       │   ├── vcomp100.dll (73KB)
    │               │       │   ├── vcomp110.dll (73KB)
    │               │       │   ├── vcomp120.dll (73KB)
    │               │       │   ├── vcomp140.dll (73KB)
    │               │       │   ├── vcomp90.dll (45KB)
    │               │       │   ├── vcruntime140.dll (53KB)
    │               │       │   ├── vcruntime140_1.dll (61KB)
    │               │       │   ├── vdmdbg.dll (49KB)
    │               │       │   ├── ver.dll (204B)
    │               │       │   ├── version.dll (57KB)
    │               │       │   ├── vga.dll (40KB)
    │               │       │   ├── view.exe (14KB)
    │               │       │   ├── virtdisk.dll (53KB)
    │               │       │   ├── vssapi.dll (61KB)
    │               │       │   ├── vulkan-1.dll (61KB)
    │               │       │   ├── w32sys.dll (206B)
    │               │       │   ├── wbem (5 Entries)
    │               │       │   │   ├── mofcomp.exe (40KB)
    │               │       │   │   ├── wbemdisp.dll (167KB)
    │               │       │   │   ├── wbemprox.dll (258KB)
    │               │       │   │   ├── wmic.exe (53KB)
    │               │       │   │   └── wmiutils.dll (81KB)
    │               │       │   ├── wdscore.dll (57KB)
    │               │       │   ├── webservices.dll (323KB)
    │               │       │   ├── websocket.dll (40KB)
    │               │       │   ├── wer.dll (57KB)
    │               │       │   ├── wevtapi.dll (53KB)
    │               │       │   ├── wevtsvc.dll (49KB)
    │               │       │   ├── wevtutil.exe (40KB)
    │               │       │   ├── where.exe (40KB)
    │               │       │   ├── whoami.exe (45KB)
    │               │       │   ├── wiaservc.dll (147KB)
    │               │       │   ├── wimgapi.dll (53KB)
    │               │       │   ├── win32s16.dll (208B)
    │               │       │   ├── win32u.dll (9.2KB)
    │               │       │   ├── win87em.dll (208B)
    │               │       │   ├── winaspi.dll (208B)
    │               │       │   ├── windebug.dll (208B)
    │               │       │   ├── windows.devices.enumeration.dll (139KB)
    │               │       │   ├── windows.gaming.input.dll (147KB)
    │               │       │   ├── windows.globalization.dll (143KB)
    │               │       │   ├── windows.media.devices.dll (69KB)
    │               │       │   ├── windows.media.speech.dll (126KB)
    │               │       │   ├── windowscodecs.dll (1.6MB)
    │               │       │   ├── windowscodecsext.dll (65KB)
    │               │       │   ├── wineboot.exe (139KB)
    │               │       │   ├── winebrowser.exe (49KB)
    │               │       │   ├── winecfg.exe (823KB)
    │               │       │   ├── wineconsole.exe (53KB)
    │               │       │   ├── winecoreaudio.drv (167KB)
    │               │       │   ├── wined3d.dll (1.7MB)
    │               │       │   ├── winedbg.exe (417KB)
    │               │       │   ├── winedevice.exe (45KB)
    │               │       │   ├── winefile.exe (335KB)
    │               │       │   ├── winejoystick.drv (1.0KB)
    │               │       │   ├── winemac.drv (20KB)
    │               │       │   ├── winemapi.dll (57KB)
    │               │       │   ├── winemenubuilder.exe (151KB)
    │               │       │   ├── winemine.exe (136KB)
    │               │       │   ├── winemp3.acm (1.0KB)
    │               │       │   ├── winemsibuilder.exe (45KB)
    │               │       │   ├── winepath.exe (45KB)
    │               │       │   ├── wineps.drv (21KB)
    │               │       │   ├── wineps16.drv (208B)
    │               │       │   ├── winevulkan.dll (151KB)
    │               │       │   ├── winevulkan.json (137B)
    │               │       │   ├── winewrapper.exe (129KB)
    │               │       │   ├── winex11.drv (2.5KB)
    │               │       │   ├── wing.dll (204B)
    │               │       │   ├── wing32.dll (49KB)
    │               │       │   ├── winhelp.exe (214B)
    │               │       │   ├── winhlp32.exe (278KB)
    │               │       │   ├── winhttp.dll (294KB)
    │               │       │   ├── wininet.dll (540KB)
    │               │       │   ├── winmgmt.exe (40KB)
    │               │       │   ├── winmm.dll (753KB)
    │               │       │   ├── winnls.dll (206B)
    │               │       │   ├── winnls32.dll (49KB)
    │               │       │   ├── winoldap.mod (214B)
    │               │       │   ├── winscard.dll (61KB)
    │               │       │   ├── winsock.dll (208B)
    │               │       │   ├── winspool.drv (200KB)
    │               │       │   ├── winsta.dll (61KB)
    │               │       │   ├── wintab.dll (206B)
    │               │       │   ├── wintab32.dll (77KB)
    │               │       │   ├── wintrust.dll (167KB)
    │               │       │   ├── wintypes.dll (61KB)
    │               │       │   ├── winusb.dll (40KB)
    │               │       │   ├── winver.exe (36KB)
    │               │       │   ├── wlanapi.dll (53KB)
    │               │       │   ├── wlanui.dll (40KB)
    │               │       │   ├── wldap32.dll (339KB)
    │               │       │   ├── wmadmod.dll (53KB)
    │               │       │   ├── wmasf.dll (40KB)
    │               │       │   ├── wmi.dll (16KB)
    │               │       │   ├── wmp.dll (217KB)
    │               │       │   ├── wmphoto.dll (434KB)
    │               │       │   ├── wmvcore.dll (106KB)
    │               │       │   ├── wnaspi32.dll (53KB)
    │               │       │   ├── wow64.dll (143KB)
    │               │       │   ├── wow64cpu.dll (49KB)
    │               │       │   ├── wow64win.dll (65KB)
    │               │       │   ├── wpc.dll (69KB)
    │               │       │   ├── wpcap.dll (69KB)
    │               │       │   ├── write.exe (36KB)
    │               │       │   ├── ws2_32.dll (159KB)
    │               │       │   ├── wscript.exe (98KB)
    │               │       │   ├── wsdapi.dll (114KB)
    │               │       │   ├── wshom.ocx (196KB)
    │               │       │   ├── wsnmp32.dll (61KB)
    │               │       │   ├── wsock32.dll (73KB)
    │               │       │   ├── wtsapi32.dll (61KB)
    │               │       │   ├── wuapi.dll (204KB)
    │               │       │   ├── wuaueng.dll (53KB)
    │               │       │   ├── wuauserv.exe (40KB)
    │               │       │   ├── wusa.exe (81KB)
    │               │       │   ├── x3daudio1_0.dll (57KB)
    │               │       │   ├── x3daudio1_1.dll (57KB)
    │               │       │   ├── x3daudio1_2.dll (57KB)
    │               │       │   ├── x3daudio1_3.dll (57KB)
    │               │       │   ├── x3daudio1_4.dll (57KB)
    │               │       │   ├── x3daudio1_5.dll (57KB)
    │               │       │   ├── x3daudio1_6.dll (57KB)
    │               │       │   ├── x3daudio1_7.dll (57KB)
    │               │       │   ├── xactengine2_0.dll (364KB)
    │               │       │   ├── xactengine2_4.dll (364KB)
    │               │       │   ├── xactengine2_7.dll (364KB)
    │               │       │   ├── xactengine2_9.dll (364KB)
    │               │       │   ├── xactengine3_0.dll (364KB)
    │               │       │   ├── xactengine3_1.dll (364KB)
    │               │       │   ├── xactengine3_2.dll (364KB)
    │               │       │   ├── xactengine3_3.dll (364KB)
    │               │       │   ├── xactengine3_4.dll (364KB)
    │               │       │   ├── xactengine3_5.dll (364KB)
    │               │       │   ├── xactengine3_6.dll (364KB)
    │               │       │   ├── xactengine3_7.dll (364KB)
    │               │       │   ├── xapofx1_1.dll (90KB)
    │               │       │   ├── xapofx1_2.dll (86KB)
    │               │       │   ├── xapofx1_3.dll (90KB)
    │               │       │   ├── xapofx1_4.dll (86KB)
    │               │       │   ├── xapofx1_5.dll (86KB)
    │               │       │   ├── xaudio2_0.dll (335KB)
    │               │       │   ├── xaudio2_1.dll (335KB)
    │               │       │   ├── xaudio2_2.dll (335KB)
    │               │       │   ├── xaudio2_3.dll (335KB)
    │               │       │   ├── xaudio2_4.dll (335KB)
    │               │       │   ├── xaudio2_5.dll (335KB)
    │               │       │   ├── xaudio2_6.dll (335KB)
    │               │       │   ├── xaudio2_7.dll (335KB)
    │               │       │   ├── xaudio2_8.dll (348KB)
    │               │       │   ├── xaudio2_9.dll (348KB)
    │               │       │   ├── xcopy.exe (188KB)
    │               │       │   ├── xinput1_1.dll (81KB)
    │               │       │   ├── xinput1_2.dll (81KB)
    │               │       │   ├── xinput1_3.dll (81KB)
    │               │       │   ├── xinput1_4.dll (81KB)
    │               │       │   ├── xinput9_1_0.dll (77KB)
    │               │       │   ├── xmllite.dll (118KB)
    │               │       │   ├── xolehlp.dll (143KB)
    │               │       │   ├── xpsprint.dll (45KB)
    │               │       │   └── xpssvcs.dll (40KB)
    │               │       ├── syswow64 (1004 Entries)
    │               │       │   ├── 32autole.dll (1.0KB)
    │               │       │   ├── Speech (1 Entries)
    │               │       │   │   └── Common (1 Entries)
    │               │       │   │       └── sapi.dll (311KB)
    │               │       │   ├── WindowsPowerShell (1 Entries)
    │               │       │   │   └── v1.0 (1 Entries)
    │               │       │   │       └── powershell.exe (32KB)
    │               │       │   ├── acledit.dll (40KB)
    │               │       │   ├── aclui.dll (69KB)
    │               │       │   ├── activeds.dll (143KB)
    │               │       │   ├── activeds.tlb (49KB)
    │               │       │   ├── actxprxy.dll (1.3MB)
    │               │       │   ├── adsldp.dll (102KB)
    │               │       │   ├── adsldpc.dll (53KB)
    │               │       │   ├── advapi32.dll (253KB)
    │               │       │   ├── advpack.dll (81KB)
    │               │       │   ├── amsi.dll (45KB)
    │               │       │   ├── amstream.dll (253KB)
    │               │       │   ├── api-ms-win-appmodel-identity-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-appmodel-runtime-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-apiquery-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-appcompat-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-appinit-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-atoms-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-bem-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-com-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-com-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-com-private-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-console-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-console-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-datetime-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-datetime-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-debug-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-debug-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-delayload-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-delayload-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-errorhandling-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-errorhandling-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-errorhandling-l1-1-2.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-fibers-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-fibers-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-file-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-file-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-file-l1-2-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-file-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-file-l2-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-handle-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-heap-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-heap-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-heap-obsolete-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-interlocked-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-interlocked-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-io-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-io-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-job-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-job-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-kernel32-legacy-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-kernel32-legacy-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-kernel32-private-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-libraryloader-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-libraryloader-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-libraryloader-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-libraryloader-l1-2-2.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-localization-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-localization-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-localization-l1-2-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-localization-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-localization-obsolete-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-localization-obsolete-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-localization-private-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-localregistry-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-memory-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-memory-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-memory-l1-1-2.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-misc-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-namedpipe-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-namedpipe-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-namespace-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-normalization-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-path-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-privateprofile-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-processenvironment-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-processenvironment-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-processthreads-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-processthreads-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-processthreads-l1-1-2.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-profile-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-psapi-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-psapi-obsolete-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-quirks-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-realtime-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-registry-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-registry-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-registryuserspecific-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-rtlsupport-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-rtlsupport-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-shlwapi-legacy-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-shlwapi-obsolete-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-sidebyside-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-string-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-string-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-string-obsolete-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-stringansi-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-synch-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-synch-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-sysinfo-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-sysinfo-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-sysinfo-l1-2-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-threadpool-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-threadpool-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-threadpool-legacy-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-threadpool-private-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-timezone-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-toolhelp-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-url-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-util-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-version-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-version-private-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-versionansi-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-windowserrorreporting-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-winrt-error-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-winrt-error-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-winrt-errorprivate-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-winrt-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-winrt-registration-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-winrt-string-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-wow64-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-xstate-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-core-xstate-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-conio-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-convert-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-environment-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-filesystem-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-heap-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-locale-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-math-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-multibyte-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-private-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-process-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-runtime-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-stdio-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-string-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-time-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-crt-utility-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-devices-config-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-devices-query-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-downlevel-advapi32-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-downlevel-advapi32-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-downlevel-normaliz-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-downlevel-ole32-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-downlevel-shell32-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-downlevel-shlwapi-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-downlevel-shlwapi-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-downlevel-user32-l1-1-0.dll (2.6KB)
    │               │       │   ├── api-ms-win-downlevel-version-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-dx-d3dkmt-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-eventing-classicprovider-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-eventing-consumer-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-eventing-controller-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-eventing-provider-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-eventlog-legacy-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-mm-misc-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-mm-mme-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-ntuser-dc-access-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-power-base-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-power-setting-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-rtcore-ntuser-private-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-audit-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-base-l1-1-0.dll (2.6KB)
    │               │       │   ├── api-ms-win-security-base-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-base-private-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-grouppolicy-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-lsalookup-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-lsalookup-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-lsalookup-l2-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-lsapolicy-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-sddl-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-security-systemfunctions-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-service-core-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-service-core-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-service-management-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-service-management-l2-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-service-private-l1-1-1.dll (1.0KB)
    │               │       │   ├── api-ms-win-service-winsvc-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-service-winsvc-l1-2-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-shell-shellcom-l1-1-0.dll (1.0KB)
    │               │       │   ├── api-ms-win-shell-shellfolders-l1-1-0.dll (1.0KB)
    │               │       │   ├── apisetschema.dll (65KB)
    │               │       │   ├── apphelp.dll (61KB)
    │               │       │   ├── appwiz.cpl (389KB)
    │               │       │   ├── arp.exe (32KB)
    │               │       │   ├── assocscan.exe (9.2KB)
    │               │       │   ├── atl.dll (188KB)
    │               │       │   ├── atl100.dll (180KB)
    │               │       │   ├── atl110.dll (180KB)
    │               │       │   ├── atl80.dll (184KB)
    │               │       │   ├── atl90.dll (184KB)
    │               │       │   ├── atlthunk.dll (40KB)
    │               │       │   ├── atmlib.dll (49KB)
    │               │       │   ├── attrib.exe (81KB)
    │               │       │   ├── authz.dll (45KB)
    │               │       │   ├── autorun.exe (28KB)
    │               │       │   ├── avicap32.dll (45KB)
    │               │       │   ├── avifil32.dll (327KB)
    │               │       │   ├── avifile.dll (2.8KB)
    │               │       │   ├── avrt.dll (45KB)
    │               │       │   ├── bcrypt.dll (90KB)
    │               │       │   ├── bluetoothapis.dll (49KB)
    │               │       │   ├── browseui.dll (167KB)
    │               │       │   ├── bthprops.cpl (49KB)
    │               │       │   ├── c_037.nls (66KB)
    │               │       │   ├── c_10000.nls (66KB)
    │               │       │   ├── c_10001.nls (163KB)
    │               │       │   ├── c_10002.nls (196KB)
    │               │       │   ├── c_10003.nls (178KB)
    │               │       │   ├── c_10004.nls (66KB)
    │               │       │   ├── c_10005.nls (66KB)
    │               │       │   ├── c_10006.nls (66KB)
    │               │       │   ├── c_10007.nls (66KB)
    │               │       │   ├── c_10008.nls (174KB)
    │               │       │   ├── c_10010.nls (66KB)
    │               │       │   ├── c_10017.nls (66KB)
    │               │       │   ├── c_10021.nls (66KB)
    │               │       │   ├── c_10029.nls (66KB)
    │               │       │   ├── c_10079.nls (66KB)
    │               │       │   ├── c_10081.nls (66KB)
    │               │       │   ├── c_10082.nls (66KB)
    │               │       │   ├── c_1026.nls (66KB)
    │               │       │   ├── c_1250.nls (66KB)
    │               │       │   ├── c_1251.nls (66KB)
    │               │       │   ├── c_1252.nls (66KB)
    │               │       │   ├── c_1253.nls (66KB)
    │               │       │   ├── c_1254.nls (66KB)
    │               │       │   ├── c_1255.nls (66KB)
    │               │       │   ├── c_1256.nls (66KB)
    │               │       │   ├── c_1257.nls (66KB)
    │               │       │   ├── c_1258.nls (66KB)
    │               │       │   ├── c_1361.nls (190KB)
    │               │       │   ├── c_20127.nls (66KB)
    │               │       │   ├── c_20866.nls (66KB)
    │               │       │   ├── c_20932.nls (181KB)
    │               │       │   ├── c_20949.nls (178KB)
    │               │       │   ├── c_21866.nls (66KB)
    │               │       │   ├── c_28591.nls (66KB)
    │               │       │   ├── c_28592.nls (66KB)
    │               │       │   ├── c_28593.nls (66KB)
    │               │       │   ├── c_28594.nls (66KB)
    │               │       │   ├── c_28595.nls (66KB)
    │               │       │   ├── c_28596.nls (66KB)
    │               │       │   ├── c_28597.nls (66KB)
    │               │       │   ├── c_28598.nls (66KB)
    │               │       │   ├── c_28599.nls (66KB)
    │               │       │   ├── c_28603.nls (66KB)
    │               │       │   ├── c_28605.nls (66KB)
    │               │       │   ├── c_437.nls (67KB)
    │               │       │   ├── c_500.nls (66KB)
    │               │       │   ├── c_708.nls (66KB)
    │               │       │   ├── c_720.nls (67KB)
    │               │       │   ├── c_737.nls (67KB)
    │               │       │   ├── c_775.nls (67KB)
    │               │       │   ├── c_850.nls (67KB)
    │               │       │   ├── c_852.nls (67KB)
    │               │       │   ├── c_855.nls (67KB)
    │               │       │   ├── c_857.nls (67KB)
    │               │       │   ├── c_860.nls (67KB)
    │               │       │   ├── c_861.nls (67KB)
    │               │       │   ├── c_862.nls (67KB)
    │               │       │   ├── c_863.nls (67KB)
    │               │       │   ├── c_864.nls (67KB)
    │               │       │   ├── c_865.nls (67KB)
    │               │       │   ├── c_866.nls (67KB)
    │               │       │   ├── c_869.nls (67KB)
    │               │       │   ├── c_874.nls (67KB)
    │               │       │   ├── c_875.nls (66KB)
    │               │       │   ├── c_932.nls (163KB)
    │               │       │   ├── c_936.nls (197KB)
    │               │       │   ├── c_949.nls (197KB)
    │               │       │   ├── c_950.nls (197KB)
    │               │       │   ├── cabarc.exe (45KB)
    │               │       │   ├── cabinet.dll (118KB)
    │               │       │   ├── cacls.exe (32KB)
    │               │       │   ├── capi2032.dll (1.0KB)
    │               │       │   ├── cards.dll (299KB)
    │               │       │   ├── cdosys.dll (45KB)
    │               │       │   ├── cfgmgr32.dll (53KB)
    │               │       │   ├── chcp.com (45KB)
    │               │       │   ├── clock.exe (19KB)
    │               │       │   ├── clusapi.dll (53KB)
    │               │       │   ├── cmd.exe (974KB)
    │               │       │   ├── combase.dll (352KB)
    │               │       │   ├── comcat.dll (45KB)
    │               │       │   ├── comctl32.dll (1.4MB)
    │               │       │   ├── comdlg32.dll (1.1MB)
    │               │       │   ├── comm.drv (807B)
    │               │       │   ├── commdlg.dll (1.0KB)
    │               │       │   ├── compobj.dll (9.8KB)
    │               │       │   ├── compstui.dll (40KB)
    │               │       │   ├── comsvcs.dll (151KB)
    │               │       │   ├── concrt140.dll (151KB)
    │               │       │   ├── connect.dll (40KB)
    │               │       │   ├── control.exe (32KB)
    │               │       │   ├── credui.dll (159KB)
    │               │       │   ├── crtdll.dll (593KB)
    │               │       │   ├── crypt32.dll (811KB)
    │               │       │   ├── cryptdlg.dll (69KB)
    │               │       │   ├── cryptdll.dll (36KB)
    │               │       │   ├── cryptext.dll (45KB)
    │               │       │   ├── cryptnet.dll (98KB)
    │               │       │   ├── cryptsp.dll (40KB)
    │               │       │   ├── cryptui.dll (1.1MB)
    │               │       │   ├── cscript.exe (90KB)
    │               │       │   ├── ctapi32.dll (40KB)
    │               │       │   ├── ctfmon.exe (28KB)
    │               │       │   ├── ctl3d.dll (1.2KB)
    │               │       │   ├── ctl3d32.dll (40KB)
    │               │       │   ├── ctl3dv2.dll (1.2KB)
    │               │       │   ├── cxcplinfo.exe (40KB)
    │               │       │   ├── cxdummy.exe (28KB)
    │               │       │   ├── cxinstallfonts.exe (28KB)
    │               │       │   ├── cxkeepalive.exe (32KB)
    │               │       │   ├── cxmanip.exe (40KB)
    │               │       │   ├── cxmklnk.exe (49KB)
    │               │       │   ├── cxnative.exe (9.2KB)
    │               │       │   ├── cxwget.exe (45KB)
    │               │       │   ├── d2d1.dll (454KB)
    │               │       │   ├── d3d10.dll (258KB)
    │               │       │   ├── d3d10_1.dll (61KB)
    │               │       │   ├── d3d10core.dll (57KB)
    │               │       │   ├── d3d11.dll (430KB)
    │               │       │   ├── d3d12.dll (131KB)
    │               │       │   ├── d3d8.dll (172KB)
    │               │       │   ├── d3d8thk.dll (45KB)
    │               │       │   ├── d3d9.dll (212KB)
    │               │       │   ├── d3dcompiler_33.dll (225KB)
    │               │       │   ├── d3dcompiler_34.dll (225KB)
    │               │       │   ├── d3dcompiler_35.dll (225KB)
    │               │       │   ├── d3dcompiler_36.dll (225KB)
    │               │       │   ├── d3dcompiler_37.dll (225KB)
    │               │       │   ├── d3dcompiler_38.dll (225KB)
    │               │       │   ├── d3dcompiler_39.dll (225KB)
    │               │       │   ├── d3dcompiler_40.dll (225KB)
    │               │       │   ├── d3dcompiler_41.dll (225KB)
    │               │       │   ├── d3dcompiler_42.dll (225KB)
    │               │       │   ├── d3dcompiler_43.dll (225KB)
    │               │       │   ├── d3dcompiler_46.dll (225KB)
    │               │       │   ├── d3dcompiler_47.dll (225KB)
    │               │       │   ├── d3dim.dll (40KB)
    │               │       │   ├── d3dim700.dll (40KB)
    │               │       │   ├── d3drm.dll (323KB)
    │               │       │   ├── d3dx10_33.dll (57KB)
    │               │       │   ├── d3dx10_34.dll (57KB)
    │               │       │   ├── d3dx10_35.dll (57KB)
    │               │       │   ├── d3dx10_36.dll (57KB)
    │               │       │   ├── d3dx10_37.dll (57KB)
    │               │       │   ├── d3dx10_38.dll (57KB)
    │               │       │   ├── d3dx10_39.dll (57KB)
    │               │       │   ├── d3dx10_40.dll (57KB)
    │               │       │   ├── d3dx10_41.dll (57KB)
    │               │       │   ├── d3dx10_42.dll (57KB)
    │               │       │   ├── d3dx10_43.dll (212KB)
    │               │       │   ├── d3dx11_42.dll (61KB)
    │               │       │   ├── d3dx11_43.dll (61KB)
    │               │       │   ├── d3dx9_24.dll (638KB)
    │               │       │   ├── d3dx9_25.dll (638KB)
    │               │       │   ├── d3dx9_26.dll (647KB)
    │               │       │   ├── d3dx9_27.dll (647KB)
    │               │       │   ├── d3dx9_28.dll (647KB)
    │               │       │   ├── d3dx9_29.dll (647KB)
    │               │       │   ├── d3dx9_30.dll (647KB)
    │               │       │   ├── d3dx9_31.dll (647KB)
    │               │       │   ├── d3dx9_32.dll (647KB)
    │               │       │   ├── d3dx9_33.dll (647KB)
    │               │       │   ├── d3dx9_34.dll (647KB)
    │               │       │   ├── d3dx9_35.dll (647KB)
    │               │       │   ├── d3dx9_36.dll (647KB)
    │               │       │   ├── d3dx9_37.dll (647KB)
    │               │       │   ├── d3dx9_38.dll (647KB)
    │               │       │   ├── d3dx9_39.dll (647KB)
    │               │       │   ├── d3dx9_40.dll (647KB)
    │               │       │   ├── d3dx9_41.dll (647KB)
    │               │       │   ├── d3dx9_42.dll (647KB)
    │               │       │   ├── d3dx9_43.dll (647KB)
    │               │       │   ├── d3dxof.dll (184KB)
    │               │       │   ├── davclnt.dll (40KB)
    │               │       │   ├── dbgeng.dll (147KB)
    │               │       │   ├── dbghelp.dll (438KB)
    │               │       │   ├── dciman32.dll (40KB)
    │               │       │   ├── dcomp.dll (49KB)
    │               │       │   ├── ddhelp.exe (28KB)
    │               │       │   ├── ddraw.dll (483KB)
    │               │       │   ├── ddrawex.dll (188KB)
    │               │       │   ├── devenum.dll (196KB)
    │               │       │   ├── dhcpcsvc.dll (45KB)
    │               │       │   ├── dhcpcsvc6.dll (36KB)
    │               │       │   ├── dhtmled.ocx (237KB)
    │               │       │   ├── difxapi.dll (45KB)
    │               │       │   ├── dinput.dll (311KB)
    │               │       │   ├── dinput8.dll (311KB)
    │               │       │   ├── directmanipulation.dll (147KB)
    │               │       │   ├── dism.exe (36KB)
    │               │       │   ├── dispdib.dll (273B)
    │               │       │   ├── dispex.dll (159KB)
    │               │       │   ├── display.drv (2.8KB)
    │               │       │   ├── dllhost.exe (65KB)
    │               │       │   ├── dmband.dll (180KB)
    │               │       │   ├── dmcompos.dll (180KB)
    │               │       │   ├── dmime.dll (266KB)
    │               │       │   ├── dmloader.dll (208KB)
    │               │       │   ├── dmscript.dll (180KB)
    │               │       │   ├── dmstyle.dll (229KB)
    │               │       │   ├── dmsynth.dll (180KB)
    │               │       │   ├── dmusic.dll (212KB)
    │               │       │   ├── dmusic32.dll (45KB)
    │               │       │   ├── dnsapi.dll (86KB)
    │               │       │   ├── dosx.exe (1.0KB)
    │               │       │   ├── dplay.dll (36KB)
    │               │       │   ├── dplaysvr.exe (36KB)
    │               │       │   ├── dplayx.dll (270KB)
    │               │       │   ├── dpnaddr.dll (36KB)
    │               │       │   ├── dpnet.dll (172KB)
    │               │       │   ├── dpnhpast.dll (45KB)
    │               │       │   ├── dpnhupnp.dll (49KB)
    │               │       │   ├── dpnlobby.dll (36KB)
    │               │       │   ├── dpnsvr.exe (36KB)
    │               │       │   ├── dpvoice.dll (139KB)
    │               │       │   ├── dpvsetup.exe (36KB)
    │               │       │   ├── dpwsockx.dll (61KB)
    │               │       │   ├── drivers (0 Entries)
    │               │       │   ├── drmclien.dll (40KB)
    │               │       │   ├── dsdmo.dll (172KB)
    │               │       │   ├── dsound.dll (372KB)
    │               │       │   ├── dsound.vxd (1.0KB)
    │               │       │   ├── dsquery.dll (131KB)
    │               │       │   ├── dssenh.dll (57KB)
    │               │       │   ├── dsuiext.dll (131KB)
    │               │       │   ├── dswave.dll (159KB)
    │               │       │   ├── dwmapi.dll (53KB)
    │               │       │   ├── dwrite.dll (458KB)
    │               │       │   ├── dx8vb.dll (139KB)
    │               │       │   ├── dxdiag.exe (57KB)
    │               │       │   ├── dxdiagn.dll (196KB)
    │               │       │   ├── dxgi.dll (258KB)
    │               │       │   ├── dxtrans.dll (45KB)
    │               │       │   ├── dxva2.dll (143KB)
    │               │       │   ├── eject.exe (36KB)
    │               │       │   ├── esent.dll (69KB)
    │               │       │   ├── evr.dll (372KB)
    │               │       │   ├── expand.exe (28KB)
    │               │       │   ├── explorer.exe (131KB)
    │               │       │   ├── explorerframe.dll (151KB)
    │               │       │   ├── ext-ms-win-authz-context-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-domainjoin-netjoin-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-gdi-dc-create-l1-1-1.dll (1.0KB)
    │               │       │   ├── ext-ms-win-gdi-dc-l1-2-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-gdi-devcaps-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-gdi-draw-l1-1-1.dll (1.0KB)
    │               │       │   ├── ext-ms-win-gdi-render-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-kernel32-package-current-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-ntuser-message-l1-1-1.dll (1.0KB)
    │               │       │   ├── ext-ms-win-ntuser-private-l1-1-1.dll (1.0KB)
    │               │       │   ├── ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-ntuser-window-l1-1-1.dll (1.0KB)
    │               │       │   ├── ext-ms-win-rtcore-gdi-object-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll (1.0KB)
    │               │       │   ├── ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll (1.0KB)
    │               │       │   ├── extrac32.exe (40KB)
    │               │       │   ├── extract.exe (32KB)
    │               │       │   ├── faultrep.dll (45KB)
    │               │       │   ├── fc.exe (32KB)
    │               │       │   ├── feclient.dll (40KB)
    │               │       │   ├── find.exe (40KB)
    │               │       │   ├── findfast.exe (28KB)
    │               │       │   ├── findstr.exe (32KB)
    │               │       │   ├── fltlib.dll (49KB)
    │               │       │   ├── fntcache.dll (45KB)
    │               │       │   ├── fontsub.dll (40KB)
    │               │       │   ├── fsutil.exe (45KB)
    │               │       │   ├── fwpuclnt.dll (65KB)
    │               │       │   ├── gameux.dll (167KB)
    │               │       │   ├── gamingtcui.dll (40KB)
    │               │       │   ├── gdi.exe (16KB)
    │               │       │   ├── gdi32.dll (507KB)
    │               │       │   ├── gdiplus.dll (544KB)
    │               │       │   ├── gecko (2 Entries)
    │               │       │   │   ├── 2.47 (1 Entries)
    │               │       │   │   │   └── wine_gecko (20 Entries)
    │               │       │   │   │       ├── VERSION (15B)
    │               │       │   │   │       ├── browser (6 Entries)
    │               │       │   │   │       │   ├── blocklist.xml (232KB)
    │               │       │   │   │       │   ├── chrome.manifest (40B)
    │               │       │   │   │       │   ├── components (2 Entries)
    │               │       │   │   │       │   │   ├── browsercomps.dll (222KB)
    │               │       │   │   │       │   │   └── components.manifest (34B)
    │               │       │   │   │       │   ├── extensions (1 Entries)
    │               │       │   │   │       │   │   └── {972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi (4.9KB)
    │               │       │   │   │       │   ├── features (3 Entries)
    │               │       │   │   │       │   │   ├── e10srollout@mozilla.org.xpi (2.2KB)
    │               │       │   │   │       │   │   ├── firefox@getpocket.com.xpi (671KB)
    │               │       │   │   │       │   │   └── loop@mozilla.org.xpi (1.7MB)
    │               │       │   │   │       │   └── omni.ja (12MB)
    │               │       │   │   │       ├── defaults (1 Entries)
    │               │       │   │   │       │   └── pref (1 Entries)
    │               │       │   │   │       │       └── channel-prefs.js (245B)
    │               │       │   │   │       ├── dependentlibs.list (42B)
    │               │       │   │   │       ├── dictionaries (2 Entries)
    │               │       │   │   │       │   ├── en-US.aff (3.1KB)
    │               │       │   │   │       │   └── en-US.dic (576KB)
    │               │       │   │   │       ├── freebl3.dll (414KB)
    │               │       │   │   │       ├── gmp-clearkey (1 Entries)
    │               │       │   │   │       │   └── 0.1 (2 Entries)
    │               │       │   │   │       │       ├── clearkey.dll (885KB)
    │               │       │   │   │       │       └── clearkey.info (310B)
    │               │       │   │   │       ├── lgpllibs.dll (215KB)
    │               │       │   │   │       ├── libEGL.dll (3.0MB)
    │               │       │   │   │       ├── libGLESv2.dll (3.2MB)
    │               │       │   │   │       ├── mozavcodec.dll (1.9MB)
    │               │       │   │   │       ├── mozavutil.dll (240KB)
    │               │       │   │   │       ├── mozglue.dll (895KB)
    │               │       │   │   │       ├── nss3.dll (2.1MB)
    │               │       │   │   │       ├── nssckbi.dll (437KB)
    │               │       │   │   │       ├── nssdbm3.dll (138KB)
    │               │       │   │   │       ├── omni.ja (5.8MB)
    │               │       │   │   │       ├── plugin-container.exe (722KB)
    │               │       │   │   │       ├── softokn3.dll (207KB)
    │               │       │   │   │       └── xul.dll (60MB)
    │               │       │   │   └── plugin (1 Entries)
    │               │       │   │       └── npmshtml.dll (45KB)
    │               │       │   ├── glu32.dll (167KB)
    │               │       │   ├── gphoto2.ds (30KB)
    │               │       │   ├── gpkcsp.dll (40KB)
    │               │       │   ├── hal.dll (53KB)
    │               │       │   ├── hh.exe (102KB)
    │               │       │   ├── hhctrl.ocx (258KB)
    │               │       │   ├── hid.dll (61KB)
    │               │       │   ├── hidclass.sys (1.0KB)
    │               │       │   ├── hlink.dll (159KB)
    │               │       │   ├── hnetcfg.dll (172KB)
    │               │       │   ├── hostname.exe (45KB)
    │               │       │   ├── httpapi.dll (53KB)
    │               │       │   ├── icacls.exe (32KB)
    │               │       │   ├── iccvid.dll (57KB)
    │               │       │   ├── icinfo.exe (1.0KB)
    │               │       │   ├── icmp.dll (16KB)
    │               │       │   ├── icwconn1.exe (1.0KB)
    │               │       │   ├── ieframe.dll (528KB)
    │               │       │   ├── ieinfo5.ocx (1.0KB)
    │               │       │   ├── ieproxy.dll (131KB)
    │               │       │   ├── iernonce.dll (1.0KB)
    │               │       │   ├── iexplore.exe (122KB)
    │               │       │   ├── ifsmgr.vxd (40KB)
    │               │       │   ├── imaadp32.acm (49KB)
    │               │       │   ├── imagehlp.dll (61KB)
    │               │       │   ├── imjpmig.exe (28KB)
    │               │       │   ├── imm.dll (2.0KB)
    │               │       │   ├── imm32.dll (106KB)
    │               │       │   ├── inetcomm.dll (258KB)
    │               │       │   ├── inetcpl.cpl (356KB)
    │               │       │   ├── inetmib1.dll (53KB)
    │               │       │   ├── infosoft.dll (126KB)
    │               │       │   ├── initpki.dll (40KB)
    │               │       │   ├── inkobj.dll (45KB)
    │               │       │   ├── inseng.dll (131KB)
    │               │       │   ├── ipconfig.exe (61KB)
    │               │       │   ├── iphlpapi.dll (188KB)
    │               │       │   ├── iprop.dll (32KB)
    │               │       │   ├── irprops.cpl (40KB)
    │               │       │   ├── itircl.dll (40KB)
    │               │       │   ├── itss.dll (176KB)
    │               │       │   ├── joy.cpl (192KB)
    │               │       │   ├── jscript.dll (712KB)
    │               │       │   ├── jsproxy.dll (135KB)
    │               │       │   ├── kerberos.dll (53KB)
    │               │       │   ├── kernel32.dll (389KB)
    │               │       │   ├── kernelbase.dll (2.4MB)
    │               │       │   ├── keyboard.drv (1.2KB)
    │               │       │   ├── krnl386.exe (18KB)
    │               │       │   ├── ksproxy.ax (45KB)
    │               │       │   ├── ksuser.dll (40KB)
    │               │       │   ├── ktmw32.dll (45KB)
    │               │       │   ├── l3codeca.acm (278KB)
    │               │       │   ├── l_intl.nls (5.5KB)
    │               │       │   ├── libvkd3d-1.dll (375KB)
    │               │       │   ├── libvkd3d-shader-1.dll (499KB)
    │               │       │   ├── loadperf.dll (45KB)
    │               │       │   ├── locale.nls (664KB)
    │               │       │   ├── localspl.dll (196KB)
    │               │       │   ├── localui.dll (90KB)
    │               │       │   ├── lodctr.exe (28KB)
    │               │       │   ├── lz32.dll (20KB)
    │               │       │   ├── lzexpand.dll (690B)
    │               │       │   ├── maildoff.exe (28KB)
    │               │       │   ├── mapi32.dll (192KB)
    │               │       │   ├── mapistub.dll (49KB)
    │               │       │   ├── mciavi32.dll (98KB)
    │               │       │   ├── mcicda.dll (57KB)
    │               │       │   ├── mciqtz32.dll (102KB)
    │               │       │   ├── mciseq.dll (65KB)
    │               │       │   ├── mciwave.dll (65KB)
    │               │       │   ├── mdm.exe (28KB)
    │               │       │   ├── mf.dll (450KB)
    │               │       │   ├── mf3216.dll (36KB)
    │               │       │   ├── mferror.dll (229KB)
    │               │       │   ├── mfmediaengine.dll (208KB)
    │               │       │   ├── mfplat.dll (397KB)
    │               │       │   ├── mfplay.dll (176KB)
    │               │       │   ├── mfreadwrite.dll (196KB)
    │               │       │   ├── mgmtapi.dll (40KB)
    │               │       │   ├── midimap.dll (49KB)
    │               │       │   ├── mlang.dll (208KB)
    │               │       │   ├── mmcndmgr.dll (126KB)
    │               │       │   ├── mmdevapi.dll (172KB)
    │               │       │   ├── mmdevldr.vxd (40KB)
    │               │       │   ├── monodebg.vxd (40KB)
    │               │       │   ├── mosearch.exe (28KB)
    │               │       │   ├── mouse.drv (996B)
    │               │       │   ├── mp3dmod.dll (372KB)
    │               │       │   ├── mpr.dll (122KB)
    │               │       │   ├── mprapi.dll (53KB)
    │               │       │   ├── msacm.dll (2.0KB)
    │               │       │   ├── msacm32.dll (131KB)
    │               │       │   ├── msacm32.drv (57KB)
    │               │       │   ├── msadp32.acm (49KB)
    │               │       │   ├── msasn1.dll (77KB)
    │               │       │   ├── mscat32.dll (36KB)
    │               │       │   ├── mscms.dll (344KB)
    │               │       │   ├── mscoree.dll (245KB)
    │               │       │   ├── msctf.dll (225KB)
    │               │       │   ├── msctfmonitor.dll (40KB)
    │               │       │   ├── msctfp.dll (368KB)
    │               │       │   ├── msdaps.dll (9.0KB)
    │               │       │   ├── msdelta.dll (36KB)
    │               │       │   ├── msdmo.dll (135KB)
    │               │       │   ├── msdrm.dll (49KB)
    │               │       │   ├── msftedit.dll (122KB)
    │               │       │   ├── msg711.acm (45KB)
    │               │       │   ├── msgsm32.acm (69KB)
    │               │       │   ├── mshta.exe (28KB)
    │               │       │   ├── mshtml.dll (1.9MB)
    │               │       │   ├── mshtml.tlb (1.2MB)
    │               │       │   ├── msi.dll (1.4MB)
    │               │       │   ├── msidb.exe (40KB)
    │               │       │   ├── msident.dll (61KB)
    │               │       │   ├── msiexec.exe (102KB)
    │               │       │   ├── msimg32.dll (40KB)
    │               │       │   ├── msimsg.dll (16KB)
    │               │       │   ├── msimtf.dll (135KB)
    │               │       │   ├── msinfo32.exe (36KB)
    │               │       │   ├── msisip.dll (45KB)
    │               │       │   ├── msisys.ocx (40KB)
    │               │       │   ├── msls31.dll (40KB)
    │               │       │   ├── msnet32.dll (49KB)
    │               │       │   ├── mspatcha.dll (65KB)
    │               │       │   ├── msports.dll (36KB)
    │               │       │   ├── msrle32.dll (73KB)
    │               │       │   ├── msscript.ocx (131KB)
    │               │       │   ├── mssign32.dll (45KB)
    │               │       │   ├── mssip32.dll (40KB)
    │               │       │   ├── mstask.dll (102KB)
    │               │       │   ├── msv1_0.dll (65KB)
    │               │       │   ├── msvcirt.dll (167KB)
    │               │       │   ├── msvcm80.dll (65KB)
    │               │       │   ├── msvcm90.dll (57KB)
    │               │       │   ├── msvcp100.dll (847KB)
    │               │       │   ├── msvcp110.dll (864KB)
    │               │       │   ├── msvcp120.dll (860KB)
    │               │       │   ├── msvcp120_app.dll (274KB)
    │               │       │   ├── msvcp140.dll (860KB)
    │               │       │   ├── msvcp140_1.dll (40KB)
    │               │       │   ├── msvcp140_atomic_wait.dll (45KB)
    │               │       │   ├── msvcp60.dll (851KB)
    │               │       │   ├── msvcp70.dll (1.0MB)
    │               │       │   ├── msvcp71.dll (995KB)
    │               │       │   ├── msvcp80.dll (1.0MB)
    │               │       │   ├── msvcp90.dll (1.0MB)
    │               │       │   ├── msvcp_win.dll (278KB)
    │               │       │   ├── msvcr100.dll (745KB)
    │               │       │   ├── msvcr110.dll (761KB)
    │               │       │   ├── msvcr120.dll (823KB)
    │               │       │   ├── msvcr120_app.dll (143KB)
    │               │       │   ├── msvcr70.dll (598KB)
    │               │       │   ├── msvcr71.dll (598KB)
    │               │       │   ├── msvcr80.dll (667KB)
    │               │       │   ├── msvcr90.dll (663KB)
    │               │       │   ├── msvcrt.dll (634KB)
    │               │       │   ├── msvcrt20.dll (98KB)
    │               │       │   ├── msvcrt40.dll (94KB)
    │               │       │   ├── msvcrtd.dll (610KB)
    │               │       │   ├── msvfw32.dll (147KB)
    │               │       │   ├── msvidc32.dll (53KB)
    │               │       │   ├── msvideo.dll (3.2KB)
    │               │       │   ├── mswsock.dll (49KB)
    │               │       │   ├── msxml.dll (81KB)
    │               │       │   ├── msxml2.dll (77KB)
    │               │       │   ├── msxml3.dll (2.2MB)
    │               │       │   ├── msxml4.dll (143KB)
    │               │       │   ├── msxml6.dll (139KB)
    │               │       │   ├── mtxdm.dll (114KB)
    │               │       │   ├── mui (0 Entries)
    │               │       │   ├── ncrypt.dll (61KB)
    │               │       │   ├── nddeapi.dll (45KB)
    │               │       │   ├── net.exe (114KB)
    │               │       │   ├── netapi32.dll (163KB)
    │               │       │   ├── netcfgx.dll (131KB)
    │               │       │   ├── netprofm.dll (81KB)
    │               │       │   ├── netscape.exe (2.4KB)
    │               │       │   ├── netsh.exe (32KB)
    │               │       │   ├── netstat.exe (65KB)
    │               │       │   ├── netutils.dll (36KB)
    │               │       │   ├── newdev.dll (45KB)
    │               │       │   ├── ninput.dll (45KB)
    │               │       │   ├── normaliz.dll (16KB)
    │               │       │   ├── normidna.nls (84KB)
    │               │       │   ├── normnfc.nls (58KB)
    │               │       │   ├── normnfd.nls (52KB)
    │               │       │   ├── normnfkc.nls (81KB)
    │               │       │   ├── normnfkd.nls (74KB)
    │               │       │   ├── notepad.exe (241KB)
    │               │       │   ├── npptools.dll (40KB)
    │               │       │   ├── nsi.dll (45KB)
    │               │       │   ├── ntdll.dll (614KB)
    │               │       │   ├── ntdsapi.dll (53KB)
    │               │       │   ├── ntoskrnl.exe (364KB)
    │               │       │   ├── ntprint.dll (49KB)
    │               │       │   ├── objsel.dll (126KB)
    │               │       │   ├── odbc32.dll (110KB)
    │               │       │   ├── odbcbcp.dll (36KB)
    │               │       │   ├── odbccp32.dll (73KB)
    │               │       │   ├── odbccu32.dll (40KB)
    │               │       │   ├── ole2.dll (6.6KB)
    │               │       │   ├── ole2conv.dll (445B)
    │               │       │   ├── ole2disp.dll (5.0KB)
    │               │       │   ├── ole2nls.dll (1.3KB)
    │               │       │   ├── ole2prox.dll (281B)
    │               │       │   ├── ole2thk.dll (452B)
    │               │       │   ├── ole32.dll (1.1MB)
    │               │       │   ├── oleacc.dll (270KB)
    │               │       │   ├── oleaut32.dll (1.0MB)
    │               │       │   ├── olecli.dll (5.9KB)
    │               │       │   ├── olecli32.dll (45KB)
    │               │       │   ├── oledb32.dll (13KB)
    │               │       │   ├── oledlg.dll (204KB)
    │               │       │   ├── olepro32.dll (57KB)
    │               │       │   ├── olesvr.dll (1.1KB)
    │               │       │   ├── olesvr32.dll (40KB)
    │               │       │   ├── olethk32.dll (40KB)
    │               │       │   ├── oleview.exe (376KB)
    │               │       │   ├── opcservices.dll (131KB)
    │               │       │   ├── openal32.dll (9.2KB)
    │               │       │   ├── opencl.dll (73KB)
    │               │       │   ├── opengl32.dll (10KB)
    │               │       │   ├── packager.dll (65KB)
    │               │       │   ├── pdh.dll (69KB)
    │               │       │   ├── photometadatahandler.dll (45KB)
    │               │       │   ├── pidgen.dll (49KB)
    │               │       │   ├── ping.exe (36KB)
    │               │       │   ├── plugplay.exe (40KB)
    │               │       │   ├── powershell.exe (1.0KB)
    │               │       │   ├── powrprof.dll (49KB)
    │               │       │   ├── printui.dll (49KB)
    │               │       │   ├── prntvpt.dll (81KB)
    │               │       │   ├── progman.exe (28KB)
    │               │       │   ├── propsys.dll (184KB)
    │               │       │   ├── psapi.dll (45KB)
    │               │       │   ├── pstorec.dll (69KB)
    │               │       │   ├── pstores.exe (28KB)
    │               │       │   ├── pwrshplugin.dll (40KB)
    │               │       │   ├── qasf.dll (233KB)
    │               │       │   ├── qcap.dll (282KB)
    │               │       │   ├── qdvd.dll (188KB)
    │               │       │   ├── qedit.dll (266KB)
    │               │       │   ├── qmgr.dll (163KB)
    │               │       │   ├── qmgrprxy.dll (172KB)
    │               │       │   ├── qttask.exe (28KB)
    │               │       │   ├── quartz.dll (827KB)
    │               │       │   ├── query.dll (45KB)
    │               │       │   ├── qwave.dll (40KB)
    │               │       │   ├── rasapi16.dll (471B)
    │               │       │   ├── rasapi32.dll (61KB)
    │               │       │   ├── rasdlg.dll (45KB)
    │               │       │   ├── reboot.exe (77KB)
    │               │       │   ├── reg.exe (380KB)
    │               │       │   ├── regapi.dll (40KB)
    │               │       │   ├── regedit.exe (675KB)
    │               │       │   ├── regini.exe (32KB)
    │               │       │   ├── regsvr32.exe (86KB)
    │               │       │   ├── resutils.dll (40KB)
    │               │       │   ├── riched20.dll (503KB)
    │               │       │   ├── riched32.dll (45KB)
    │               │       │   ├── robocopy.exe (36KB)
    │               │       │   ├── rpcrt4.dll (544KB)
    │               │       │   ├── rpcss.exe (61KB)
    │               │       │   ├── rsabase.dll (36KB)
    │               │       │   ├── rsaenh.dll (204KB)
    │               │       │   ├── rstrtmgr.dll (45KB)
    │               │       │   ├── rtutils.dll (45KB)
    │               │       │   ├── rtworkq.dll (65KB)
    │               │       │   ├── rundll32.exe (40KB)
    │               │       │   ├── samlib.dll (40KB)
    │               │       │   ├── sane.ds (10KB)
    │               │       │   ├── sas.dll (36KB)
    │               │       │   ├── sc.exe (36KB)
    │               │       │   ├── scarddlg.dll (36KB)
    │               │       │   ├── sccbase.dll (40KB)
    │               │       │   ├── schannel.dll (49KB)
    │               │       │   ├── schedsvc.dll (106KB)
    │               │       │   ├── schtasks.exe (45KB)
    │               │       │   ├── scrobj.dll (163KB)
    │               │       │   ├── scrrun.dll (229KB)
    │               │       │   ├── scsiport.sys (1.0KB)
    │               │       │   ├── sdbinst.exe (32KB)
    │               │       │   ├── secedit.exe (28KB)
    │               │       │   ├── sechost.dll (167KB)
    │               │       │   ├── secur32.dll (126KB)
    │               │       │   ├── security.dll (16KB)
    │               │       │   ├── sendwndcmd.exe (1.0KB)
    │               │       │   ├── sensapi.dll (40KB)
    │               │       │   ├── serialui.dll (69KB)
    │               │       │   ├── setupapi.dll (491KB)
    │               │       │   ├── setupx.dll (9.8KB)
    │               │       │   ├── sfc.dll (16KB)
    │               │       │   ├── sfc_os.dll (45KB)
    │               │       │   ├── shcore.dll (102KB)
    │               │       │   ├── shdoclc.dll (221KB)
    │               │       │   ├── shdocvw.dll (200KB)
    │               │       │   ├── shell.dll (2.3KB)
    │               │       │   ├── shell32.dll (9.6MB)
    │               │       │   ├── shfolder.dll (36KB)
    │               │       │   ├── shlwapi.dll (327KB)
    │               │       │   ├── shutdown.exe (32KB)
    │               │       │   ├── slbcsp.dll (40KB)
    │               │       │   ├── slc.dll (45KB)
    │               │       │   ├── snmpapi.dll (49KB)
    │               │       │   ├── softpub.dll (36KB)
    │               │       │   ├── sound.drv (1.0KB)
    │               │       │   ├── spoolss.dll (61KB)
    │               │       │   ├── srclient.dll (36KB)
    │               │       │   ├── srvcli.dll (40KB)
    │               │       │   ├── sspicli.dll (49KB)
    │               │       │   ├── start.exe (139KB)
    │               │       │   ├── stdole2.tlb (25KB)
    │               │       │   ├── stdole32.tlb (12KB)
    │               │       │   ├── steamurlhelper.exe (28KB)
    │               │       │   ├── sti.dll (163KB)
    │               │       │   ├── storage.dll (2.2KB)
    │               │       │   ├── stress.dll (820B)
    │               │       │   ├── strmdll.dll (40KB)
    │               │       │   ├── subst.exe (32KB)
    │               │       │   ├── svchost.exe (36KB)
    │               │       │   ├── svrapi.dll (36KB)
    │               │       │   ├── sxs.dll (69KB)
    │               │       │   ├── system.drv (803B)
    │               │       │   ├── systeminfo.exe (32KB)
    │               │       │   ├── t2embed.dll (45KB)
    │               │       │   ├── tapi32.dll (86KB)
    │               │       │   ├── taskkill.exe (90KB)
    │               │       │   ├── tasklist.exe (36KB)
    │               │       │   ├── taskmgr.exe (724KB)
    │               │       │   ├── taskschd.dll (221KB)
    │               │       │   ├── tbs.dll (40KB)
    │               │       │   ├── tdh.dll (49KB)
    │               │       │   ├── termsv.exe (32KB)
    │               │       │   ├── toolhelp.dll (1.7KB)
    │               │       │   ├── traffic.dll (40KB)
    │               │       │   ├── typelib.dll (799B)
    │               │       │   ├── tzres.dll (479KB)
    │               │       │   ├── ucrtbase.dll (806KB)
    │               │       │   ├── uianimation.dll (163KB)
    │               │       │   ├── uiautomationcore.dll (69KB)
    │               │       │   ├── uiribbon.dll (131KB)
    │               │       │   ├── unicows.dll (86KB)
    │               │       │   ├── uninstaller.exe (81KB)
    │               │       │   ├── unlodctr.exe (28KB)
    │               │       │   ├── updspapi.dll (45KB)
    │               │       │   ├── url.dll (45KB)
    │               │       │   ├── urlmon.dll (638KB)
    │               │       │   ├── usbd.sys (1.0KB)
    │               │       │   ├── user.exe (22KB)
    │               │       │   ├── user32.dll (1.9MB)
    │               │       │   ├── userenv.dll (53KB)
    │               │       │   ├── usp10.dll (16KB)
    │               │       │   ├── utildll.dll (36KB)
    │               │       │   ├── uxtheme.dll (212KB)
    │               │       │   ├── vbscript.dll (425KB)
    │               │       │   ├── vcomp.dll (69KB)
    │               │       │   ├── vcomp100.dll (69KB)
    │               │       │   ├── vcomp110.dll (69KB)
    │               │       │   ├── vcomp120.dll (69KB)
    │               │       │   ├── vcomp140.dll (69KB)
    │               │       │   ├── vcomp90.dll (40KB)
    │               │       │   ├── vcruntime140.dll (45KB)
    │               │       │   ├── vcruntime140_1.dll (32KB)
    │               │       │   ├── vdhcp.vxd (40KB)
    │               │       │   ├── vdmdbg.dll (40KB)
    │               │       │   ├── ver.dll (809B)
    │               │       │   ├── version.dll (49KB)
    │               │       │   ├── vga.dll (36KB)
    │               │       │   ├── view.exe (14KB)
    │               │       │   ├── virtdisk.dll (45KB)
    │               │       │   ├── vmm.vxd (45KB)
    │               │       │   ├── vnbt.vxd (40KB)
    │               │       │   ├── vnetbios.vxd (40KB)
    │               │       │   ├── vssapi.dll (53KB)
    │               │       │   ├── vtdapi.vxd (40KB)
    │               │       │   ├── vulkan-1.dll (57KB)
    │               │       │   ├── vwin32.vxd (40KB)
    │               │       │   ├── w32skrnl.dll (49KB)
    │               │       │   ├── w32sys.dll (719B)
    │               │       │   ├── wbem (5 Entries)
    │               │       │   │   ├── mofcomp.exe (32KB)
    │               │       │   │   ├── wbemdisp.dll (159KB)
    │               │       │   │   ├── wbemprox.dll (249KB)
    │               │       │   │   ├── wmic.exe (45KB)
    │               │       │   │   └── wmiutils.dll (73KB)
    │               │       │   ├── wbemdisp.dll (36KB)
    │               │       │   ├── wbemprox.dll (2.1KB)
    │               │       │   ├── wdscore.dll (57KB)
    │               │       │   ├── webservices.dll (319KB)
    │               │       │   ├── websocket.dll (36KB)
    │               │       │   ├── wer.dll (49KB)
    │               │       │   ├── wevtapi.dll (45KB)
    │               │       │   ├── wevtsvc.dll (40KB)
    │               │       │   ├── wevtutil.exe (32KB)
    │               │       │   ├── where.exe (32KB)
    │               │       │   ├── whoami.exe (36KB)
    │               │       │   ├── wiaservc.dll (143KB)
    │               │       │   ├── wimgapi.dll (45KB)
    │               │       │   ├── win32s16.dll (2.2KB)
    │               │       │   ├── win32u.dll (9.2KB)
    │               │       │   ├── win87em.dll (400B)
    │               │       │   ├── winaspi.dll (541B)
    │               │       │   ├── windebug.dll (336B)
    │               │       │   ├── windows.devices.enumeration.dll (126KB)
    │               │       │   ├── windows.gaming.input.dll (143KB)
    │               │       │   ├── windows.globalization.dll (135KB)
    │               │       │   ├── windows.media.devices.dll (61KB)
    │               │       │   ├── windows.media.speech.dll (122KB)
    │               │       │   ├── windowscodecs.dll (1.6MB)
    │               │       │   ├── windowscodecsext.dll (57KB)
    │               │       │   ├── wineboot.exe (131KB)
    │               │       │   ├── winebrowser.exe (40KB)
    │               │       │   ├── winecfg.exe (815KB)
    │               │       │   ├── wineconsole.exe (45KB)
    │               │       │   ├── winecoreaudio.drv (159KB)
    │               │       │   ├── wined3d.dll (1.7MB)
    │               │       │   ├── winedbg.exe (389KB)
    │               │       │   ├── winedevice.exe (36KB)
    │               │       │   ├── winefile.exe (331KB)
    │               │       │   ├── winejoystick.drv (1.0KB)
    │               │       │   ├── winemac.drv (20KB)
    │               │       │   ├── winemapi.dll (49KB)
    │               │       │   ├── winemine.exe (136KB)
    │               │       │   ├── winemp3.acm (1.0KB)
    │               │       │   ├── winemsibuilder.exe (36KB)
    │               │       │   ├── winepath.exe (36KB)
    │               │       │   ├── wineps.drv (21KB)
    │               │       │   ├── wineps16.drv (208B)
    │               │       │   ├── winevdm.exe (45KB)
    │               │       │   ├── winevulkan.dll (151KB)
    │               │       │   ├── winevulkan.json (137B)
    │               │       │   ├── winewrapper.exe (129KB)
    │               │       │   ├── wing.dll (826B)
    │               │       │   ├── wing32.dll (40KB)
    │               │       │   ├── winhlp32.exe (270KB)
    │               │       │   ├── winhttp.dll (286KB)
    │               │       │   ├── wininet.dll (548KB)
    │               │       │   ├── winmgmt.exe (32KB)
    │               │       │   ├── winmm.dll (753KB)
    │               │       │   ├── winnls.dll (1.2KB)
    │               │       │   ├── winnls32.dll (40KB)
    │               │       │   ├── winoldap.mod (257B)
    │               │       │   ├── winscard.dll (53KB)
    │               │       │   ├── winsock.dll (2.6KB)
    │               │       │   ├── winspool.drv (204KB)
    │               │       │   ├── winsta.dll (53KB)
    │               │       │   ├── wintab.dll (2.2KB)
    │               │       │   ├── wintab32.dll (69KB)
    │               │       │   ├── wintrust.dll (155KB)
    │               │       │   ├── wintypes.dll (53KB)
    │               │       │   ├── winusb.dll (36KB)
    │               │       │   ├── winver.exe (32KB)
    │               │       │   ├── wlanapi.dll (45KB)
    │               │       │   ├── wlanui.dll (36KB)
    │               │       │   ├── wldap32.dll (327KB)
    │               │       │   ├── wmadmod.dll (45KB)
    │               │       │   ├── wmasf.dll (36KB)
    │               │       │   ├── wmi.dll (16KB)
    │               │       │   ├── wmic.exe (8.5KB)
    │               │       │   ├── wmiutils.dll (2.1KB)
    │               │       │   ├── wmp.dll (208KB)
    │               │       │   ├── wmphoto.dll (430KB)
    │               │       │   ├── wmvcore.dll (94KB)
    │               │       │   ├── wnaspi32.dll (45KB)
    │               │       │   ├── wow32.dll (40KB)
    │               │       │   ├── wpc.dll (61KB)
    │               │       │   ├── wpcap.dll (65KB)
    │               │       │   ├── write.exe (32KB)
    │               │       │   ├── ws2_32.dll (155KB)
    │               │       │   ├── wscript.exe (90KB)
    │               │       │   ├── wsdapi.dll (106KB)
    │               │       │   ├── wshom.ocx (192KB)
    │               │       │   ├── wsnmp32.dll (53KB)
    │               │       │   ├── wsock32.dll (65KB)
    │               │       │   ├── wtsapi32.dll (53KB)
    │               │       │   ├── wuapi.dll (196KB)
    │               │       │   ├── wuaueng.dll (45KB)
    │               │       │   ├── wuauserv.exe (32KB)
    │               │       │   ├── wusa.exe (69KB)
    │               │       │   ├── x3daudio1_0.dll (49KB)
    │               │       │   ├── x3daudio1_1.dll (49KB)
    │               │       │   ├── x3daudio1_2.dll (49KB)
    │               │       │   ├── x3daudio1_3.dll (49KB)
    │               │       │   ├── x3daudio1_4.dll (49KB)
    │               │       │   ├── x3daudio1_5.dll (49KB)
    │               │       │   ├── x3daudio1_6.dll (49KB)
    │               │       │   ├── x3daudio1_7.dll (49KB)
    │               │       │   ├── xactengine2_0.dll (356KB)
    │               │       │   ├── xactengine2_4.dll (356KB)
    │               │       │   ├── xactengine2_7.dll (356KB)
    │               │       │   ├── xactengine2_9.dll (356KB)
    │               │       │   ├── xactengine3_0.dll (356KB)
    │               │       │   ├── xactengine3_1.dll (356KB)
    │               │       │   ├── xactengine3_2.dll (356KB)
    │               │       │   ├── xactengine3_3.dll (356KB)
    │               │       │   ├── xactengine3_4.dll (356KB)
    │               │       │   ├── xactengine3_5.dll (356KB)
    │               │       │   ├── xactengine3_6.dll (356KB)
    │               │       │   ├── xactengine3_7.dll (356KB)
    │               │       │   ├── xapofx1_1.dll (81KB)
    │               │       │   ├── xapofx1_2.dll (77KB)
    │               │       │   ├── xapofx1_3.dll (81KB)
    │               │       │   ├── xapofx1_4.dll (77KB)
    │               │       │   ├── xapofx1_5.dll (77KB)
    │               │       │   ├── xaudio2_0.dll (327KB)
    │               │       │   ├── xaudio2_1.dll (327KB)
    │               │       │   ├── xaudio2_2.dll (327KB)
    │               │       │   ├── xaudio2_3.dll (327KB)
    │               │       │   ├── xaudio2_4.dll (327KB)
    │               │       │   ├── xaudio2_5.dll (327KB)
    │               │       │   ├── xaudio2_6.dll (327KB)
    │               │       │   ├── xaudio2_7.dll (327KB)
    │               │       │   ├── xaudio2_8.dll (339KB)
    │               │       │   ├── xaudio2_9.dll (339KB)
    │               │       │   ├── xcopy.exe (180KB)
    │               │       │   ├── xinput1_1.dll (73KB)
    │               │       │   ├── xinput1_2.dll (73KB)
    │               │       │   ├── xinput1_3.dll (73KB)
    │               │       │   ├── xinput1_4.dll (73KB)
    │               │       │   ├── xinput9_1_0.dll (69KB)
    │               │       │   ├── xmllite.dll (110KB)
    │               │       │   ├── xolehlp.dll (135KB)
    │               │       │   ├── xpsprint.dll (40KB)
    │               │       │   └── xpssvcs.dll (36KB)
    │               │       ├── tasks (0 Entries)
    │               │       ├── temp (0 Entries)
    │               │       ├── twain.dll (417B)
    │               │       ├── twain_32 (2 Entries)
    │               │       │   ├── gphoto2.ds (1.0KB)
    │               │       │   └── sane.ds (1.0KB)
    │               │       ├── twain_32.dll (61KB)
    │               │       ├── twain_64 (2 Entries)
    │               │       │   ├── gphoto2.ds (1.0KB)
    │               │       │   └── sane.ds (1.0KB)
    │               │       ├── win.ini (903B)
    │               │       ├── winhelp.exe (257B)
    │               │       ├── winhlp32.exe (270KB)
    │               │       └── winsxs (21 Entries)
    │               │           ├── amd64_microsoft-windows-msxml30_31bf3856ad364e35_6.0.6000.16386_none_deadbeef (1 Entries)
    │               │           │   └── msxml3.dll (2.2MB)
    │               │           ├── amd64_microsoft-windows-msxml60_31bf3856ad364e35_6.0.6000.16386_none_deadbeef (1 Entries)
    │               │           │   └── msxml6.dll (147KB)
    │               │           ├── amd64_microsoft.msxml2_6bd6b9abf345378f_4.1.0.0_none_deadbeef (1 Entries)
    │               │           │   └── msxml4.dll (151KB)
    │               │           ├── amd64_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.4053_none_deadbeef (1 Entries)
    │               │           │   └── atl80.dll (192KB)
    │               │           ├── amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4053_none_deadbeef (3 Entries)
    │               │           │   ├── msvcm80.dll (69KB)
    │               │           │   ├── msvcp80.dll (1.1MB)
    │               │           │   └── msvcr80.dll (655KB)
    │               │           ├── amd64_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef (1 Entries)
    │               │           │   └── atl90.dll (192KB)
    │               │           ├── amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef (3 Entries)
    │               │           │   ├── msvcm90.dll (65KB)
    │               │           │   ├── msvcp90.dll (1.1MB)
    │               │           │   └── msvcr90.dll (655KB)
    │               │           ├── amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef (1 Entries)
    │               │           │   └── comctl32.dll (1.3MB)
    │               │           ├── amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.6000.16386_none_deadbeef (1 Entries)
    │               │           │   └── gdiplus.dll (548KB)
    │               │           ├── amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.23038_none_deadbeef (1 Entries)
    │               │           │   └── gdiplus.dll (548KB)
    │               │           ├── manifests (20 Entries)
    │               │           │   ├── amd64_microsoft-windows-msxml30_31bf3856ad364e35_6.0.6000.16386_none_deadbeef.manifest (327B)
    │               │           │   ├── amd64_microsoft-windows-msxml60_31bf3856ad364e35_6.0.6000.16386_none_deadbeef.manifest (327B)
    │               │           │   ├── amd64_microsoft.msxml2_6bd6b9abf345378f_4.1.0.0_none_deadbeef.manifest (311B)
    │               │           │   ├── amd64_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.4053_none_deadbeef.manifest (319B)
    │               │           │   ├── amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4053_none_deadbeef.manifest (379B)
    │               │           │   ├── amd64_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef.manifest (319B)
    │               │           │   ├── amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef.manifest (379B)
    │               │           │   ├── amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef.manifest (1.6KB)
    │               │           │   ├── amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.6000.16386_none_deadbeef.manifest (328B)
    │               │           │   ├── amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.23038_none_deadbeef.manifest (311B)
    │               │           │   ├── x86_microsoft-windows-msxml30_31bf3856ad364e35_6.0.6000.16386_none_deadbeef.manifest (325B)
    │               │           │   ├── x86_microsoft-windows-msxml60_31bf3856ad364e35_6.0.6000.16386_none_deadbeef.manifest (325B)
    │               │           │   ├── x86_microsoft.msxml2_6bd6b9abf345378f_4.1.0.0_none_deadbeef.manifest (309B)
    │               │           │   ├── x86_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.4053_none_deadbeef.manifest (317B)
    │               │           │   ├── x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4053_none_deadbeef.manifest (377B)
    │               │           │   ├── x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef.manifest (317B)
    │               │           │   ├── x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef.manifest (377B)
    │               │           │   ├── x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef.manifest (1.6KB)
    │               │           │   ├── x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.6000.16386_none_deadbeef.manifest (326B)
    │               │           │   └── x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.23038_none_deadbeef.manifest (309B)
    │               │           ├── x86_microsoft-windows-msxml30_31bf3856ad364e35_6.0.6000.16386_none_deadbeef (1 Entries)
    │               │           │   └── msxml3.dll (2.2MB)
    │               │           ├── x86_microsoft-windows-msxml60_31bf3856ad364e35_6.0.6000.16386_none_deadbeef (1 Entries)
    │               │           │   └── msxml6.dll (139KB)
    │               │           ├── x86_microsoft.msxml2_6bd6b9abf345378f_4.1.0.0_none_deadbeef (1 Entries)
    │               │           │   └── msxml4.dll (143KB)
    │               │           ├── x86_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.4053_none_deadbeef (1 Entries)
    │               │           │   └── atl80.dll (184KB)
    │               │           ├── x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4053_none_deadbeef (3 Entries)
    │               │           │   ├── msvcm80.dll (65KB)
    │               │           │   ├── msvcp80.dll (1.0MB)
    │               │           │   └── msvcr80.dll (667KB)
    │               │           ├── x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef (1 Entries)
    │               │           │   └── atl90.dll (184KB)
    │               │           ├── x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef (3 Entries)
    │               │           │   ├── msvcm90.dll (57KB)
    │               │           │   ├── msvcp90.dll (1.0MB)
    │               │           │   └── msvcr90.dll (663KB)
    │               │           ├── x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef (1 Entries)
    │               │           │   └── comctl32.dll (1.4MB)
    │               │           ├── x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.6000.16386_none_deadbeef (1 Entries)
    │               │           │   └── gdiplus.dll (544KB)
    │               │           └── x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.23038_none_deadbeef (1 Entries)
    │               │               └── gdiplus.dll (544KB)
    │               ├── files (144KB)
    │               ├── myst.sh (488B)
    │               ├── system.reg (2.9MB)
    │               ├── user.reg (56KB)
    │               ├── userdef.reg (3.4KB)
    │               └── windata (2 Entries)
    │                   ├── Associations (1 Entries)
    │                   │   └── 6aa4d5d0_hh.0.ico (69KB)
    │                   └── cxmenu (1 Entries)
    │                       └── icons (1 Entries)
    │                           └── hicolor (4 Entries)
    │                               ├── 16x16 (1 Entries)
    │                               │   └── apps (3 Entries)
    │                               │       ├── 5D9C_unins000.0.png (668B)
    │                               │       ├── 865E_goggame-1956555724.0.png (668B)
    │                               │       └── EF17_support.0.png (644B)
    │                               ├── 256x256 (1 Entries)
    │                               │   └── apps (3 Entries)
    │                               │       ├── 5D9C_unins000.0.png (45KB)
    │                               │       ├── 865E_goggame-1956555724.0.png (45KB)
    │                               │       └── EF17_support.0.png (32KB)
    │                               ├── 32x32 (1 Entries)
    │                               │   └── apps (3 Entries)
    │                               │       ├── 5D9C_unins000.0.png (1.6KB)
    │                               │       ├── 865E_goggame-1956555724.0.png (1.6KB)
    │                               │       └── EF17_support.0.png (1.6KB)
    │                               └── 48x48 (1 Entries)
    │                                   └── apps (3 Entries)
    │                                       ├── 5D9C_unins000.0.png (2.9KB)
    │                                       ├── 865E_goggame-1956555724.0.png (2.9KB)
    │                                       └── EF17_support.0.png (2.8KB)
    └── _CodeSignature (1 Entries)
        └── CodeResources (968KB)