Windows 10 Need to migrate MBR Win10Pro C drive HDD contents or my Macrium Reflect backups of it to new on-the-motherboard NVMe SSD device set to UEFI GPT

Good — you’re back and making progress. Short summary of the current situation, then two practical, exact next options you can pick.
What we learned (short)
  • binwalk found a WiX Burn manifest showing the MSIs (SamsungInstaller64.msi / SamsungInstaller32.msi) are embedded inside the installer bundle.
  • You carved the attached Wix container out (carved_container.bin) and binwalk produced three compressed pieces inside _carved_container.bin.extracted. You successfully decompressed those to 1D1F0.dec, 1DC60.dec and 2F00E.dec — but those .dec files do NOT contain a visible MSI/PK/MZ/INF/SYS (they look like ICC/profile & other binary blobs). So the MSIs are present in the bundle but not in those particular decompressed pieces in plain form. We need a different extraction method (resource extraction / carve of embedded MSI) or a simpler fallback: get the driver from a working Windows machine.
Two practical next paths — pick one
Option A — Continue carving/extracting here (I’ll walk you step‑by‑step)
This tries to extract the MSI payloads from carved_container.bin using resource extraction tools. It can work on WSL but needs icoutils (wrestool) or similar. If you’re OK installing inside WSL, do this:
1) Install the tool (one line — you’ll be prompted for your WSL password):
sudo apt update && sudo apt install -y icoutils
2) Extract any embedded resources from the carved container:
mkdir -p ~/carved_resources
wrestool -x -a ~/carved_container.bin -o ~/carved_resources
3) Look inside the extracted resources for PK/MZI/MSI signatures:
cd ~/carved_resources
grep -a -n $'\x50\x4b\x03\x04' || true # PK (zip/cab/msi)
grep -a -n $'\xD0\xCF\x11\xE0'
|| true # OLE2/MSI (Compound File)
grep -a -n $'\x4d\x5a' || true # MZ (PE/exe)
strings
| egrep -i 'samsung|installer|setup|.msi|.cab|.inf|.sys' || true
4) If any resource file contains a PK / MSI / MZ at offset X (grep prints fileffset), I’ll give you the exact dd command to carve that payload out and the 7z command to extract the MSI and find the .inf/.sys files to copy to USB.
Notes if you choose A
  • You must be able to run sudo in WSL (enter your password when prompted). If sudo fails (you don’t know the password), we can skip this and use Option B.
  • If wrestool cannot find plain MSIs, we’ll carve at MZ offsets we found earlier (I’ll compute exact dd skip/counts using the manifest Size values and the offsets grep shows).
Option B — The easier, most reliable fallback: extract the driver on a working Windows PC
If you have any Windows PC available (or can temporarily connect the NVMe to one) this is almost always the fastest and least‑fragile approach. Steps:
1) On the working Windows PC, run the Samsung installer EXE (right‑click → Run as administrator). Let it run — even if it reports “device not connected” it often unpacks or installs driver files to the system driver store.
2) Immediately (or after install) run an elevated PowerShell and export all third‑party drivers to a USB (replace X: with the USB drive letter):
Export-WindowsDriver -Online -Destination X:\ExportedDrivers
3) Open X:\ExportedDrivers and look for a folder that contains Samsung or NVMe driver files (.inf + .sys). Copy that folder to the Macrium/Hiren USB (or tell me the path and I’ll give the DISM injection commands tailored to your Macrium/Hiren volume letters).
Why I recommend Option B if possible
  • It avoids fragile carving and resource extraction. Export‑WindowsDriver gives you a ready folder with the INF + SYS you need for DISM/pnputil injection into the offline image. I use this on almost every driver extraction task because it’s fast and reliable.
If you want to try Option A now
  • Tell me whether you can run sudo in WSL (enter password). If yes, run:
    sudo apt update && sudo apt install -y icoutils
    then:
    mkdir -p ~/carved_resources
    wrestool -x -a ~/carved_container.bin -o ~/carved_resources
After that run:
cd ~/carved_resources
grep -a -n $'\x50\x4b\x03\x04' || true
grep -a -n $'\xD0\xCF\x11\xE0'
|| true
grep -a -n $'\x4d\x5a' || true
strings
| egrep -i 'samsung|installer|setup|.msi|.cab|.inf|.sys' || true
Paste the outputs and I’ll give the specific dd/7z carve and extraction commands.
If you want Option B (recommended if you have another Windows PC)
  • Tell me you want that route and whether you can run the Samsung EXE on a working Windows machine now. I’ll give the exact PowerShell command again and short instructions for locating the Samsung driver folder and moving it to your rescue USB.
One small immediate fix / convenience
  • You already have carved_container.bin in WSL home. If you prefer to try Option A but don’t want to install anything in WSL, you can copy carved_container.bin to a Windows machine and try 7‑Zip or the Windows tool lessmsi / Universal Extractor there — sometimes those tools find and extract the embedded MSI directly. To copy to Windows (one line):
    cp ~/carved_container.bin /mnt/c/Temp/SamsungExtract/carved_container.bin
    Then on Windows try:
    "C:\Program Files\7-Zip\7z.exe" l C:\Temp\SamsungExtract\carved_container.bin
    or open the file with 7‑Zip GUI and see if it lists MSI(s). If it does, extract them and send me the path to the MSI(s).
Which do you want to try now — A (continue carving in WSL), or B (export from a working Windows)? If A, tell me whether sudo works and paste the wrestool/grep outputs when ready; if B, tell me if you can run the Samsung EXE on another Windows PC and I’ll give the exact PowerShell Export-WindowsDriver command and the follow-up steps.
 
@ChatGPT


cosair@DESKTOP-1IUHAB1:~/_carved_container.bin.extracted$
cosair@DESKTOP-1IUHAB1:~/_carved_container.bin.extracted$ sudo apt update && sudo apt install -y icoutils
[sudo] password for cosair:
Hit:1 Index of /ubuntu noble InRelease
Hit:2 Index of /ubuntu noble-updates InRelease
Hit:3 Index of /ubuntu noble-security InRelease
Hit:4 Index of /ubuntu noble-backports InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
46 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
libllvm19
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
libauthen-sasl-perl libclone-perl libdata-dump-perl libencode-locale-perl libfile-listing-perl libfont-afm-perl
libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl
libhttp-daemon-perl libhttp-date-perl libhttp-m-perl libhttp-negotiate-perl libio-html-perl
libio-socket-ssl-perl liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl libnet-http-perl
libnet-smtp-ssl-perl libnet-ssleay-perl libtimedate-perl libtry-tiny-perl liburi-perl libwww-perl
libwww-robotrules-perl perl-openssl-defaults
Suggested packages:
libterm-readline-gnu-perl | libterm-readline-perl-perl libdigest-hmac-perl libgssapi-perl libio-compress-brotli-perl
libcrypt-ssleay-perl libsub-name-perl libbusiness-isbn-perl libregexp-ipv6-perl libauthen-ntlm-perl debhelper
The following NEW packages will be installed:
icoutils libauthen-sasl-perl libclone-perl libdata-dump-perl libencode-locale-perl libfile-listing-perl
libfont-afm-perl libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-m-perl libhttp-negotiate-perl
libio-html-perl libio-socket-ssl-perl liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl
libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl libtimedate-perl libtry-tiny-perl liburi-perl libwww-perl
libwww-robotrules-perl perl-openssl-defaults
0 upgraded, 31 newly installed, 0 to remove and 46 not upgraded.
Need to get 1644 kB of archives.
After this operation, 5189 kB of additional disk space will be used.
Get:1 Index of /ubuntu noble/main amd64 libencode-locale-perl all 1.05-3 [11.6 kB]
Get:2 Index of /ubuntu noble/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB]
Get:3 Index of /ubuntu noble/main amd64 libhttp-date-perl all 6.06-1 [10.2 kB]
Get:4 Index of /ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
Get:5 Index of /ubuntu noble/main amd64 libhtml-tagset-perl all 3.20-6 [11.3 kB]
Get:6 Index of /ubuntu noble/main amd64 liburi-perl all 5.27-1 [88.0 kB]
Get:7 Index of /ubuntu noble/main amd64 libhtml-parser-perl amd64 3.81-1build3 [85.8 kB]
Get:8 Index of /ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
Get:9 Index of /ubuntu noble/main amd64 libclone-perl amd64 0.46-1build3 [10.7 kB]
Get:10 Index of /ubuntu noble/main amd64 libio-html-perl all 1.004-3 [15.9 kB]
Get:11 Index of /ubuntu noble/main amd64 liblwp-mediatypes-perl all 6.04-2 [20.1 kB]
Get:12 Index of /ubuntu noble/main amd64 libhttp-m-perl all 6.45-1ubuntu1 [78.2 kB]
Get:13 Index of /ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
Get:14 Index of /ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
Get:15 Index of /ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
Get:16 Index of /ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
Get:17 Index of /ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
Get:18 Index of /ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
Get:19 Index of /ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
Get:20 Index of /ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
Get:21 Index of /ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
Get:22 Index of /ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
Get:23 Index of /ubuntu noble/universe amd64 icoutils amd64 0.32.3-4build2 [55.7 kB]
Get:24 Index of /ubuntu noble/main amd64 libdata-dump-perl all 1.25-1 [25.9 kB]
Get:25 Index of /ubuntu noble/main amd64 libfont-afm-perl all 1.20-4 [13.0 kB]
Get:26 Index of /ubuntu noble/main amd64 libhtml-form-perl all 6.11-1 [32.1 kB]
Get:27 Index of /ubuntu noble/main amd64 libhtml-format-perl all 2.16-2 [36.9 kB]
Get:28 Index of /ubuntu noble/main amd64 libhttp-daemon-perl all 6.16-1 [22.4 kB]
Get:29 Index of /ubuntu noble/main amd64 libnet-smtp-ssl-perl all 1.04-2 [6218 B]
Get:30 Index of /ubuntu noble/main amd64 libmailtools-perl all 2.21-2 [80.4 kB]
Get:31 Index of /ubuntu noble/main amd64 libauthen-sasl-perl all 2.1700-1 [42.9 kB]
Fetched 1644 kB in 2s (747 kB/s)
Extracting templates from packages: 100%
Selecting previously unselected package libencode-locale-perl.
(Reading database ... 60312 files and directories currently installed.)
Preparing to unpack .../00-libencode-locale-perl_1.05-3_all.deb ...
Unpacking libencode-locale-perl (1.05-3) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../01-libtimedate-perl_2.3300-2_all.deb ...
Unpacking libtimedate-perl (2.3300-2) ...
Selecting previously unselected package libhttp-date-perl.
Preparing to unpack .../02-libhttp-date-perl_6.06-1_all.deb ...
Unpacking libhttp-date-perl (6.06-1) ...
Selecting previously unselected package libfile-listing-perl.
Preparing to unpack .../03-libfile-listing-perl_6.16-1_all.deb ...
Unpacking libfile-listing-perl (6.16-1) ...
Selecting previously unselected package libhtml-tagset-perl.
Preparing to unpack .../04-libhtml-tagset-perl_3.20-6_all.deb ...
Unpacking libhtml-tagset-perl (3.20-6) ...
Selecting previously unselected package liburi-perl.
Preparing to unpack .../05-liburi-perl_5.27-1_all.deb ...
Unpacking liburi-perl (5.27-1) ...
Selecting previously unselected package libhtml-parser-perl:amd64.
Preparing to unpack .../06-libhtml-parser-perl_3.81-1build3_amd64.deb ...
Unpacking libhtml-parser-perl:amd64 (3.81-1build3) ...
Selecting previously unselected package libhtml-tree-perl.
Preparing to unpack .../07-libhtml-tree-perl_5.07-3_all.deb ...
Unpacking libhtml-tree-perl (5.07-3) ...
Selecting previously unselected package libclone-perl:amd64.
Preparing to unpack .../08-libclone-perl_0.46-1build3_amd64.deb ...
Unpacking libclone-perl:amd64 (0.46-1build3) ...
Selecting previously unselected package libio-html-perl.
Preparing to unpack .../09-libio-html-perl_1.004-3_all.deb ...
Unpacking libio-html-perl (1.004-3) ...
Selecting previously unselected package liblwp-mediatypes-perl.
Preparing to unpack .../10-liblwp-mediatypes-perl_6.04-2_all.deb ...
Unpacking liblwp-mediatypes-perl (6.04-2) ...
Selecting previously unselected package libhttp-m-perl.
Preparing to unpack .../11-libhttp-m-perl_6.45-1ubuntu1_all.deb ...
Unpacking libhttp-m-perl (6.45-1ubuntu1) ...
Selecting previously unselected package libhttp-cookies-perl.
Preparing to unpack .../12-libhttp-cookies-perl_6.11-1_all.deb ...
Unpacking libhttp-cookies-perl (6.11-1) ...
Selecting previously unselected package libhttp-negotiate-perl.
Preparing to unpack .../13-libhttp-negotiate-perl_6.01-2_all.deb ...
Unpacking libhttp-negotiate-perl (6.01-2) ...
Selecting previously unselected package perl-openssl-defaults:amd64.
Preparing to unpack .../14-perl-openssl-defaults_7build3_amd64.deb ...
Unpacking perl-openssl-defaults:amd64 (7build3) ...
Selecting previously unselected package libnet-ssleay-perl:amd64.
Preparing to unpack .../15-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../16-libio-socket-ssl-perl_2.085-1_all.deb ...
Unpacking libio-socket-ssl-perl (2.085-1) ...
Selecting previously unselected package libnet-http-perl.
Preparing to unpack .../17-libnet-http-perl_6.23-1_all.deb ...
Unpacking libnet-http-perl (6.23-1) ...
Selecting previously unselected package liblwp-protocol-https-perl.
Preparing to unpack .../18-liblwp-protocol-https-perl_6.13-1_all.deb ...
Unpacking liblwp-protocol-https-perl (6.13-1) ...
Selecting previously unselected package libtry-tiny-perl.
Preparing to unpack .../19-libtry-tiny-perl_0.31-2_all.deb ...
Unpacking libtry-tiny-perl (0.31-2) ...
Selecting previously unselected package libwww-robotrules-perl.
Preparing to unpack .../20-libwww-robotrules-perl_6.02-1_all.deb ...
Unpacking libwww-robotrules-perl (6.02-1) ...
Selecting previously unselected package libwww-perl.
Preparing to unpack .../21-libwww-perl_6.76-1_all.deb ...
Unpacking libwww-perl (6.76-1) ...
Selecting previously unselected package icoutils.
Preparing to unpack .../22-icoutils_0.32.3-4build2_amd64.deb ...
Unpacking icoutils (0.32.3-4build2) ...
Selecting previously unselected package libdata-dump-perl.
Preparing to unpack .../23-libdata-dump-perl_1.25-1_all.deb ...
Unpacking libdata-dump-perl (1.25-1) ...
Selecting previously unselected package libfont-afm-perl.
Preparing to unpack .../24-libfont-afm-perl_1.20-4_all.deb ...
Unpacking libfont-afm-perl (1.20-4) ...
Selecting previously unselected package libhtml-form-perl.
Preparing to unpack .../25-libhtml-form-perl_6.11-1_all.deb ...
Unpacking libhtml-form-perl (6.11-1) ...
Selecting previously unselected package libhtml-format-perl.
Preparing to unpack .../26-libhtml-format-perl_2.16-2_all.deb ...
Unpacking libhtml-format-perl (2.16-2) ...
Selecting previously unselected package libhttp-daemon-perl.
Preparing to unpack .../27-libhttp-daemon-perl_6.16-1_all.deb ...
Unpacking libhttp-daemon-perl (6.16-1) ...
Selecting previously unselected package libnet-smtp-ssl-perl.
Preparing to unpack .../28-libnet-smtp-ssl-perl_1.04-2_all.deb ...
Unpacking libnet-smtp-ssl-perl (1.04-2) ...
Selecting previously unselected package libmailtools-perl.
Preparing to unpack .../29-libmailtools-perl_2.21-2_all.deb ...
Unpacking libmailtools-perl (2.21-2) ...
Selecting previously unselected package libauthen-sasl-perl.
Preparing to unpack .../30-libauthen-sasl-perl_2.1700-1_all.deb ...
Unpacking libauthen-sasl-perl (2.1700-1) ...
Setting up libfont-afm-perl (1.20-4) ...
Setting up libclone-perl:amd64 (0.46-1build3) ...
Setting up libhtml-tagset-perl (3.20-6) ...
Setting up libauthen-sasl-perl (2.1700-1) ...
Setting up liblwp-mediatypes-perl (6.04-2) ...
Setting up libtry-tiny-perl (0.31-2) ...
Setting up perl-openssl-defaults:amd64 (7build3) ...
Setting up libencode-locale-perl (1.05-3) ...
Setting up libdata-dump-perl (1.25-1) ...
Setting up libio-html-perl (1.004-3) ...
Setting up libtimedate-perl (2.3300-2) ...
Setting up liburi-perl (5.27-1) ...
Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
Setting up libhttp-date-perl (6.06-1) ...
Setting up libfile-listing-perl (6.16-1) ...
Setting up libnet-http-perl (6.23-1) ...
Setting up libwww-robotrules-perl (6.02-1) ...
Setting up libhtml-parser-perl:amd64 (3.81-1build3) ...
Setting up libio-socket-ssl-perl (2.085-1) ...
Setting up libhttp-m-perl (6.45-1ubuntu1) ...
Setting up libhtml-form-perl (6.11-1) ...
Setting up libhttp-negotiate-perl (6.01-2) ...
Setting up libhttp-cookies-perl (6.11-1) ...
Setting up libhtml-tree-perl (5.07-3) ...
Setting up libhtml-format-perl (2.16-2) ...
Setting up libnet-smtp-ssl-perl (1.04-2) ...
Setting up libmailtools-perl (2.21-2) ...
Setting up libhttp-daemon-perl (6.16-1) ...
Setting up liblwp-protocol-https-perl (6.13-1) ...
Setting up libwww-perl (6.76-1) ...
Setting up icoutils (0.32.3-4build2) ...
Processing triggers for man-db (2.12.0-4build2) ...
cosair@DESKTOP-1IUHAB1:~/_carved_container.bin.extracted$
cosair@DESKTOP-1IUHAB1:~/_carved_container.bin.extracted$
cosair@DESKTOP-1IUHAB1:~/_carved_container.bin.extracted$ mkdir -p ~/carved_resources
estool -x -a ~/carved_container.bin -o ~/carved_resourcescosair@DESKTOP-1IUHAB1:~/_carved_container.bin.extracted$ wrestool -x -a ~/carved_container.bin -o ~/carved_resources
wrestool: /home/cosair/carved_container.bin: not a PE or NE library
cosair@DESKTOP-1IUHAB1:~/_carved_container.bin.extracted$
cosair@DESKTOP-1IUHAB1:~/_carved_container.bin.extracted$
cosair@DESKTOP-1IUHAB1:~/_carved_container.bin.extracted$
cosair@DESKTOP-1IUHAB1:~/_carved_container.bin.extracted$ cd ~/carved_resources
-n $'\xcosair@DESKTOP-1IUHAB1:~/carved_resources$ grep -a -n $'\x50\x4b\x03\x04' || true # PK (zip/cab/msi)
a -n $'\xD0\xCF\x11\xE0' || true # OLE2/MSI (Compound File)
grep -a -n $'\x4d\x5a' || true # MZ (PE/exe)
strings | egrep -i 'samsung|installer|setup|.msi|.cab|.inf|.sys' || true
 
Good — you’re close. The carved container contains multiple PE (MZ) blobs but the MSIs aren’t sitting in the simple zlib pieces you already decompressed. Next I recommend automatically carving every MZ/PE segment out of carved_container.bin and testing each carved piece with 7z to see whether it contains the MSI payload(s). I’ll give a safe script you can run in WSL that:
  • finds all MZ offsets,
  • carves each segment between successive MZ offsets into pe_<offset>.bin,
  • runs file and a quick 7z test on each carved segment,
  • prints results so we can spot which carved piece contains the MSI (or an embedded archive).
Run this from your WSL home (you already have ~/carved_container.bin). Paste each block one line at a time or save as a script and run it.
1) Create a working folder and run the carve+test script
cd ~
mkdir -p ~/pe_segments
cat > ~/carve_and_test.sh <<'EOF'

!/bin/bash​

set -euo pipefail
infile=carved_container.bin
outdir=~/pe_segments
mkdir -p "$outdir"

gather offsets of "MZ"​

mapfile -t offs < <(grep -a -b $'\x4d\x5a' "$infile" | cut -d: -f1 | sort -n)
filesize=$(stat -c%s "$infile")

append end of file as last boundary​

offs+=( "$filesize")
echo "Found ${#offs[@]} offsets (including EOF). File size: $filesize"

carve segments between offsets​

for ((i=0;i<${#offs[@]}-1;i++); do
start=${offs[$i]}
end=${offs[$i+1]}
count=$((end - start)
out="$outdir/pe_${start}.bin"
echo "Carving segment $i: start=$start count=$count -> $(basename "$out")"
dd if="$infile" of="$out" bs=1 skip=$start count=$count status=none
file "$out"

quick 7z listing check (silence errors)​

if 7z l "$out" >/dev/null 2>&1; then
echo " -> 7z: archive-like content detected in $(basename "$out")"
7z l "$out" | sed -n '1,10p'
else
echo " -> 7z: not an openable archive"
fi
done
echo "Done. Check ~/pe_segments for carved files."
EOF
chmod +x ~/carve_and_test.sh
~/carve_and_test.sh
This will produce many files under ~/pe_segments and print which (if any) 7z thinks look like archives. If the script reports a carved file as “archive-like” you can extract it with:
2) If a carved piece looks promising, extract it:

replace OFFSET with the offset printed, e.g. 15446​

7z x ~/pe_segments/pe_OFFSET.bin -o~/pe_extracted_OFFSET
Then list MSIs and driver files inside the extracted folder:
find ~/pe_extracted_OFFSET -type f -iname '.msi' -o -iname '.cab' -o -iname '.inf' -o -iname '.sys' -print
If you find a .msi, extract it:
7z x ~/pe_extracted_OFFSET/path/to/that.msi -o~/msi_contents
find ~/msi_contents -type f -iname '.inf' -o -iname '.sys' -print
3) If you get INF/SYS files, copy them to Windows (so you can use them with Macrium/Hiren):
cp -r ~/msi_contents /mnt/c/Temp/SamsungDriver

then in Windows copy C:\Temp\SamsungDriver to your USB​

What I need from you after the script finishes
  • Paste the carve_and_test.sh output lines that show any carved file where 7z said “archive-like” (or paste the whole script output if you prefer). Also paste the file lines for those carved pieces (the script prints them). I’ll instruct the exact 7z dd/ extraction commands for the promising piece(s).
If carving doesn’t find anything useful
  • Don’t worry. The installer may store the MSIs inside resource data in a way that’s still fiddly to extract. The easier, most reliable fallback is Option B: run the Samsung EXE on any working Windows machine (or temporarily attach the NVMe to one) and then run, as Administrator in PowerShell:
    Export-WindowsDriver -Online -Destination X:\ExportedDrivers
    That gives a ready folder X:\ExportedDrivers containing the Samsung/NVMe folder with .inf/.sys you can copy into the rescue environment. If you can do that, tell me and I’ll give the exact follow-up/DISM injection commands for your offline image.
Notes / cautions
  • Carving will create a few MB of files — disk space shouldn’t be a problem for these sizes but I mention it just in case.
  • If anything in the script errors, paste the error text and the last 20 lines of output and I’ll fix it.
Which route do you want now?
  • Run the carve_and_test.sh above and paste any promising carved results, or
  • Use the Export-WindowsDriver fallback (tell me if you can run the Samsung installer on another Windows PC).
 
@ChatGPT


cosair@DESKTOP-1IUHAB1:~/carved_resources$ cd ~
/pe_secosair@DESKTOP-1IUHAB1:~$ mkdir -p ~/pe_segments
at > ~/carve_and_test.sh <<'EOF'cosair@DESKTOP-1IUHAB1:~$ cat > ~/carve_and_test.sh <<'EOF'
>
> set -euo pipefail
> infile=carved_container.bin
> outdir=~/pe_segments
> mkdir -p "$outdir"
>
> mapfile -t offs < <(grep -a -b $'\x4d\x5a' "$infile" | cut -d: -f1 | sort -n)
> filesize=$(stat -c%s "$infile")
>
> offs+=( "$filesize" )
> echo "Found ${#offs[@]} offsets (including EOF). File size: $filesize"
>
> for ((i=0;i<${#offs[@]}-1;i++)); do
> start=${offs[$i]}
> end=${offs[$i+1]}
> count=$((end - start))
> out="$outdir/pe_${start}.bin"
> echo "Carving segment $i: start=$start count=$count -> $(basename "$out")"
> dd if="$infile" of="$out" bs=1 skip=$start count=$count status=none
> file "$out"
>
> if 7z l "$out" >/dev/null 2>&1; then
> echo " -> 7z: archive-like content detected in $(basename "$out")"
> 7z l "$out" | sed -n '1,10p'
> else
> echo " -> 7z: not an openable archive"
> fi
> done
Done. C> echo "Done. Check ~/pe_segments for carved files."
> EOF
x ~/carve_and_test.sh
~/carve_and_test.shcosair@DESKTOP-1IUHAB1:~$ chmod +x ~/carve_and_test.sh
cosair@DESKTOP-1IUHAB1:~$ ~/carve_and_test.sh
Found 22 offsets (including EOF). File size: 3025380
Carving segment 0: start=0 count=15446 -> pe_0.bin
/home/cosair/pe_segments/pe_0.bin: data
-> 7z: not an openable archive
Carving segment 1: start=15446 count=727 -> pe_15446.bin
/home/cosair/pe_segments/pe_15446.bin: data
-> 7z: not an openable archive
Carving segment 2: start=16173 count=21698 -> pe_16173.bin
/home/cosair/pe_segments/pe_16173.bin: data
-> 7z: not an openable archive
Carving segment 3: start=37871 count=37552 -> pe_37871.bin
/home/cosair/pe_segments/pe_37871.bin: data
-> 7z: not an openable archive
Carving segment 4: start=75423 count=68390 -> pe_75423.bin
/home/cosair/pe_segments/pe_75423.bin: data
-> 7z: not an openable archive
Carving segment 5: start=143813 count=32551 -> pe_143813.bin
/home/cosair/pe_segments/pe_143813.bin: data
-> 7z: not an openable archive
Carving segment 6: start=176364 count=26762 -> pe_176364.bin
/home/cosair/pe_segments/pe_176364.bin: data
-> 7z: not an openable archive
Carving segment 7: start=203126 count=136277 -> pe_203126.bin
/home/cosair/pe_segments/pe_203126.bin: data
-> 7z: not an openable archive
Carving segment 8: start=339403 count=352504 -> pe_339403.bin
/home/cosair/pe_segments/pe_339403.bin: data
-> 7z: not an openable archive
Carving segment 9: start=691907 count=474323 -> pe_691907.bin
/home/cosair/pe_segments/pe_691907.bin: data
-> 7z: not an openable archive
Carving segment 10: start=1166230 count=16026 -> pe_1166230.bin
/home/cosair/pe_segments/pe_1166230.bin: data
-> 7z: not an openable archive
Carving segment 11: start=1182256 count=500 -> pe_1182256.bin
/home/cosair/pe_segments/pe_1182256.bin: data
-> 7z: not an openable archive
Carving segment 12: start=1182756 count=1208 -> pe_1182756.bin
/home/cosair/pe_segments/pe_1182756.bin: data
-> 7z: not an openable archive
Carving segment 13: start=1183964 count=54749 -> pe_1183964.bin
/home/cosair/pe_segments/pe_1183964.bin: data
-> 7z: not an openable archive
Carving segment 14: start=1238713 count=102512 -> pe_1238713.bin
/home/cosair/pe_segments/pe_1238713.bin: data
-> 7z: not an openable archive
Carving segment 15: start=1341225 count=107482 -> pe_1341225.bin
/home/cosair/pe_segments/pe_1341225.bin: data
-> 7z: not an openable archive
Carving segment 16: start=1448707 count=1429662 -> pe_1448707.bin
/home/cosair/pe_segments/pe_1448707.bin: data
-> 7z: not an openable archive
Carving segment 17: start=2878369 count=15247 -> pe_2878369.bin
/home/cosair/pe_segments/pe_2878369.bin: data
-> 7z: not an openable archive
Carving segment 18: start=2893616 count=3346 -> pe_2893616.bin
/home/cosair/pe_segments/pe_2893616.bin: data
-> 7z: not an openable archive
Carving segment 19: start=2896962 count=1292 -> pe_2896962.bin
/home/cosair/pe_segments/pe_2896962.bin: data
-> 7z: not an openable archive
Carving segment 20: start=2898254 count=127126 -> pe_2898254.bin
/home/cosair/pe_segments/pe_2898254.bin: data
-> 7z: not an openable archive
Done. Check ~/pe_segments for carved files.
cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$
 
Excellent progress — you carved the container and produced the PE segments. Short summary and two clear next choices (recommended: Option B — easiest and fastest). Then exact commands you can run next.
Summary of current state
  • binwalk + carving produced carvedcontainer.bin and you carved it into pe*.bin segments. None of the carved pieces looked like an openable archive to 7‑Zip. That means the MSIs are present inside the bundle but not trivially extractable by 7z from the pieces we tested. We can keep trying technical carving/resource extraction, or take the much simpler, reliable route: extract the driver from a real Windows install (Export‑WindowsDriver). I recommend the latter if you have any other Windows PC available — it’s far less fiddly.
Option A — keep carving/extracting here (more work, possibly successful)
If you want to continue, next useful checks are to search the carved segments for ZIP (PK.., MSI (OLE/D0CF11E0), or MSI filename strings and then carve/extract any hits. From ~/pe_segments run:

find PK / OLE / MZ signatures inside the carved pieces​

grep -a -n $'\x50\x4b\x03\x04' ~/pe_segments/ || true # PK (zip/msi/cab)
grep -a -n $'\xD0\xCF\x11\xE0' ~/pe_segments/
|| true # OLE2 / MSI compound file
grep -a -n $'\x4d\x5a' ~/pe_segments/ || true # MZ (PE)
strings ~/pe_segments/
| egrep -i 'samsung|installer|setup|.msi|.cab|.inf|.sys' || true
If any fileffset lines appear (grep prints them), paste those results here and I’ll give the exact dd carve command (skip/count) and the 7z/lessmsi commands to extract the MSI and locate the .inf/.sys files.
If nothing obvious appears, additional techniques exist (wrestool on specific carved PE segments, msitools/lessmsi on Windows, or scanning for embedded CAB blocks). I’ll follow whichever direction you prefer — I can keep guiding the forensic extraction step‑by‑step if you want to stay on this machine.
Option B — recommended: export the driver from a working Windows (fast, reliable)
If you can run the Samsung installer on another Windows PC (or temporarily attach the NVMe to one), this is the simplest reliable path. Steps (copy/paste into an elevated PowerShell on the working Windows machine):
1) Run the Samsung installer (right‑click → Run as administrator). Let it finish/unpack.
2) Export installed 3rd‑party drivers to a USB (replace X: with your USB drive letter):
Export-WindowsDriver -Online -Destination X:\ExportedDrivers
3) On your working PC open X:\ExportedDrivers and find the Samsung / NVMe folder (it will contain .inf and .sys files). Copy that folder to the Macrium/Hiren USB (or to C:\Temp\SamsungDriver) so you can access it from your rescue environment.
How to inject the driver into your offline Windows (Macrium / WinPE rescue)
Once you have the folder with .inf/.sys on a USB in the rescue environment, these are the usual steps (do them in WinPE / Macrium Rescue). Replace letters as appropriate:
1) Find the Windows image volume and the EFI System Partition (example letters used below — confirm on your system):
  • In WinPE run diskpart to assign letters:
    diskpart
    list vol
    select vol <number-of-your-windows-partition>
    assign letter=W
    select vol <number-of-ESP>
    assign letter=S
    exit
2) Add drivers to the offline Windows image (if you have an offline image) or add to the mounted Windows registry using DISM. Most common with WinPE where W: is your Windows volume:
dism /Image:W:\ /Add-Driver /Driver:E:\ExportedDrivers /Recurse
(If you’re using a mounted WIM image, replace /Image:W:\ with /Mount-WIM and the mount path. If DISM in WinPE complains, we can use pnputil in offline mode or copy the driver files into Windows\System32\DriverStore and add registry entries — I’ll provide exact commands for your rescue environment.
3) Re-create UEFI boot files (if needed)
  • Assign ESP letter S: (done via diskpart above), then:
    bcdboot W:\Windows /s S: /f UEFI
4) Reboot and test.
If you tell me the drive letters you see in WinPE (after running diskpart list vol), I’ll provide the exact DISM and bcdboot commands tailored to your system.
Which path do you want?
  • A — Keep extracting here (I’ll use the grep commands above and then give exact dd/7z/lessmsi commands based on any offsets found). If yes, run the grep/string lines I gave earlier and paste the output.
  • B — Export drivers from a working Windows PC and I’ll give the exact Export-WindowsDriver guidance (above) and the exact DISM commands to use in your Macrium rescue environment once you tell me volume letters. This is the recommended route if you have access to another Windows PC because it’s more reliable and faster.
If you prefer, I’ll continue with Option A now and run the grep on ~/pe_segments for you — paste the output of these lines (one block) and I’ll pick the next carve/extract command:
grep -a -n $'\x50\x4b\x03\x04' ~/pe_segments/ || true
grep -a -n $'\xD0\xCF\x11\xE0' ~/pe_segments/
|| true
grep -a -n $'\x4d\x5a' ~/pe_segments/ || true
strings ~/pe_segments/
| egrep -i 'samsung|installer|setup|.msi|.cab|.inf|.sys' || true
Tell me which option you choose and paste the requested output (if Option A), or tell me you’ll use another Windows PC and I’ll walk you through Export-WindowsDriver and the offline DISM steps for your rescue environment.
 
@ChatGPT


cosair@DESKTOP-1IUHAB1:~$ grep -a -n $'\x50\x4b\x03\x04' ~/pe_segments/ || true # PK (zip/msi/cab)
-a -n $'\xD0\xCF\x11\xE0' ~/pe_segments/ || true # OLE2 / MSI compound file
grep -a -n $'\x4d\x5a' ~/pe_segments/ || true #grep: /home/cosair/pe_segments/: Is a directory
MZ (PE)
strings cosair@DESKTOP-1IUHAB1:~$ grep -a -n $'\xD0\xCF\x11\xE0' ~/pe_segments/ || true # OLE2 / MSI compound file
p -i 'samsung|installer|setup|.msi|.cab|.inf|.sys' || truegrep: /home/cosair/pe_segments/: Is a directory
cosair@DESKTOP-1IUHAB1:~$ grep -a -n $'\x4d\x5a' ~/pe_segments/ || true # MZ (PE)
grep: /home/cosair/pe_segments/: Is a directory
cosair@DESKTOP-1IUHAB1:~$ strings ~/pe_segments/ | egrep -i 'samsung|installer|setup|.msi|.cab|.inf|.sys' || true
strings: Warning: '/home/cosair/pe_segments/' is a directory
cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$ grep -a -n $'\x50\x4b\x03\x04' ~/pe_segments/ || true
'\xD0\xCF\x11\xE0' ~/pe_segments/ || true
grep -a -n $'\x4d\x5a' ~/pe_segments/ || true
strings ~/pe_segments/ | egrep -i 'samsung|instgrep: /home/cosair/pe_segments/: Is a directory
aller|setup|.msi|.cabcosair@DESKTOP-1IUHAB1:~$ grep -a -n $'\xD0\xCF\x11\xE0' ~/pe_segments/ || true
| truegrep: /home/cosair/pe_segments/: Is a directory
cosair@DESKTOP-1IUHAB1:~$ grep -a -n $'\x4d\x5a' ~/pe_segments/ || true
grep: /home/cosair/pe_segments/: Is a directory
cosair@DESKTOP-1IUHAB1:~$ strings ~/pe_segments/ | egrep -i 'samsung|installer|setup|.msi|.cab|.inf|.sys' || true
strings: Warning: '/home/cosair/pe_segments/' is a directory
cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$
 
You’re almost there — your grep errors happened because you gave grep a directory name instead of file paths (and some pasted lines were mangled). Below are the exact, copy‑paste friendly commands to run now (they’ll search every carved file, show file types, and print any offsets/strings that indicate an MSI/ZIP/INF/SYS). If you get any hits, paste the output and I’ll give the exact dd/7z carve-and-extract commands.
1) Quick: list the carved files and their types (run first)
ls -la ~/pe_segments
file ~/pe_segments/*
What it tells you: which files exist and whether file(1) recognizes any as an executable/PE/archive.
2) Search each carved file for PK (ZIP/MSI/CAB), OLE (MSI compound), and MZ (PE) signatures
grep -a -n $'\x50\x4b\x03\x04' ~/pe_segments/ || true # PK.. (ZIP/MSI/CAB)
grep -a -n $'\xD0\xCF\x11\xE0' ~/pe_segments/
|| true # OLE2 (MSI/Compound)
grep -a -n $'\x4d\x5a' ~/pe_segments/* || true # MZ (PE)
Notes:
  • The wildcard (*) is required so grep inspects the files inside the directory (not the directory itself). Your earlier “Is a directory” errors were caused by omitting the wildcard.
  • Each matching line will look like filenameffset:... — paste those lines here if any appear.
3) Search for human‑readable hints (vendor/filename/driver names) per file
for f in ~/pe_segments/*; do
printf "\n=== %s ===\n" "$f"
strings "$f" | egrep -i 'samsung|nvme|stornvme|iastor|installer|setup|.msi|.cab|.inf|.sys' || true
done
What it tells you: if any carved file contains text like “Samsung”, “.msi”, or “.inf” we’ll see it and know which file to inspect/ carve further.
4) If you get a match with filenameffset (example: /home/cosair/pe_segments/pe_1238713.bin:456K...
Carve the embedded archive out of that carved piece (example offset 456, and use the manifest Size if available; otherwise you can carve to EOF or to next MZ offset — I’ll compute exact count after you paste offsets):

Example — replace FILENAME, OFFSET and SIZE as needed​

dd if=/home/cosair/pe_segments/pe_1238713.bin of=~/maybe_msi.bin bs=1 skip=456 status=progress
Then test/extract:
file ~/maybe_msi.bin
7z l ~/maybe_msi.bin || true

if 7z lists contents:​

7z x ~/maybe_msi.bin -o~/maybe_msi_extracted
Finally look for INF/SYS inside the extracted folder:
find ~/maybe_msi_extracted -type f -iname '.inf' -o -iname '.sys' -print
If that produces .inf/.sys, copy them to Windows (USB):
cp -r ~/maybe_msi_extracted /mnt/c/Temp/SamsungDriver
5) If nothing useful appears in the carved pieces
Don’t sweat it — this bundle is a WiX Burn container and sometimes the MSIs are stored/obfuscated so carving can be fiddly. The fastest, most reliable fallback is to export the driver from a working Windows system (run the Samsung EXE there, then use Export‑WindowsDriver) — that gives you a ready folder with the INF + SYS files for injection. I recommended that approach earlier because it usually avoids all the fragile carving work.
How I’ll help after you paste results
  • If grep/strings found lines, paste them here. I’ll compute the exact dd skip/count and give the one‑line extraction + 7z commands you can paste.
  • If nothing shows, tell me whether you can run the Samsung installer on another Windows PC (or temporarily attach the NVMe). If yes I’ll give the exact Export‑WindowsDriver PowerShell command and then the DISM/pnputil/bcdboot steps you’ll run inside Macrium/Hiren PE to inject the driver and rebuild UEFI boot files.
One last tip about pasting into WSL
  • Use Ctrl+Shift+V in Windows Terminal (or right‑click in the legacy WSL console) or save commands to a Windows file (C:\Temp\script.sh) and copy to WSL with cp /mnt/c/Temp/script.sh ~/ then run chmod +x and ./script.sh. That avoids broken pastes and the “grep waiting on stdin” hang we hit earlier.
Run commands 1–3 above and paste the outputs (especially any grep filenameffset lines). I’ll take it from there.
 
@ChatGPT


cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$ ls -la ~/pe_segments
e_segments/*total 3012
drwxr-xr-x 2 cosair cosair 4096 Oct 26 05:13 .
drwxr-x--- 9 cosair cosair 4096 Oct 26 05:13 ..
-rw-r--r-- 1 cosair cosair 15446 Oct 26 05:13 pe_0.bin
-rw-r--r-- 1 cosair cosair 16026 Oct 26 05:13 pe_1166230.bin
-rw-r--r-- 1 cosair cosair 500 Oct 26 05:13 pe_1182256.bin
-rw-r--r-- 1 cosair cosair 1208 Oct 26 05:13 pe_1182756.bin
-rw-r--r-- 1 cosair cosair 54749 Oct 26 05:13 pe_1183964.bin
-rw-r--r-- 1 cosair cosair 102512 Oct 26 05:13 pe_1238713.bin
-rw-r--r-- 1 cosair cosair 107482 Oct 26 05:13 pe_1341225.bin
-rw-r--r-- 1 cosair cosair 32551 Oct 26 05:13 pe_143813.bin
-rw-r--r-- 1 cosair cosair 1429662 Oct 26 05:13 pe_1448707.bin
-rw-r--r-- 1 cosair cosair 727 Oct 26 05:13 pe_15446.bin
-rw-r--r-- 1 cosair cosair 21698 Oct 26 05:13 pe_16173.bin
-rw-r--r-- 1 cosair cosair 26762 Oct 26 05:13 pe_176364.bin
-rw-r--r-- 1 cosair cosair 136277 Oct 26 05:13 pe_203126.bin
-rw-r--r-- 1 cosair cosair 15247 Oct 26 05:13 pe_2878369.bin
-rw-r--r-- 1 cosair cosair 3346 Oct 26 05:13 pe_2893616.bin
-rw-r--r-- 1 cosair cosair 1292 Oct 26 05:13 pe_2896962.bin
-rw-r--r-- 1 cosair cosair 127126 Oct 26 05:13 pe_2898254.bin
-rw-r--r-- 1 cosair cosair 352504 Oct 26 05:13 pe_339403.bin
-rw-r--r-- 1 cosair cosair 37552 Oct 26 05:13 pe_37871.bin
-rw-r--r-- 1 cosair cosair 474323 Oct 26 05:13 pe_691907.bin
-rw-r--r-- 1 cosair cosair 68390 Oct 26 05:13 pe_75423.bin
cosair@DESKTOP-1IUHAB1:~$ file ~/pe_segments/*
/home/cosair/pe_segments/pe_0.bin: data
/home/cosair/pe_segments/pe_1166230.bin: data
/home/cosair/pe_segments/pe_1182256.bin: data
/home/cosair/pe_segments/pe_1182756.bin: data
/home/cosair/pe_segments/pe_1183964.bin: data
/home/cosair/pe_segments/pe_1238713.bin: data
/home/cosair/pe_segments/pe_1341225.bin: data
/home/cosair/pe_segments/pe_143813.bin: data
/home/cosair/pe_segments/pe_1448707.bin: data
/home/cosair/pe_segments/pe_15446.bin: data
/home/cosair/pe_segments/pe_16173.bin: data
/home/cosair/pe_segments/pe_176364.bin: data
/home/cosair/pe_segments/pe_203126.bin: data
/home/cosair/pe_segments/pe_2878369.bin: data
/home/cosair/pe_segments/pe_2893616.bin: data
/home/cosair/pe_segments/pe_2896962.bin: data
/home/cosair/pe_segments/pe_2898254.bin: data
/home/cosair/pe_segments/pe_339403.bin: data
/home/cosair/pe_segments/pe_37871.bin: data
/home/cosair/pe_segments/pe_691907.bin: data
/home/cosair/pe_segments/pe_75423.bin: data
cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$ grep -a -n $'\x50\x4b\x03\x04' ~/pe_segments/ || true # PK.. (ZIP/MSI/CAB)
ep -a -n $'\xD0\xCF\x11\xE0' ~/pe_segments/ || true # OLE2 (MSI/Compound)
grep -a -n $'\x4d\x5a' ~/pe_segments/* || trugrep: /home/cosair/pe_segments/: Is a directory
e # MZ (PE)cosair@DESKTOP-1IUHAB1:~$ grep -a -n $'\xD0\xCF\x11\xE0' ~/pe_segments/ || true # OLE2 (MSI/Compound)
grep: /home/cosair/pe_segments/: Is a directory
cosair@DESKTOP-1IUHAB1:~$ grep -a -n $'\x4d\x5a' ~/pe_segments/* || true # MZ (PE)
/home/cosair/pe_segments/pe_0.bin:1:MZ@ !L!This program cannot be run in DOS mode.
eW,MZ@ !L!This program cannot be run in DOS mode.
`@؃@=@uhpR@`@Yvents=@ujj`@Y3hS@@$@5܃@@h@h@h@`@@>Ydjh(f3ۉ]dP@3t;u3F3F95@u
ā@f@f@f%@f-@ȁ@E@E��@́@��@Ā@@@@ԃ@=ԃ@}vjXk̀@h e@]U jt)@
t@_^]3Ã=@t3Vjj `@YYV|`@@@ujX^Ã&3^jhhf@Ue5@5`@։Eu`@YeYe5@։E5@։EEPEP5|`@P}u֣@u֣@E
/home/cosair/pe_segments/pe_1238713.bin:1:44.4y4~444444444444444444445`$1122 5$5|55<6@6\6`66 0000 0$00040@0D0P0T0M@ !L!This program cannot be run in DOS mode.
/home/cosair/pe_segments/pe_1341225.bin:1:}}utvKYtuVYYhHRtA8csmu9xu3x pHtQȴeRp豱E@RÐڮjhQ3ۋEHt8t3QhXvQUMyeuVRQSqHHEsQÐhl9q9ujQuuPU�]Ë@u,}x]ujpYYt2jWY_^[]ÐUMZfvcH��9PEu f9Q]Ëj733333eT3ۉU}zxErˉM9Jv7k};D7}Y};D}IkD0@E��EPRSW]]wUSVWjRhBQ_^[]%Q+t3jXMAE$0,Xa9] t&BE��+WHHXMjXej
Ikr|Nyt^=EXd^r5)'Vr%]TQ"ΥUbin:1xJAY_hnώp[*g;G{K@U-fI$~fRQVՆ pwPʥD$ζɼ5ؙe'ќB1[V$+կnZW0qL)΋}qΦ`\>f^TviE1"BkN;/"f-@4i4X$o.Zy~E7J[GNfwzvip[1tT8G@TQ3|PL<ݥv6TU1jQl=|I[*:R{ufʖt􂈧Iɠ̚*t7+`\NCL^3b Ecᓤ"UhVyb'7jN=#4V}["0Cye||AttUA+^qRSl)6v8-x7&@#"F0TGg84"<<UE۪qzI@$"ꋘQphwnlvDhmqI^.D;acS_M4KVq4̎@,4ءyؙў"'9Tg#eXD<0mѫeIz:;mw36Җ<8:>aN0\e9VwC-Ϣτ@zX0go~mcLY. c;ӇOFjd!;N2SUtxy-7hQ;ɪ܃f.ٶTLp{AHXǼG<AH(v#p0+B'UTTc ;QʍO$)U+T['FӜX#a9ek,O:}ŴBnF$ѥT3#*"2$a'n "ILj|LXN!0RXJBGC.B;SAZ#`6pn
/home/cosair/pe_segments/pe_1448707.bin:1:>VWǍVu8Ou _^`_^U)]鿭VjV语Y^qQYUQEPhp?jPth?uPtЋ]^Ye=4<8}5T=P׋u؅5P׋u}}܃};rwjP9t;rg7PjP5T5P։E5P֋M9M9Eu띐;;Eu)4@t@tPV+YYEfYjhpC*YY3}j3Y!}3u;5
/home/cosair/pe_segments/pe_15446.bin:1:jY]UVtu|Nt*u&h^Yt2Wh^YD\uWj Y+ȃ3\EEEEEuE_^]jh0teMZfX_^]h@hVøHHHHøU$SVjEt)3hVP5u�]U=t}u_2YY]U\3ȃu.]h]Y]UY]Uee\VWN@;t
XLhT]U\3ʼnESV3VShT:u9VSUV$u#@WuSSu3{h,UW`@th<UW`@؅thPUW`@tPjjh`Uhօt W\@딍PPPjhUw`W\@9,I3f9Mj\Xf9Mt fMA+��A=T<OYh SPfu@WuSPƋM_^3[H]UEL3Ƀ EVjNEPV@u3uuutEMZfu׋H<~ȁ9PEuQ+S33Wyt$;1r +;q@(;r;t@= Eu9=uit %W?tB hUP`@t"3EPWWEЋPWWWuwփ u3]}؋}0V=A2'}MQhVjp-օ}3PPP7EPSuN V }MeQphք}eG}EjPEԋ7PEPvEPjքtCE;EuM;w E;r}sօuEPjt@Pl@}0J֋}p@7֋}܋p8$֋}r,֋E_[^]ËEt=sPjt@Pd@Et}PEP73PPPvEPք��EG+];A9Mv;rA;MrDM%}3��7PPPvpEPuueք��EEU%,S3C j
eyd2O|)%~{xmPT2YW"ICĈIE8-6l3&̈́c)l*��eZ!TP^I\z=P[nA=Z'fsmlds6B^EaY6ly:ѣG(lnUy]ஷ5VNҕ+8~Fjm]q=aÜ}5es,\]djjRV*eo>fc~v ",6ޏSخaJ_'K\ԅ%T޽z x!BKBxضsa4W.bJCi%D*ohHCNn$RbOO1´zO{qU]70@Xѕ+T^pzRKh,;SN���AfrbBfL@!ecue9
/home/cosair/pe_segments/pe_203126.bin:1:</WixLocalization>MZ@ !L!This program cannot be run in DOS mode.
/home/cosair/pe_segments/pe_2878369.bin:1:0000000000000000000000000000000000000000000000000105000000000000}}MZ@ L!This program cannot be run in DOS mode.
/home/cosair/pe_segments/pe_2893616.bin:1:H$8H_^]@USVATAWH$p&H+H9H3H%3LL$H3DCLDaHuDLL$0L&H7HH$&CLHL$rHHHHL$&LH\HL$`3A LD$`3ID$` Aօu0S=At#F=BtHH03LlHH0LL$0LHKH2LHL$0AH\$ t&LHH0HH0LHL$0AH\$ t1LHH0Z(HH0DHH00L$&H_Ht HH$&EËH%H3RHĐ&A_A\^[]@UVATAVAWH$H+H5H3HHMLHL$P3AHE3LD$PIHD$E3HD$DHD$ ?s|$@hHD$DLL$@HHD$(HE3HH$D$DHD$ Hϋ+|$@H$@HD$Ld$0DCE3IHD$(HD$ L$TL$LD$PIH#L+B+Huu0HLL+B+HuthAIHDL|$ AIHAH$H$HH3HA_A^A\^]A3H3H\H|$3IDDHt2HD$(L+Ht E fEtfDHAzIf9AHtLH\H|$HI;w3øW%%%%%%%%%~%p%b%<%.%%r%d%%%%%%%%%%%%<%% %%%%%%%%%%t%f,y$ -L-H,HɃv%%9��pffHL$L\M3LT$L+MBeL%M;sfAMAM;uL$L\H%H(MZf9t38Hc;H
HMHȁ9PEuf9Au3��v+=9H(7H(2@SH H(F+H _øMZf9`t3Hc
/home/cosair/pe_segments/pe_2898254.bin:1:L;rAH(E;r3H\WH HH=\H4t"H+HHHt@$Ѓ3H\$0H _H��MZft3HcH<H3��9PEu f9Q%H\$ UHH H|&HeH2-+H;uoHMHEHEH1EHM H1EE H HMH3E H3EH3HH#H3-+H;HDH%H\$HHH%H ]3@SH H=+uJ2HHH+H+(+HD$@HtHLD$@HT$8HHL$8TH*HL$@BHHH [H(GH(H\WH HH=HHtH;rH\$0H _H\WH HH=xHHtH;rH\$0H _%J%<%.% %%%%%%%%%%|%n%`%:%,%%%%%%@UH HHHH ]@UH HH3Ɂ8��H ]@UH cH ]Fw.wwwvvvvvvZwFv.v~~~vvuuuuuuuxu~~|~@|d~V~L~D~ ~~}}}}}|}r}d}L}@}2}}||||||||||x|n|d|X|L|6|(||{|r~{{w{~{b{H{.{{zzwztzXz>z z
/home/cosair/pe_segments/pe_339403.bin:1:HH_艰HH9H(HtH!HLHzH(@SH0HHL$ AHHH\$(HtuHHKu HHH0[Ht H!H@SH@H9HtHH [H3H [HHHhHpHx AWH03HHHuN衺HtAuADd$(H#Hd$ AL3ҋHcu&N3OHHHHHtAL3ҋωl$(HD$ uMHFH#AH\$@Hl$HHt$PH|$XH0A_HHHhHpHx AWH@3HHHuM衹HtAuADHd$8Hd$0d$(Hd$ H#AL3ҋHcuM3XHGHHtHd$8Hd$0AL3ҋωl$(HD$ uLHEH#AH\$PHlB3H(E3APpH(HurJ7HHtH3H(H(Hu:JHYHtH3H(@SH 3HH3HOH7HoHHH [EH\Hl$Ht$WH 3HHH+ًHHH;HGHtHHtHH;rH\$0Hl$8Ht$@H _H\WH 3HHH;suHHtH;rH\$0H _H\Ht$DD$WATAUAVAWH@EDEum3MZfu[Lc@<LA8PEuKA@=t =t3(Av*3A9AxtT 6HHD$ LHt$(LHD$8H|$ H;rv3H9uH;rbHH3HH
/home/cosair/pe_segments/pe_37871.bin:1:uh5YeuhAhAYYhAhAYYuE'u,*E0Ëuj&Y/ËUe*t d0@u@P@OYA\A^}t2øMZf9uu\@M3ӟ]ËU]jjjËUjj]̡Ã=t3VW.-2u*V0YuPP73jYVY_^ËUQQSVW3ҋ<=tB΍YAu+FuBjPYYtm]RύAu+ʀ?=AEt7jPYYt0WuVuAEj0E9EY?uS)jYY3jY_^[]3PPPPPp̋UVtWPYuVY_^]ËUQ\3ʼnEVW~V\AY;uM_3^]U;tPyY]ËU;tP^Y]h{hl525'YYjhĨe0"YeM
/home/cosair/pe_segments/pe_691907.bin:1:L;rAH(E;r3H\WH HH=~H4t"H+HHHt@$Ѓ3H\$0H _H��MZft3HcH<H3��9PEu f9QH3UtH [H\Ht$H|$UATAUAVAWHH@3HHMDH]H9@uH9HuDL5ITCiLHu
Y_^[]UMZft3]ËH��9PEu f9Q]VD$u(L$D$3؋Dd$ȋd$Gȋ\$T$Dud$ȋD$r;T$r;Dv N+D$$3+D$؃ʋӋًȋ^had5D$l$l+SVW\1E3ʼnEPeuEEEEdËM3 WVU33D$}GET$ڃD$T$D$}GT$ڃD$T$u(L$D$3؋D$d$ȋd$G؋L$T$D$ud$ȋD$r;T$r;Dv N+D$$3+D$$My؃ʋӋًȋOu؃]^_̀@s sË3Ҁ33QL+ȃ QL+ȃ ̃=t7$,$Ã=t$XfftӍ$IU T$|$l$T$D$t<y$$T$,$$T$T$u\$\$UW=wwUfnp۹#σ+3offtftf#uf#DžEЃSf#3+#I#[DžD_Ut93t;DDžt Gufnf:cG@LBu_ø#fft#Ϻf#ufft@ft뽋3��كE8t3_̃=r_fnpۋT$#+o
cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$ for f in ~/pe_segments/*; do
> printf "\n=== %s ===\n" "$f"
> strings "$f" | egrep -i 'samsung|nvme|stornvme|iastor|installer|setup|.msi|.cab|.inf|.sys' || true
> done

=== /home/cosair/pe_segments/pe_0.bin ===

=== /home/cosair/pe_segments/pe_1166230.bin ===

=== /home/cosair/pe_segments/pe_1182256.bin ===

=== /home/cosair/pe_segments/pe_1182756.bin ===

=== /home/cosair/pe_segments/pe_1183964.bin ===
SetupUninstallOEMInfW
SetupVerifyInfFile
D:\SVN_VOB\UBX_Internal_NEW\Source\SamsungFinder\C++\Win7Release\SamsungFinder_86.pdb
FileTimeToSystemTime
InitiateSystemShutdownExW
SetupDiGetDeviceInfoListDetailW
SetupDiCallClassInstaller
SetupDiOpenClassRegKeyExW
SetupDiGetDeviceInstallParamsW
SetupDiSetClassInstallParamsW
SetupDiClassGuidsFromNameExW
SetupDiCreateDeviceInfoListExW
SetupDiOpenDeviceInfoW
SetupDiEnumDeviceInfo
SetupDiDestroyDeviceInfoList
SetupDiGetClassDevsExW
SetupDiGetDeviceRegistryPropertyW
SetupOpenInfFileW
SetupCloseInfFile
SetupFindFirstLineW
SetupGetStringFieldW
SetupOpenFileQueue
SetupCloseFileQueue
SetupScanFileQueueW
SetupDiBuildDriverInfoList
SetupDiEnumDriverInfoW
SetupDiSetSelectedDriverW
SetupDiGetDriverInfoDetailW
SetupDiDestroyDriverInfoList
SetupDiGetClassDescriptionExW
SetupDiOpenDevRegKey
SetupDiSetDeviceInstallParamsW
SetupDiGetDriverInstallParamsW
SETUPAPI.dll
GetSystemTimeAsFileTime
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
</trustInfo>

=== /home/cosair/pe_segments/pe_1238713.bin ===
??1type_info@@UAE@XZ
??8type_info@@QBE_NABV0@@Z
??9type_info@@QBE_NABV0@@Z
?_GetConcRTTraceInfo@Concurrency@@YAPBU_CONCRT_TRACE_INFO@details@1@XZ
?_Name_base@type_info@@CAPBDPBV1@PAU__type_info_node@@@Z
?_Name_base_internal@type_info@@CAPBDPBV1@PAU__type_info_node@@@Z
?_Type_info_dtor@type_info@@CAXPAV1@@Z
?_Type_info_dtor_internal@type_info@@CAXPAV1@@Z
?_is_exception_typeof@@YAHABVtype_info@@PAU_EXCEPTION_POINTERS@@@Z
?_name_internal_method@type_info@@QBEPBDPAU__type_info_node@@@Z
?_type_info_dtor_internal_method@type_info@@QAEXXZ
?before@type_info@@QBE_NABV1@@Z
?name@type_info@@QBEPBDPAU__type_info_node@@@Z
?raw_name@type_info@@QBEPBDXZ
_CreateFrameInfo
__GetPlatformExceptionInfo
__badioinfo
__clean_type_info_names_internal
__crtEnumSystemLocalesEx
__crtGetFileInformationByHandleEx
__crtGetLocaleInfoEx
__crtSetFileInformationByHandle
__libm_sse2_asinf
__libm_sse2_sinf
__pioinfo
__pxcptinfoptrs
__sys_errlist
__sys_nerr
_aligned_msize
_cabs
_getsystime
_invalid_parameter_noinfo
_invalid_parameter_noinfo_noreturn
_msize
_setsystime
_sys_errlist
_sys_nerr
_wsystem
casinf
csinf
fminf
Too many open files in system
Read-only file system

=== /home/cosair/pe_segments/pe_1341225.bin ===
GetLogicalProcessorInformationEx
GetLogicalProcessorInformation
EnumSystemLocalesEx
GetLocaleInfoEx
GetFileInformationByHandleExW
SetFileInformationByHandleW

=== /home/cosair/pe_segments/pe_143813.bin ===

=== /home/cosair/pe_segments/pe_1448707.bin ===
1#INF
_cabs
GetUserObjectInformationW
For information on how your program can cause an assertion
GetUserObjectInformationA
.?AVtype_info@@
FileTimeToSystemTime
GetSystemTimeAsFileTime
GetTimeZoneInformation
GetLogicalProcessorInformation
GetCPInfo
HeapQueryInformation
GetSystemInfo
GetStartupInfoW
GetFileInformationByHandle
GetLocaleInfoW
EnumSystemLocalesW
\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}
\info{\author Prateek Verma}{\operator Prateek Verma}{\creatim\yr2015\mo9\dy14\hr17\min26}{\revtim\yr2015\mo9\dy14\hr17\min26}
\widowctrl\ftnbj\aenddoc\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\noxlattoyen
\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid15796474 Samsung Software Agreement on End User License
\par PLEASE CAREFULLY READ THE FOLLOWING TERMS AND CONDITIONS BEFORE USING THE SAMSUNG SOFTWARE PROVIDED BY SAMSUNG ELECTRONICS CO., LTD. (\'93SAMSUNG\'94). IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS SAMSUNG SOFTWARE LICENSE AGREEMENT (\'93
\par Samsung grants to you a nonexclusive, nontransferable and royalty-free license to use the Software only with Samsung SSD (Solid State Drive) products. You may not modify the Software; reverse compile, reverse engine
ership, or intellectual property rights of any kind, express or implied, are transferred to you, and all right, title, and interest in and to the Software remains with Samsung. The Software is licensed to you and not sold. You must reproduce and include a
\par You understand and agree that Samsung will collect, use and transfer internationally data relating to your device, including techn
ical information about the systems and applications, application programs and devices associated with and connected to your device, in order to provide product support, engage in statistical research, upgrade our software and provide other related service
s. This data may be shared with other Samsung affiliates worldwide and our service providers for these purposes.
\par Samsung is under no obligation to update, maintain, or provide new versions or other support for the Software. Samsung may make changes to the Software at any time without notice to you.
\par SAMSUNG EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, NONINFRINGEMENT OF THIR
D PARTY RIGHTS, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE, AND ANY WARRANTIES ARISING FOR ANY COURSE OF DEALING OR USAGE OF TRADE. SAMSUNG DOES NOT WARRANT THAT THE SOFTWARE WILL MEET YOUR REQUIREMENTS, OR THAT THE OP
RATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE. FURTHERMORE, SAMSUNG DOES NOT MAKE ANY REPRESENTATIONS REGARDING THE USE OR THE RESULTS OF THE USE OF THE SOFTWARE IN TERMS OF ITS CORRECTNESS, ACCURACY, RELIABILITY, OR OTHERWISE. THE ENTIRE RIS
\par IN NO EVENT SHALL SAMSUNG OR ITS AFFILIATED COMPANIES BE LIABLE FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, INCIDENTAL, OR SPECIAL DAMAGES (INCLUDING, WITHOUT LIMITATION, DA
MAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF YOUR USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF SAMSUNG HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
\par This Agreement is effective until terminated. This Agreement may be terminated by you at any time by deleting the Software and discontinuing its use, or by Samsung if you fail to cure any breach of this Agreement within sixty (60) days\rquote
written notice of breach by Samsung. Upon termination, the licenses granted to you shall terminate, and you shall cease all use and distribution of, and cease exercising any and all other rights granted under this Agreement with respect to, the Software.
\par This Agreement constitutes the entire agreement between Samsung and you regarding the subject matter hereof and supersedes all previous oral or written communications between the parties.
ement (including its existence, validity or termination) which cannot be amicably settled shall be finally resolved by arbitration to be held in Seoul, Korea in accordance with the Arbitration Rules of the Korean Commercial Arbitration Board by one or mor
\par Samsung is not responsible for any loss or damage to your computer, system, or application programs, arising from the use of this application. Samsung also does not
b01d583deee5f99824e290b4ba3f364eac4a430883b3c092d4eca8f946c916422ecab927f52ea42b89a1cd59c254f919b0e85e6535d135a8de20f20b8c12c3b0
\mwrapIndent1440\mintLim0\mnaryLim1}{\info{\upr{\author ???(Hyunsoo Lee)}{\*\ud\uc0{\author {\uc1\u-14476 ?\u-10748 ?\u-15848 ?(Hyunsoo Lee)}}}}{\operator Prateek Verma}{\creatim\yr2015\mo10\dy15\hr15\min18}{\revtim\yr2015\mo10\dy15\hr15\min18}{\version2}
{\edmins0}{\nofpages3}{\nofwords355}{\nofchars2027}{\*\company SAMSUNG}{\nofcharsws2378}{\vern49167}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}
\deftab800\widowctrl\ftnbj\aenddoc\revisions\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\formshade\horzdoc\dgmargin
\par \loch\af31506\hich\af31506\dbch\f31505 \u-16196\'bb\'ef\u-16079\'bc\'ba\u-14528\'c0\'ba\hich\af31506\dbch\af31505\loch\f31506 Samsung SSD(Solid State \hich\af31506\dbch\af31505\loch\f31506 Drive) \loch\af31506\hich\af31506\dbch\f31505 \u-14308\'c1\'a6
b01d583deee5f99824e290b4ba3f364eac4a430883b3c092d4eca8f946c916422ecab927f52ea42b89a1cd59c254f919b0e85e6535d135a8de20f20b8c12c3b0
25330f274958cd5c4ccab83d8c0faa787771e2f8b73749a17ad22a92dd883862ee329c281c928428a4e7f83e2115dadda2d4b1eb0ef505977cacd02d8a3a9856
\mintLim0\mnaryLim1}{\info{\upr{\author ???(Hyunsoo Lee)}{\*\ud\uc0{\author {\uc1\u-14476 ?\u-10748 ?\u-15848 ?(Hyunsoo Lee)}}}}{\operator Prateek Verma}{\creatim\yr2015\mo10\dy15\hr15\min17}{\revtim\yr2015\mo10\dy15\hr15\min17}{\version2}{\edmins0}
{\nofpages4}{\nofwords876}{\nofchars4997}{\*\company SAMSUNG}{\nofcharsws5862}{\vern49167}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw11906\paperh16838\margl1440\margr1440\margt1701\margb1440\gutter0\ltrsect
\deftab800\widowctrl\ftnbj\aenddoc\revisions\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\formshade\horzdoc\dgmargin
\fs20\lang1031\langfe1031\kerning2\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp1031\langfenp1031 {\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung Endbenutzerlizenzvereinbarung
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 LESEN SIE DIE FOLGENDEN ALLGEMEINEN GESCH\u196\'41\loch\f31506 \hich\f31506 FTSBEDINGUNGEN SORGF\u196\'41\loch\f31506 \hich\f31506 LTIG DURCH, BEVOR SIE DIE VON SAMSUNG ELECTRONICS CO., LTD. (\u8222\'3f
\loch\f31506 SAMSUNG\uc2\u8220\'a1\'b0) \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 BEREITGESTELLTE SAMSUNG-SOFTWARE VERWENDEN. WENN SIE DEN ALLGEMEINEN GESCH\uc1\u196\'41\loch\f31506 \hich\f31506
FTSBEDINGUNGEN DIESER SAMSUNG-ENDBENUTZERLIZENZVEREINBARUNG (\u8222\'3f\loch\f31506 VEREINBARUNG\uc2\u8220\'a1\'b0\hich\f31506 ) NICHT ZUSTIMMEN, D\uc1\u220\'55\loch\f31506 RFEN SIE DIE SOFTWARE NICHT VERWENDEN.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Samsung gew\u228\'61\loch\f31506 hrt Ihnen e\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 ine nichtexklusive, nicht\u252\'75\loch\f31506 \hich\f31506 bertragbare und geb\u252\'75\loch\f31506
hrenfreie Lizenz zur ausschlie\uc2\u223\'a9\'ac\hich\f31506 lichen Verwendung der Software in SSD-Produkten (Solid State Drive) von Samsung. Es ist Ihnen nicht gestattet, die Software zu ver\uc1\u228\'61\loch\f31506 \hich\f31506
\'75\loch\f31506 che, Rechte und Interessen an der Software verbleiben bei Samsung. Die Software wird lizenziert und nicht an Sie verkauft. Si\hich\af31506\dbch\af31505\loch\f31506 e\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 m\u252\'75
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Sie verstehen und stimmen zu, dass Samsung Daten zu Ihrem Ger\u228\'61\loch\f31506 t\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 sammeln, verwenden und international \u252\'75\loch\f31506
bertragen darf, einschlie\uc2\u223\'a9\'ac\hich\f31506 lich technischer Informationen \uc1\u252\'75\loch\f31506 \hich\f31506 ber die Systeme und Anwendungen, Anwendungsprogramme und mit Ihrem Ger\u228\'61\loch\f31506 \hich\f31506
r andere Samsung-Tochtergesellschaften und unsere Dienstanbieter verf\u252\'75\loch\f31506 gbar gemacht.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Samsung ist nicht verpflichtet, Aktualisierungen herauszugeben, die Software zu pflegen oder neue Versionen zu ver\u246\'6f\loch\f31506 \hich\f31506 ffentlichen oder Support f\u252\'75\loch\f31506
\hich\f31506 r die Software anzubieten. Samsung kann die Software jederzeit und ohne Vorank\u252\'75\loch\f31506 \hich\f31506 ndigung \u228\'61\loch\f31506 ndern.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 SAMSUNG LEHNT AUSDR\u220\'55\loch\f31506 \hich\f31506 CKLICH JEDE AUSDR\u220\'55\loch\f31506 \hich\f31506 CKLICHEN UND KONKLUDENTEN GEW\u196\'41\loch\f31506 \hich\f31506
\'41\loch\f31506 FTSBEZIEHUNG ODER EINEM HANDELSBRAUCH RESULTIEREN. SAMSUNG GARANTIERT NICHT, DASS DIE SOFTWA\hich\af31506\dbch\af31505\loch\f31506 R\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506
UFT. AUSSERDEM GIBT SAMSUNG KEINERLEI ZUSICHERUNGEN HINSICHTLICH DER VERWENDUNG BZW. DER ERGEBNISSE DER VERWENDUNG DER SOFTWARE AB, WAS DEREN RICHTIGKEI\hich\af31506\dbch\af31505\loch\f31506 T\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 KEINESFALLS HAFTEN SAMSUNG ODER SEINE ANGESCHLOSSENEN UNTERNEHMEN \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 F\u220\'55\loch\f31506 \hich\f31506 R DIREKTE, INDIREKTE ODER ZUF\u196\'41\loch\f31506
\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 LICHKEIT EINER VERWENDUNG DER SOFTWARE ERGEBEN, SELBST WENN SAMSUNG \u220\'55\loch\f31506 \hich\f31506 BER DIE M\u214\'4f\loch\f31506 \hich\f31506 GLICHKEIT SOLCHER SCH\u196\'41\loch\f31506
DEN INFORMIERT WURDE.
n, indem Sie die Software l\u246\'6f\loch\f31506 schen und nicht mehr verwenden. Samsung kann die Vereinbarung aufheben, wenn Sie einen Versto\uc2\u223\'a9\'ac\hich\f31506
gegen diese Vereinbarung nicht innerhalb von sechzig (60) Tagen nach schriftlicher Mitteilung \uc1\u252\'75\loch\f31506 ber den Vertragsversto\uc2\u223\'a9\'ac durch Samsung\hich\af31506\dbch\af31505\loch\f31506 \hich\af31506\dbch\af31505\loch\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 Die\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 se Vereinbarung stellt die gesamte Vereinbarung zwischen Samsung und Ihnen in Bezug auf den Vereinbarungsgegenstand dar und ersetzt alle vorherigen m\u252\'75
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 SAMSUNG IST NICHT F\u220\'55\loch\f31506 \hich\f31506 R VERLUSTE ODER SCH\u196\'41\loch\f31506 DEN AN IHREM COMPUTER, SYSTEM ODER AN ANWENDUNGSPROGRAMMEN VERANTWORTLIC
\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 H, DIE AUS DER VERWENDUNG DIESER ANWENDUNG ENTSTEHEN. WEITERHIN \u220\'55\loch\f31506 \hich\f31506 BERNIMMT SAMSUNG KEINERLEI HAFTUNG F\u220\'55\loch\f31506 \hich\f31506
b01d583deee5f99824e290b4ba3f364eac4a430883b3c092d4eca8f946c916422ecab927f52ea42b89a1cd59c254f919b0e85e6535d135a8de20f20b8c12c3b0
25330f274958cd5c4ccab83d8c0faa787771e2f8b73749a17ad22a92dd883862ee329c281c928428a4e7f83e2115dadda2d4b1eb0ef505977cacd02d8a3a9856
Balloon Text Char;}}{\*\rsidtbl \rsid28394\rsid3277568\rsid10186454\rsid12192073\rsid15282049\rsid16136231}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\in
o
{\nofchars5217}{\*\company SAMSUNG}{\nofcharsws6120}{\vern49167}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw11906\paperh16838\margl1440\margr1440\margt1701\margb1440\gutter0\ltrsect
\deftab800\widowctrl\ftnbj\aenddoc\revisions\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\formshade\horzdoc\dgmargin
\fs20\lang1031\langfe1031\kerning2\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp1031\langfenp1031 {\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung Acuerdo de licencia para el usuario final del software
\par \hich\af31506\dbch\af31505\loch\f31506 LEA ATENTAMENTE LAS CONDICIONES DE USO SIGUIENTES ANTES DE UTILIZAR EL SOFTWARE SAMSUNG PROPORCIONADO POR SAMSUNG ELECTRONICS CO., LTD. (EN ADELANTE, \uc2\u8220\'a1\'b0SAMSUNG\u8221\'a1\'b1
). SI NO ACEPTA LAS CONDICIONES \hich\af31506\dbch\af31505\loch\f31506 DE ESTE ACUERDO DE LICENCIA DEL SOFTWARE DE SAMSUNG (EN ADELANTE, EL \u8220\'a1\'b0ACUERDO\u8221\'a1\'b1), NO UTILICE EL SOFTWARE.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Samsung proporciona al usuario una licencia no exclusiva, intransferible y libre de regal\uc1\u237\'69\loch\f31506 \hich\f31506 as para utilizar el Software \u250\'75\loch\f31506 nicamente
\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 con los productos Samsung SSD (Solid State Drive). El usuario no podr\u225\'61\loch\f31506 \hich\f31506 modificar el Software; no podr\u225\'61\loch\f31506 \hich\f31506
ismo, todos los derechos, la titularidad y los intereses relativos al Software son propiedad de Samsung. El Software se cede bajo licencia; no se vende al usuario. El usuario est\u225\'61\loch\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 El usuario entiende y acepta que Samsung recopilar\u225\'61\loch\f31506 \hich\f31506 , usar\u225\'61\loch\f31506 \hich\f31506 y transferir\u225\'61\loch\f31506
a escala internacional datos relacionados con\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 su dispositivo, en la medida en que lo permitan las leyes aplicables, incluida la informaci\u243\'6f\loch\f31506 \hich\f31506 n t\u233\'65\loch\f31506
\loch\f31506 n compartir con otras filiales de Samsung en todo el mundo y con nuestros proveedores de servicios \hich\af31506\dbch\af31505\loch\f31506 p\hich\af31506\dbch\af31505\loch\f31506 ara tales fines.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Samsung no est\u225\'61\loch\f31506 \hich\f31506 obligado a actualizar, mantener o proporcionar nuevas versiones del Software ni ning\u250\'75\loch\f31506
n otro servicio de asistencia para este. Samsung puede realizar cambios en el Software en cualquier moment\hich\af31506\dbch\af31505\loch\f31506 o sin previo aviso.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 SAMSUNG RECHAZA EXPRESAMENTE LA CONCESI\u211\'4f\loch\f31506 \hich\f31506 N DE CUALQUIER GARANT\u205\'49\loch\f31506 \hich\f31506 A, EXPL\u205\'49\loch\f31506 \hich\f31506 CITA O IMPL\u205\'49
\loch\f31506 CITA, LO QUE INCLUYE, PERO SIN LIMITARSE A ELLAS, LAS GARAN\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 T\u205\'49\loch\f31506 \hich\f31506 AS DE AUSENCIA DE INFRACCI\u211\'4f\loch\f31506 \hich\f31506 N DE DERECHOS DE TERCEROS, AS\u205
CITAS DE COMERCIABILIDAD, IDONEIDAD PARA UN FIN DETERMINADO Y CUALESQUIERA OTRAS DERIVADAS DE TRANSACCIONES O ACUERDOS COMERCIALES DEL TIPO QUE SEAN. SAMSUNG NO OTOR\hich\af31506\dbch\af31505\loch\f31506 G\hich\af31506\dbch\af31505\loch\f31506
INTERRUMPIDO NI CONTENDR\u193\'41\loch\f31506 \hich\f31506 NING\u218\'55\loch\f31506 \hich\f31506 N TIPO DE ERROR O FALLO. SAMSUNG TAMPOCO EFECT\u218\'55\loch\f31506 \hich\f31506 A NINGUNA DECLARACI\u211\'4f\loch\f31506 N SOBRE EL USO O LOS RESULTADOS
\par \hich\af31506\dbch\af31505\loch\f31506 NI SAMSUNG NI NINGUNA DE SUS F\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 ILIALES SER\u193\'41\loch\f31506 \hich\f31506 N RESPONSABLES EN NING\u218\'55\loch\f31506 \hich\f31506 N CASO POR DA\u209\'4e
\loch\f31506 \hich\f31506 N DE LA PRODUCCI\u211\'4f\loch\f31506 \hich\f31506 N O P\u201\'45\loch\f31506 R\hich\af31506\dbch\af31505\loch\f31506 D\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 IDA DE INFORMACI\u211\'4f\loch\f31506
N) QUE SE DERIVEN DEL USO DEL SOFTWARE O DE LA IMPOSIBILIDAD DE USARLO, AUNQUE SE HAYA COMUNICADO A SAMSUNG LA POSIBILIDAD DE QUE SE PRODUZCAN.
ndir el presente Acuerdo en cualquier momento eliminando el Software y dejando de utilizarlo; Samsung podr\u225\'61\loch\f31506
\hich\f31506 as a partir de la notificaci\u243\'6f\loch\f31506 \hich\f31506 n por escrito de Samsung de dicho incumplimiento. Tras la rescisi\u243\'6f\loch\f31506 \hich\f31506 n, finalizar\u225\'61\loch\f31506 \hich\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Este Acuerdo constituye el acuerdo completo entre Samsung y el usuario respecto del objeto aqu\u237\'69\loch\f31506 expuesto y sustituye a todas las comunicaciones anter
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 SAMSUNG NO ES RESPONSABLE DE NING\u218\'55\loch\f31506 \hich\f31506 N TIPO DE P\u201\'45\loch\f31506 \hich\f31506 RDIDA O DA\u209\'4e\loch\f31506 \hich\f31506
OS QUE PUEDAN SUFRIR EL ORDENADOR, EL SISTEMA O LOS PROGRAMAS DE APLICACI\u211\'4f\loch\f31506 \hich\f31506 N DEL USUARIO COMO CONSECUENCIA DEL USO DE ESTA APLICACI\u211\'4f\loch\f31506 N. SAMSUNG TAMPOCO ACEPTA RESPON
b01d583deee5f99824e290b4ba3f364eac4a430883b3c092d4eca8f946c916422ecab927f52ea42b89a1cd59c254f919b0e85e6535d135a8de20f20b8c12c3b0
25330f274958cd5c4ccab83d8c0faa787771e2f8b73749a17ad22a92dd883862ee329c281c928428a4e7f83e2115dadda2d4b1eb0ef505977cacd02d8a3a9856
\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info{\upr{\author ???(Hyunsoo Lee)}{\*\ud\uc0{\author {\uc1\u-14476 ?\u-10748 ?\u-15848 ?(Hyunsoo Lee)}}}}{\operator Prateek Verma}{\creatim\yr2015\mo10\dy15\hr15\min17}
{\revtim\yr2015\mo10\dy15\hr15\min17}{\version2}{\edmins0}{\nofpages3}{\nofwords810}{\nofchars4623}{\*\company SAMSUNG}{\nofcharsws5423}{\vern49167}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}
\deftab800\widowctrl\ftnbj\aenddoc\revisions\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\formshade\horzdoc\dgmargin
\fs20\lang1036\langfe1036\kerning2\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp1036\langfenp1036 {\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung Contrat de licence de l'utilisateur final du logiciel
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 VEUILLEZ LIRE ATTENTIVEMENT LES CONDITIONS G\u201\'45\loch\f31506 \hich\f31506 N\u201\'45\loch\f31506 RALES SUIVANTES AVANT D'UTILISER LE LOGICIEL SAMSUNG FOURNI PAR SAMSUNG
SAMSUNG\~\u187\'a1\'ed\hich\f31506 ). SI VOUS N"ACCEPTEZ PAS LES CONDITIONS G\uc1\u201\'45\loch\f31506 \hich\f31506 N\u201\'45\loch\f31506 \hich\f31506 RALES DU PR\u201\'45\loch\f31506 SENT CONTRAT DE LICENCE DU LOGICIEL SAMSUNG (\uc2\u171\'a1\'ec\~
\par \hich\af31506\dbch\af31505\loch\f31506 Samsung vous octroie une licence non exclusive et non cess\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506
ible exempte de redevance de franchise pour l'utilisation exclusive du Logiciel avec des produits Samsung SSD (Solid State Drive). Vous n'\u234\'65\loch\f31506 \hich\f31506 tes pas autoris\u233\'65\loch\f31506 \hich\f31506 \u224\'61\loch\f31506
\'65\loch\f31506 \hich\f31506 t\u233\'65\loch\f31506 \hich\f31506 de Samsung. Le Logiciel vous est conc\u233\'65\loch\f31506 \hich\f31506 d\u233\'65\loch\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Vous comprenez et acceptez que Samsung collecte, utilise et transf\u232\'65\loch\f31506 \hich\f31506 re dans le monde entier des donn\u233\'65\loch\f31506 \hich\f31506 es relatives \u224\'61\loch\f31506
votre appareil, y compris des in\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 formations techniques sur les syst\u232\'65\loch\f31506 \hich\f31506 mes et applications, programmes et p\u233\'65\loch\f31506 \hich\f31506 riph\u233\'65\loch\f31506
s de Samsung dans le monde entier et avec nos fournisseurs de services.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Samsung n'est pas tenu de mettre \u224\'61\loch\f31506 jour, d'assurer la maintenance ni de fournir d\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506
e nouvelles versions ou tout autre support pour le Logiciel. Samsung peut modifier le Logiciel \u224\'61\loch\f31506 \hich\f31506 tout moment sans vous avertir pr\u233\'65\loch\f31506 alablement.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 SAMSUNG REJETTE EXPRESS\uc1\u201\'45\loch\f31506 M\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 ENT TOUTE GARANTIE, EXPRESSE OU IMPLICITE, Y COMPRIS MAIS SANS S'Y LIMITER, L'ABSENCE DE CONTREFA
UN USAGE PARTICULIER AINSI QUE TOUTE GARANTIE ISSUE D'UN TRAITEMENT OU D'\hich\af31506\dbch\af31505\loch\f31506 U\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 N USAGE COMMERCIAL QUELCONQUE. SAMSUNG NE GARANTIT PAS QUE LE LOGICIEL R\u201\'45
\loch\f31506 \hich\f31506 PONDE \u192\'41\loch\f31506 \hich\f31506 VOS EXIGENCES OU QU'IL FONCTIONNE SANS INTERRUPTION ET SANS ERREUR. EN OUTRE, SAMSUNG NE FAIT AUCUNE REPR\u201\'45\loch\f31506 \hich\f31506 SENTATION CONCERNANT L'UTILISATION OU LES R
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 EN AUCUN CAS SAMSUNG OU SES SOCI\u201\'45\loch\f31506 \hich\f31506 T\u201\'45\loch\f31506 \hich\f31506 S AFFILI\u201\'45\loch\f31506 ES NE SONT RESPONSABLES\hich\af31506\dbch\af31505\loch\f31506
LA PERTE DE PROFIT, L'INTERRUPTION D'ACTIVIT\u201\'45\loch\f31506 \hich\f31506 OU LA PERTE D'INFORMATION) EN RELATION AVEC L'UTILISATION OU L'IMPOSSIBILIT\u201\'45\loch\f31506 D'UTI\hich\af31506\dbch\af31505\loch\f31506 L
\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 ISER LE LOGICIEL, M\u202\'45\loch\f31506 \hich\f31506 ME SI SAMSUNG A \u201\'45\loch\f31506 \hich\f31506 T\u201\'45\loch\f31506 \hich\f31506 AVIS\u201\'45\loch\f31506 \hich\f31506 DE L'\u201\'45
diez pas \u224\'61\loch\f31506 \hich\f31506 une quelconque violation du pr\u233\'65\loch\f31506 sent Contrat dans les soixante (60)\~\hich\f31506 jours qui suivent l'avis de violation \u233\'65\loch\f31506 \hich\f31506 crit par Samsung. D\u232\'65
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Le pr\u233\'65\loch\f31506 \hich\f31506 sent Contrat constitue l'accord complet entre Samsung et vous au sujet de ce qu'il d\u233\'65\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG N'EST PAS RESPONSABLE DES \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 PERTES OU DOMMAGES OCCASIONN\u201\'45\loch\f31506 \hich\f31506 S \u192\'41\loch\f31506 \hich\f31506 VOTRE ORDINATEUR, VOTRE SYST
\u200\'45\loch\f31506 \hich\f31506 ME OU VOS APPLICATIONS PAR L'UTILISATION DE CETTE APPLICATION. SAMSUNG REFUSE AUSSI TOUTE RESPONSABILIT\u201\'45\loch\f31506 \hich\f31506 LI\u201\'45\loch\f31506 \hich\f31506 E \u192\'41\loch\f31506 \hich\f31506
b01d583deee5f99824e290b4ba3f364eac4a430883b3c092d4eca8f946c916422ecab927f52ea42b89a1cd59c254f919b0e85e6535d135a8de20f20b8c12c3b0
25330f274958cd5c4ccab83d8c0faa787771e2f8b73749a17ad22a92dd883862ee329c281c928428a4e7f83e2115dadda2d4b1eb0ef505977cacd02d8a3a9856
{\info{\upr{\author ???(Hyunsoo Lee)}{\*\ud\uc0{\author {\uc1\u-14476 ?\u-10748 ?\u-15848 ?(Hyunsoo Lee)}}}}{\operator Prateek Verma}{\creatim\yr2015\mo10\dy15\hr15\min18}{\revtim\yr2015\mo10\dy15\hr15\min18}{\version2}{\edmins0}{\nofpages4}{\nofwords857}
{\nofchars4891}{\*\company SAMSUNG}{\nofcharsws5737}{\vern49167}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw11906\paperh16838\margl1440\margr1440\margt1701\margb1440\gutter0\ltrsect
\deftab800\widowctrl\ftnbj\aenddoc\revisions\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\formshade\horzdoc\dgmargin
Samsung Contratto di licenza con l'utente finale per il software
\par \hich\af31506\dbch\af31505\loch\f31506 LEGGERE ATTENTAMENTE I TERMINI E LE CONDIZIONI SEGUENTI PRIMA DI UTILIZZARE IL SOFTWARE SAMSUNG FORNITO DA SAMSUNG \hich\af31506\dbch\af31505\loch\f31506 ELECTRONICS CO., LTD}{\rtlch\fcs1 \af31507 \ltrch\fcs0
\lang1031\langfe1042\langfenp1042\insrsid2387677 .}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 ("SAMSUNG"). L\dbch\f31505 \rquote \loch\f31506 \hich\f31506 UTILIZZO DEL SOFTWARE \u200\'45\loch\f31506
POSSIBILE ESCLUSIVAMENTE PREVIA ACCETTAZIONE DEI TERMINI E DELLE CONDIZIONI DEL PRESENTE CONTRATTO DI LICENZA SOFTWARE
SAMSUNG ("CONTRATTO").
\par \hich\af31506\dbch\af31505\loch\f31506 Samsung concede una licenza non \hich\af31506\dbch\af31505\loch\f31506 esclusiva, non trasferibile e a titolo gratuito per l'utilizzo del Software esclusivamente con i prodotti Samsung SSD (Solid State Drive). L
di Samsung. Il Software viene concesso in licenza e non venduto all\dbch\f31505 \rquote \loch\f31506 \hich\f31506 utente. \u200\'45\loch\f31506 necessario riprodurre e includere tutti gli avvisi di copyright e qualunque altra notifica d
di raccolta, utilizzo e trasferimento a livello internazionale da parte di Samsung dei dati relativi al \hich\af31506\dbch\af31505\loch\f31506
proprio dispositivo, comprese le informazioni tecniche relative a sistemi, applicazioni, programmi applicativi e dispositivi associati e collegati al proprio, finalizzate a fornitura di supporto tecnico, elaborazione di ricerche statistiche, aggiornamento
del software e fornitura di altri servizi associati. Tali dati possono essere condivisi, per gli scopi di cui sopra, con i provider di servizi e le consociate di Samsung presenti in tutto il mondo.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Samsung non \u232\'65\loch\f31506 tenuta a effettuare \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 attivit\u224\'61\loch\f31506 \hich\f31506
di aggiornamento o di manutenzione oppure a fornire nuove versioni o altri tipi di assistenza per il Software. Samsung pu\u242\'6f\loch\f31506 apportare modifiche al Software in qualsiasi momento senza preventiva comunicazione all\dbch\f31505 \rquote
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 SAMSUNG NON RICONOSCE ALCUN TIPO DI GARANZIA, ESPLICITA O IMPLICITA, INCLUSE, A TITOLO ESEMPLIFICATIVO, EVENTUALI GARANZIE IMPLICITE DI COMMERCIABILIT\u192\'41\loch\f31506 \hich\f31506 , IDONEIT\u192\'41
COPO SPECIFICO, NON VIOLAZIONE DI DIRITTI ALTRUI E GARANZIE DERIVANTI DALLO SCHEMA DI PRECEDENTI TRANSAZIONI O DALLE CONSUETUDINI COMMERCIALI. SAMSUNG NON GARANTISCE CHE IL SOFTWARE RISPONDA ALLE ESIGENZE DELL'UTENTE O CHE IL SUO FUNZIONAMENTO SIA PRIVO D
\hich\af31506\dbch\af31505\loch\f31506 I\hich\af31506\dbch\af31505\loch\f31506 ERRORI O SENZA INTERRUZIONI. INOLTRE, SAMSUNG NON RILASCIA ALCUNA DICHIARAZIONE IN MERITO ALL\dbch\f31505 \rquote \loch\f31506 \hich\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 IN NESSUN CASO SAMSUNG O UNA QUALSIASI DELLE SUE AFFILIATE RISPONDERANNO PER QUALSIVOGLIA DANNO DIRETTO, INDIRETTO, CONSEQUENZIALE, ACCIDENTALE O SPECIALE, \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506
INCLUSI, MA NON LIMITATAMENTE AD ESSI, DANNI PER LUCRO CESSANTE, INTERRUZIONE DELLE ATTIVIT\u192\'41\loch\f31506 \hich\f31506 LAVORATIVE O PERDITA DI INFORMAZIONI, CAUSATI DALL'UTILIZZO O DALL'IMPOSSIBILIT\u192\'41\loch\f31506 \hich\f31506
DI UTILIZZARE IL SOFTWARE, ANCHE NELL'EVENTUALIT\u192\'41\loch\f31506 CHE SAMSUNG FOSSE STATA AVVISAT\hich\af31506\dbch\af31505\loch\f31506 A\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 DELLA POSSIBILIT\u192\'41\loch\f31506 DI TALE DANNO.
utente in qualsiasi momento eliminando il Software e interrompendone l\dbch\f31505 \rquote \loch\f31506 \hich\f31506 utilizzo, nonch\u233\'65\loch\f31506 risolto da Samsung, in c\hich\af31506\dbch\af31505\loch\f31506 aso di violazione da parte dell
\dbch\f31505 \rquote \loch\f31506 utente di una qualsiasi delle disposizioni del presente Contratto, entro sessanta (60) giorni dall\dbch\f31505 \rquote \loch\f31506 invio di un preavviso scritto da parte della stessa Samsung. All\dbch\f31505 \rquote
\par \hich\af31506\dbch\af31505\loch\f31506 Il presente Contratto costituisce l\dbch\f31505 \rquote \loch\f31506 intero accordo tra Samsung e l\dbch\f31505 \rquote \loch\f31506 utente relativamente agli \hich\af31506\dbch\af31505\loch\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 SAMSUNG NON \u200\'45\loch\f31506 RESPONSABILE DI EVENTUALI PERDITE O DANNI AL COMPUTER, AL SISTEMA O AI PROGRAMMI, DERIVANTI DALL\dbch\f31505 \rquote \loch\f31506 \hich\f31506
UTILIZZO DI QUESTA APPLICAZIONE. SAMSUNG DECLINA INOLTRE OGNI RESPONSABILIT\u192\'41\loch\f31506 PER QUALSIASI TIPO DI P\hich\af31506\dbch\af31505\loch\f31506 ERDITA E RIPRISTINO DI DATI CHE POTREBBERO VERIFICARSI DURANTE L\dbch\f31505 \rquote
b01d583deee5f99824e290b4ba3f364eac4a430883b3c092d4eca8f946c916422ecab927f52ea42b89a1cd59c254f919b0e85e6535d135a8de20f20b8c12c3b0
25330f274958cd5c4ccab83d8c0faa787771e2f8b73749a17ad22a92dd883862ee329c281c928428a4e7f83e2115dadda2d4b1eb0ef505977cacd02d8a3a9856
Balloon Text Char;}}{\*\rsidtbl \rsid28394\rsid3277568\rsid3812581\rsid10186454\rsid12192073\rsid15282049}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info
{\nofchars2126}{\*\company SAMSUNG}{\nofcharsws2494}{\vern49167}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw11906\paperh16838\margl1440\margr1440\margt1701\margb1440\gutter0\ltrsect
\deftab800\widowctrl\ftnbj\aenddoc\revisions\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\formshade\horzdoc\dgmargin
\'ab\'b9\u12395\'aa\'cb\uc1\u-27230\'3f\uc2\u12377\'aa\'b9\u12427\'aa\'eb}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
\par \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG ELECTRONICS CO., LTD. (}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12300\'a1\'b8}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
\hich\af31506\dbch\af31505\loch\f31506 SAMSUNG}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12301\'a1\'b9}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 ) }{
\hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12477\'ab\'bd\u12501\'ab\'d5\u12488\'ab\'c8\u12454\'ab\'a6\u12455\'ab\'a7\u12450\'ab\'a2\u12434\'aa\'f2\u20351
\uc1\u-30035\'3f\uc2\u12415\'aa\'df\u12367\'aa\'af\u12384\'aa\'c0\u12373\'aa\'b5\u12356\'aa\'a4\u12290\'a1\'a3\u26412\'dc\'e2}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507
\par \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12399\'aa\'cf\u12289\'a1\'a2\u26412\'dc\'e2\u12477\'ab\'bd\u12501\'ab\'d5\u12488\'ab\'c8\u12454\'ab\'a6\u12455
\'ab\'a7\u12450\'ab\'a2\u12434\'aa\'f2}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung SSD (Solid State \hich\af31506\dbch\af31505\loch\f31506 Drive) }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
\'aa\'ce\uc1\u27177\'3f\uc2\u21033\'d7\'d7\u12399\'aa\'cf}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505
\insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12395\'aa\'cb\u30041\'d7\'ba\u12414\'aa\'de\u12426\'aa\'ea\u12414\'aa\'de\u12377\'aa\'b9\u12290
\hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12364\'aa\'ac\u12289\'a1\'a2\u-30467\'f0\'b2\u21697\'f9\'a1\u12469\'ab\'b5\u12509\'ab\'dd\uc1\u12540\'3f
\'ee\'dc\u12391\'aa\'c7\u12289\'a1\'a2\u19990\'e1\'a6\u30028\'cd\'a3\u21508\'ca\'c0\u22320\'f2\'a2\u12398\'aa\'ce\u20182\'f6\'e2\u12398\'aa\'ce}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{
\par \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12399\'aa\'cf\u12289\'a1\'a2\u26412\'dc\'e2\u12477\'ab\'bd\u12501\'ab\'d5\u12488\'ab\'c8\u12454\'ab\'a6\u12455
Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12399\'aa\'cf\u12289\'a1\'a2\u12356\'aa\'a4\u12388\'aa\'c4\u12391\'aa\'c7\u12418\'aa\'e2\u12362\'aa\'aa\u23458\'cb\'d4\uc1\u27096\'3f\uc2\u12395
\par \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12399\'aa\'cf\u12289\'a1\'a2\u26126\'d9\'a5\u31034\'e3\'c6\u12289\'a1\'a2\uc1\u-24871\'3f\uc2\u31034\'e3\'c6
\u12377\'aa\'b9\u12290\'a1\'a3}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12399\'aa\'cf\u12289\'a1\'a2
\insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12399\'aa\'cf\u12289\'a1\'a2\u26412\'dc\'e2\u12477\'ab\'bd\u12501\'ab\'d5\u12488\'ab\'c8\u12454
\par \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12362\'aa\'aa\u12424\'aa\'e8\u12403\'aa\'d3\u12381\'aa\'bd\u12398\'aa\'ce\uc1\u-27230\'3f\uc2\u-28637\'d6\'a7
\hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12364\'aa\'ac\u20107\'de\'c0\u21069\'ee\'f1\u12395\'aa\'cb\u22577\'dc\'c3\u21578\'cd\'b1\u12434\'aa\'f2\u21463
\'da\'e3\u12434\'aa\'f2}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12363\'aa\'ab\u12425\'aa\'e9\u-28587
\insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12364\'aa\'ac\u-30237\'fa\'b0\u-27036\'f0\'b6\u12391\'aa\'c7\u12365\'aa\'ad\u12414\'aa\'de
\'aa\'ce\u20027\'f1\'ab\u-26548\'f0\'b9\u12395\'aa\'cb\uc1\u-27230\'3f\uc2\u12375\'aa\'b7\u12390\'aa\'c6}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
\par \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12399\'aa\'cf\u12289\'a1\'a2\u26412\'dc\'e2\u12477\'ab\'bd\u12501\'ab\'d5\u12488\'ab\'c8\u12454\'ab\'a6\u12455
\insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12399\'aa\'cf\u12289\'a1\'a2\u26412\'dc\'e2\u12477\'ab\'bd\u12501\'ab\'d5\u12488\'ab\'c8\u12454
b01d583deee5f99824e290b4ba3f364eac4a430883b3c092d4eca8f946c916422ecab927f52ea42b89a1cd59c254f919b0e85e6535d135a8de20f20b8c12c3b0
25330f274958cd5c4ccab83d8c0faa787771e2f8b73749a17ad22a92dd883862ee329c281c928428a4e7f83e2115dadda2d4b1eb0ef505977cacd02d8a3a9856
Balloon Text Char;}}{\*\rsidtbl \rsid28394\rsid3277568\rsid3671184\rsid10186454\rsid12192073\rsid15282049}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info
{\nofchars5044}{\*\company SAMSUNG}{\nofcharsws5917}{\vern49167}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw11906\paperh16838\margl1440\margr1440\margt1701\margb1440\gutter0\ltrsect
\deftab800\widowctrl\ftnbj\aenddoc\revisions\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\formshade\horzdoc\dgmargin
\'ac\'e5 \u1086\'ac\'e0\u1073\'ac\'d2\u1077\'ac\'d6\u1089\'ac\'e3\u1087\'ac\'e1\u1077\'ac\'d6\u1095\'ac\'e9\u1077\'ac\'d6\u1085\'ac\'df\u1080\'ac\'da\u1102\'ac\'f0 Samsung
\'ac\'b1\u1045\'ac\'a6\u1063\'ac\'b9\u1045\'ac\'a6\u1053\'ac\'af\u1048\'ac\'aa\u1045\'ac\'a6\u1052\'ac\'ae SAMSUNG, \u1055\'ac\'b1\u1056\'ac\'b2\u1045\'ac\'a6\u1044\'ac\'a5\u1054\'ac\'b0\u1057\'ac\'b3\u1058\'ac\'b4\u1040\'ac\'a1\u1042\'ac\'a3\u1051
\'ac\'ad\u1071\'ac\'c1\u1045\'ac\'a6\u1052\'ac\'ae\u1067\'ac\'bd\u1052\'ac\'ae \u1050\'ac\'ac\u1054\'ac\'b0\u1052\'ac\'ae\u1055\'ac\'b1\u1040\'ac\'a1\u1053\'ac\'af\u1048\'ac\'aa\u1045\'ac\'a6\u1049\'ac\'ab SAMSUNG ELECTRONICS CO.,
\hich\af31506\dbch\af31505\loch\f31506 LTD. (\u1044\'ac\'a5\u1040\'ac\'a1\u1051\'ac\'ad\u1045\'ac\'a6\u1045\'ac\'a6\~\hich\f31506 \emdash \loch\f31506 \u171\'a1\'ecSAMSUNG\u187\'a1\'ed). \u1045\'ac\'a6\u1057\'ac\'b3\u1051\'ac\'ad\u1048\'ac\'aa \u1042
\u1053\'ac\'af\u1048\'ac\'aa\u1070\'ac\'c0 SAMSUNG (\u1044\'ac\'a5\u1040\'ac\'a1\u1051\'ac\'ad\u1045\'ac\'a6\u1045\'ac\'a6\~\hich\f31506 \emdash \loch\f31506 \u171\'a1\'ec\u1057\'ac\'b3\u1054\'ac\'b0\u1043\'ac\'a4\u1051\'ac\'ad\u1040\'ac\'a1\u1064
\par \u1050\'ac\'ac\u1086\'ac\'e0\u1084\'ac\'de\u1087\'ac\'e1\u1072\'ac\'d1\u1085\'ac\'df\u1080\'ac\'da\u1103\'ac\'f1\hich\af31506\dbch\af31505\loch\f31506 Samsung \u1087\'ac\'e1\u1088\'ac\'e2\u1077\'ac\'d6\u1076\'ac\'d5\u1086\'ac\'e0\u1089\'ac\'e3\u1090
\'ac\'e1\u1088\'ac\'e2\u1086\'ac\'e0\u1076\'ac\'d5\u1091\'ac\'e5\u1082\'ac\'dc\u1090\'ac\'e4\u1072\'ac\'d1\u1084\'ac\'de\u1080\'ac\'da Samsung SSD (Solid State Drive\~\hich\f31506 \emdash \u1090\'ac\'e4\u1074\'ac\'d3\u1077\'ac\'d6\u1088\'ac\'e2\u1076
\u1085\'ac\'df\u1086\'ac\'e0 \u1080\'ac\'da\u1085\'ac\'df\u1086\'ac\'e0\u1077\'ac\'d6, \u1082\'ac\'dc\u1086\'ac\'e0\u1084\'ac\'de\u1087\'ac\'e1\u1072\'ac\'d1\u1085\'ac\'df\u1080\'ac\'da\u1103\'ac\'f1 Samsung \u1085\'ac\'df\u1077\'ac\'d6 \u1087\'ac\'e1
\'ac\'df\u1080\'ac\'da\u1103\'ac\'f1 Samsung \u1073\'ac\'d2\u1091\'ac\'e5\u1076\'ac\'d5\u1077\'ac\'d6\u1090\'ac\'e4 \u1089\'ac\'e3\u1086\'ac\'e0\u1073\'ac\'d2\u1080\'ac\'da\u1088\'ac\'e2\u1072\'ac\'d1\u1090\'ac\'e4\u1100\'ac\'ee, \u1080\'ac\'da\u1089
\u1099\'ac\'ed\u1084\'ac\'de \u1082\'ac\'dc\u1086\'ac\'e0\u1084\'ac\'de\u1087\'ac\'e1\u1072\'ac\'d1\u1085\'ac\'df\u1080\'ac\'da\u1103\'ac\'f1\u1084\'ac\'de Samsung \u1087\'ac\'e1\u1086\'ac\'e0 \u1074\'ac\'d3\u1089\'ac\'e3\u1077\'ac\'d6\u1084\'ac\'de\u1091
\par \u1050\'ac\'ac\u1086\'ac\'e0\u1084\'ac\'de\u1087\'ac\'e1\u1072\'ac\'d1\u1085\'ac\'df\u1080\'ac\'da\u1103\'ac\'f1\hich\af31506\dbch\af31505\loch\f31506 Samsung \u1085\'ac\'df\u1077\'ac\'d6 \u1086\'ac\'e0\u1073\'ac\'d2\u1103\'ac\'f1\u1079\'ac\'d9\u1072
\u1080\'ac\'da\u1103\'ac\'f1 Samsung \u1084\'ac\'de\u1086\'ac\'e0\u1078\'ac\'d8\u1077\'ac\'d6\u1090\'ac\'e4 \u1074\'ac\'d3 \u1083\'ac\'dd\u1102\'ac\'f0\u1073\'ac\'d2\u1086\'ac\'e0\u1077\'ac\'d6 \u1074\'ac\'d3\u1088\'ac\'e2\u1077\'ac\'d6\u1084\'ac\'de
\par \u1050\'ac\'ac\u1054\'ac\'b0\u1052\'ac\'ae\u1055\'ac\'b1\u1040\'ac\'a1\u1053\'ac\'af\u1048\'ac\'aa\u1071\'ac\'c1\hich\af31506\dbch\af31505\loch\f31506 SAMSUNG \u1055\'ac\'b1\u1056\'ac\'b2\u1071\'ac\'c1\u1052\'ac\'ae\u1054\'ac\'b0 \u1054\'ac\'b0\u1058
\u1050\'ac\'ac\u1054\'ac\'b0\u1052\'ac\'ae\u1055\'ac\'b1\u1040\'ac\'a1\u1053\'ac\'af\u1048\'ac\'aa\u1071\'ac\'c1\hich\af31506\dbch\af31505\loch\f31506 SAMSUNG \u1053\'ac\'af\u1045\'ac\'a6 \u1043\'ac\'a4\u1040\'ac\'a1\u1056\'ac\'b2\u1040\'ac\'a1\u1053
\u1052\'ac\'ae\u1045\'ac\'a6 \u1058\'ac\'b4\u1054\'ac\'b0\u1043\'ac\'a4\u1054\'ac\'b0, \u1050\'ac\'ac\u1054\'ac\'b0\u1052\'ac\'ae\u1055\'ac\'b1\u1040\'ac\'a1\u1053\'ac\'af\u1048\'ac\'aa\u1071\'ac\'c1 SAMSUNG \u1053\'ac\'af\u1045\'ac\'a6 \u1044\'ac\'a5
\hich\af31506\dbch\af31505\loch\f31506 SAMSUNG \u1048\'ac\'aa \u1045\'ac\'a6\u1045\'ac\'a6 \u1040\'ac\'a1\u1060\'ac\'b6\u1060\'ac\'b6\u1048\'ac\'aa\u1051\'ac\'ad\u1048\'ac\'aa\u1056\'ac\'b2\u1054\'ac\'b0\u1042\'ac\'a3\u1040\'ac\'a1\u1053\'ac\'af\u1053
\u1048\'ac\'aa \u1050\'ac\'ac\u1054\'ac\'b0\u1052\'ac\'ae\u1055\'ac\'b1\u1040\'ac\'a1\u1053\'ac\'af\u1048\'ac\'aa\u1071\'ac\'c1 SAMSUNG \u1041\'ac\'a2\u1067\'ac\'bd\u1051\'ac\'ad\u1040\'ac\'a1 \u1059\'ac\'b5\u1042\'ac\'a3\u1045\'ac\'a6\u1044\'ac\'a5\u1054
\u1089\'ac\'e3\u1103\'ac\'f1. \u1050\'ac\'ac\u1086\'ac\'e0\u1084\'ac\'de\u1087\'ac\'e1\u1072\'ac\'d1\u1085\'ac\'df\u1080\'ac\'da\u1103\'ac\'f1 Samsung \u1084\'ac\'de\u1086\'ac\'e0\u1078\'ac\'d8\u1077\'ac\'d6\u1090\'ac\'e4 \u1088\'ac\'e2\u1072\'ac\'d1
\u1077\'ac\'d6\u1081\'ac\'db Samsung \u1087\'ac\'e1\u1080\'ac\'da\u1089\'ac\'e3\u1100\'ac\'ee\u1084\'ac\'de\u1077\'ac\'d6\u1085\'ac\'df\u1085\'ac\'df\u1086\'ac\'e0\u1075\'ac\'d4\u1086\'ac\'e0 \u1091\'ac\'e5\u1074\'ac\'d3\u1077\'ac\'d6\u1076\'ac\'d5\u1086
\u1081\'ac\'db Samsung \u1080\'ac\'da \u1074\'ac\'d3\u1072\'ac\'d1\u1084\'ac\'de\u1080\'ac\'da \u1087\'ac\'e1\u1086\'ac\'e0 \u1076\'ac\'d5\u1072\'ac\'d1\u1085\'ac\'df\u1085\'ac\'df\u1086\'ac\'e0\u1084\'ac\'de\u1091\'ac\'e5 \u1087\'ac\'e1\u1088\'ac\'e2
\par \u1050\'ac\'ac\u1054\'ac\'b0\u1052\'ac\'ae\u1055\'ac\'b1\u1040\'ac\'a1\u1053\'ac\'af\u1048\'ac\'aa\u1071\'ac\'c1\hich\af31506\dbch\af31505\loch\f31506 SAMSUNG \u1053\'ac\'af\u1045\'ac\'a6 \u1053\'ac\'af\u1045\'ac\'a6\u1057\'ac\'b3\u1045\'ac\'a6\u1058
\'ac\'b1\u1040\'ac\'a1\u1053\'ac\'af\u1048\'ac\'aa\u1071\'ac\'c1 SAMSUNG \u1053\'ac\'af\u1045\'ac\'a6 \u1053\'ac\'af\u1045\'ac\'a6\u1057\'ac\'b3\u1045\'ac\'a6\u1058\'ac\'b4 \u1054\'ac\'b0\u1058\'ac\'b4\u1042\'ac\'a3\u1045\'ac\'a6\u1058\'ac\'b4\u1057
b01d583deee5f99824e290b4ba3f364eac4a430883b3c092d4eca8f946c916422ecab927f52ea42b89a1cd59c254f919b0e85e6535d135a8de20f20b8c12c3b0
25330f274958cd5c4ccab83d8c0faa787771e2f8b73749a17ad22a92dd883862ee329c281c928428a4e7f83e2115dadda2d4b1eb0ef505977cacd02d8a3a9856
\rsid1073929\rsid2043383\rsid3277568\rsid10186454\rsid12192073\rsid12260028\rsid12987064\rsid15219283\rsid15282049}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info
{\nofchars1413}{\*\company SAMSUNG}{\nofcharsws1657}{\vern49167}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw11906\paperh16838\margl1440\margr1440\margt1701\margb1440\gutter0\ltrsect
\deftab800\widowctrl\ftnbj\aenddoc\revisions\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\formshade\horzdoc\dgmargin
\uc1\u25143\'3f\u-29768\'3f\uc2\u21487\'ca\'a6\u-27068\'dd\'be\uc1\u24102\'3f\uc2\u30340\'ee\'dc}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
SAMSUNG ELECTRONICS CO., LTD.}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u-248\'a3\'a8\u20197\'ec\'a4\u19979\'f9\'bb\uc1\u31616\'3f\u31216\'3f}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \uc2\u8220
\'a1\'b0\hich\af31506\dbch\af31505\loch\f31506 SAMSUNG\u8221\'a1\'b1}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u-247\'a3\'a9\u25552\'f0\'ab\u20379\'cd\'ea\u30340\'ee\'dc}{\rtlch\fcs1 \af31507
\ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \u-28817\'3f\uc2\u20214\'cb\'ec\u20043\'f1\'fd\u21069\'ee\'f1\u-244\'a3\'ac\uc1\u-29705
\'dc\'f4\u21516\'d4\'d2\u24847\'eb\'f2\u26412\'dc\'e2}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \u-28817\'3f
\par \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u25480\'e2\'a3\u20104\'e5\'f8\uc1\u24744\'3f\uc2\u-26786\'de\'aa\uc1\u19987\'3f\uc2\u26377\'ea\'f3\u30340\'ee\'dc
\uc2\u21487\'ca\'a6\u-244\'a3\'ac\u21482\'f1\'fe\u-32515\'d2\'f6\u22312\'ee\'a4}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung SSD (Solid State Drive) }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
\u22806\'e8\'e2\u-244\'a3\'ac}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u19981\'dc\'f4\u21521\'fa\'be
\u20173\'ed\'a4\uc1\u23646\'3f\uc2\u20110\'e9\'cd}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12290
\hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \u23558\'3f\uc2\u22312\'ee\'a4\u20840\'ee\'ef\u29699\'cf\'b9\u-31997\'db\'f5\uc1\u22260\'3f\uc2\u25910\'e2\'a5
\hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u20998\'dd\'c2\u20844\'cd\'eb\u21496\'de\'c9\u20197\'ec\'a4\u21450\'d0\'e0\u25105\'e4\'b2\uc1\u20204\'3f
\par \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \u27809\'3f\uc2\u26377\'ea\'f3\uc1\u20041\'3f\u21153\'3f\uc2\u26356\'cc\'da\u26032\'e3\'e6\u12289\'a1\'a2\uc1\u32500
\u20854\'d0\'ec\u20182\'f6\'e2\u25903\'f2\'a8\u25345\'f2\'a5\u12290\'a1\'a3}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
\par \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u26126\'d9\'a5\uc1\u30830\'3f\uc2\u-30616\'f8\'fa\u31034\'e3\'c6\u19981\'dc\'f4\u25552\'f0\'ab\u20379\'cd\'ea
\'d6\'c7\u30340\'ee\'dc\uc1\u25285\'3f\uc2\u20445\'dc\'c1\u12290\'a1\'a3}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
\'d8\'fc\u30340\'ee\'dc\u20351\'de\'c5\u29992\'e9\'c4\u25928\'fc\'f9\u26524\'cd\'fd\u-244\'a3\'ac}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
\uc2\u22833\'e3\'f7\u-247\'a3\'a9\u-244\'a3\'ac}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u21450\'d0\'e0
\uc2\u20351\'de\'c5}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u30693\'f2\'b1\u-28589\'d4\'b3\u21487
\u-29778\'3f\u24182\'3f\uc2\u19988\'f3\'a6\u26410\'da\'b1\u22312\'ee\'a4\u25910\'e2\'a5\u21040\'d3\'f0}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1
\u-28709\'3f\uc2\u-30644\'fa\'bc\uc1\u32416\'3f\uc2\u27491\'ef\'e1\u-244\'a3\'ac}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
\hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \u19982\'3f\u24744\'3f\uc2\u20043\'f1\'fd\uc1\u-27148\'3f\uc2\u23601\'f6\'a6\u26412\'dc\'e2\u25991\'d9\'fe\u20027
\'e0\'f7\u30340\'ee\'dc\uc1\u25439\'3f\uc2\u22833\'e3\'f7\u25110\'fb\'e4\uc1\u25439\'3f\uc2\u23475\'fa\'aa\u-244\'a3\'ac}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0
\uc1\u25968\'3f\uc2\u25454\'cb\'df\uc1\u20002\'3f\uc2\u22833\'e3\'f7\u21644\'fb\'fa\u24674\'fc\'e1\uc1\u22797\'3f\uc2\u-244\'a3\'ac}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507
b01d583deee5f99824e290b4ba3f364eac4a430883b3c092d4eca8f946c916422ecab927f52ea42b89a1cd59c254f919b0e85e6535d135a8de20f20b8c12c3b0
25330f274958cd5c4ccab83d8c0faa787771e2f8b73749a17ad22a92dd883862ee329c281c928428a4e7f83e2115dadda2d4b1eb0ef505977cacd02d8a3a9856
Balloon Text Char;}}{\*\rsidtbl \rsid28394\rsid3277568\rsid10186454\rsid12192073\rsid12799740\rsid15282049}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\in
o
{\nofchars4823}{\*\company SAMSUNG}{\nofcharsws5657}{\vern49167}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw11906\paperh16838\margl1440\margr1440\margt1701\margb1440\gutter0\ltrsect
\deftab800\widowctrl\ftnbj\aenddoc\revisions\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\formshade\horzdoc\dgmargin
a de Utilizador Final do Software Samsung
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 LEIA ATENTAMENTE OS TERMOS E CONDI\u199\'43\u213\'4f\loch\f31506 \hich\f31506 ES SEGUINTES ANTES DE UTILIZAR O SOFTWARE SAMSUNG FORNECIDO PELA SAMSUNG ELECTRONICS CO., LTD. ("SAMSUNG"). SE N\u195\'41
\loch\f31506 \hich\f31506 O ACEITAR OS TERMOS E CONDI\u199\'43\u213\'4f\loch\f31506 ES DO PRESENTE \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 CONTRATO DE LICEN\u199\'43\loch\f31506 \hich\f31506 A DO SOFTWARE SAMSUNG ("CONTRATO"), N\u195\'41
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 A Samsung concede ao Utilizador uma licen\u231\'63\loch\f31506 \hich\f31506 a n\u227\'61\loch\f31506 \hich\f31506 o exclusiva, n\u227\'61\loch\f31506 \hich\f31506 o transfer\u237\'69\loch\f31506
vel e isenta de royalties para utilizar o Software apenas com produtos Samsung SSD (S\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 olid State Drive). O Utilizador n\u227\'61\loch\f31506 \hich\f31506 o pode modificar o Software, efectuar a compila
\hich\f31506 ermanecem com a Samsung. O Software \u233\'65\loch\f31506 \hich\f31506 licenciado, e n\u227\'61\loch\f31506 \hich\f31506 o vendido, ao Utilizador. O Utilizador tem de reproduzir e incluir todas as informa\u231\'63\u245\'6f\loch\f31506
\hich\f31506 es de direitos de autor e quaisquer outras informa\u231\'63\u245\'6f\loch\f31506 es de direitos de propriedade no Software.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 O Utilizador compreende e concorda que a Samsung ir\u225\'61\loch\f31506 \hich\f31506
recolher, utilizar e transferir intencionalmente dados relacionados com o dispositivo do Utilizador, incluindo informa\u231\'63\u245\'6f\loch\f31506 \hich\f31506 es t\u233\'65\loch\f31506 \hich\f31506 cnicas sobre os sistemas e aplica\u231\'63\u245\'6f
\hich\af31506\dbch\af31505\loch\f31506 o\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 m outras afiliadas internacionais da Samsung e com os nossos fornecedores de servi\u231\'63\loch\f31506 os, para estes fins.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 A Samsung n\u227\'61\loch\f31506 \hich\f31506 o tem qualquer obriga\u231\'63\u227\'61\loch\f31506 \hich\f31506 o de actualizar, manter ou fornecer novas vers\u245\'6f\loch\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 A SAMSUNG EXCLUI EXPRESSAMENTE TODAS AS GARANTIAS, EXPRESSAS\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 OU IMPL\u205\'49\loch\f31506 \hich\f31506 CITAS, INCLUINDO, SEM LIMITA\u199\'43\u213\'4f\loch\f31506
\hich\f31506 ES, A N\u195\'41\loch\f31506 \hich\f31506 O INFRAC\u199\'43\u195\'41\loch\f31506 \hich\f31506 O DE DIREITOS DE TERCEIROS, QUAISQUER GARANTIAS IMPL\u205\'49\loch\f31506 \hich\f31506 CITAS DE COMERCIALIZA\u199\'43\u195\'41\loch\f31506
\loch\f31506 O OU COS\hich\af31506\dbch\af31505\loch\f31506 T\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 UME COMERCIAL. A SAMSUNG N\u195\'41\loch\f31506 \hich\f31506 O GARANTE QUE O SOFTWARE IR\u193\'41\loch\f31506 \hich\f31506
SATISFAZER AS NECESSIDADES DO UTILIZADOR, NEM QUE O FUNCIONAMENTO DO SOFTWARE SER\u193\'41\loch\f31506 \hich\f31506 CONT\u205\'49\loch\f31506 \hich\f31506 NUO OU ISENTO DE ERROS. AL\u201\'45\loch\f31506 \hich\f31506 M DISSO, A SAMSUNG N\u195\'41
\par \hich\af31506\dbch\af31505\loch\f31506 A SAMSUNG OU QUALQUER UMA DAS SUAS EMPRESA\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 S AFILIADAS N\u195\'41\loch\f31506 \hich\f31506 O SER\u195\'41\loch\f31506 \hich\f31506 O RESPONS\u193\'41\loch\f31506
\hich\f31506 O DE NEG\u211\'4f\loch\f31506 \hich\f31506 CIO OU PERDA DE INFORMA\u199\'43\u213\'4f\loch\f31506 ES) DECORRENTES DA UTILIZA\loch\af31506\dbch\af31505\hich\f31506 \u199\'43\loch\af31506\dbch\af31505\hich\f31506 \u195\'41\loch\f31506
\hich\f31506 O OU INCAPACIDADE DE UTILIZA\u199\'43\u195\'41\loch\f31506 O DO SOFTWARE POR PARTE DO UTILIZADOR, MESMO QUE A SAMSUNG TENHA SIDO AVISADA DA POSSIBILIDADE DESSES DANOS.
o deste, ou pela Samsung, caso o Utilizador n\u227\'61\loch\f31506 \hich\f31506 o corrija qualquer viola\u231\'63\u227\'61\loch\f31506 \hich\f31506 o do presente Contrato num prazo de sessenta (60) dias ap\u243\'6f\loch\f31506 \hich\f31506
s aviso por escrito da viola\u231\'63\u227\'61\loch\f31506 o pela Samsung.\hich\af31506\dbch\af31505\loch\f31506 \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Ap\u243\'6f\loch\f31506 \hich\f31506 s a cessa\u231\'63\u227\'61\loch\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 O presente Contrato constitui o contrato integral entre a Samsung e o Utilizador relativamente ao objecto do mesmo, substituindo todas as comunica\u231\'63\u245\'6f\loch\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 A SAMSUNG N\u195\'41\loch\f31506 \hich\f31506 O \u201\'45\loch\f31506 \hich\f31506 RESPONS\u193\'41\loch\f31506 \hich\f31506
O DESTA APLICA\u199\'43\u195\'41\loch\f31506 \hich\f31506 O. A SAMSUNG TAMB\u201\'45\loch\f31506 \hich\f31506 M N\u195\'41\loch\f31506 \hich\f31506
b01d583deee5f99824e290b4ba3f364eac4a430883b3c092d4eca8f946c916422ecab927f52ea42b89a1cd59c254f919b0e85e6535d135a8de20f20b8c12c3b0
25330f274958cd5c4ccab83d8c0faa787771e2f8b73749a17ad22a92dd883862ee329c281c928428a4e7f83e2115dadda2d4b1eb0ef505977cacd02d8a3a9856
0000000000000000000000000000000000000000000000000105000000000000}}Copyright (c) 2020, SAMSUNG ELECTRONICS CO., LTD.
<!--<Image X="-3" Y="0" Width="64" Height="64" ImageFile="Samsung_Logo.png"/>-->
<Image X="-3" Y="3" Width="64" Height="64" ImageFile="Samsung_Logo.png"/>
<Editbox Name="FolderEditbox" X="11" Y="180" Width="-91" Height="21" TabStop="yes" FontId="3" FileSystemAutoComplete="yes" />
<!--<Image X="-3" Y="0" Width="64" Height="64" ImageFile="Samsung_Logo.png"/>-->
<!--<Image X="11" Y="0" Width="64" Height="64" ImageFile="Samsung_Logo.png"/>-->
<!--<Image X="-3" Y="0" Width="64" Height="64" ImageFile="Samsung_Logo.png"/>-->
\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}
\info{\author Prateek Verma}{\operator Prateek Verma}{\creatim\yr2015\mo9\dy14\hr17\min26}{\revtim\yr2015\mo9\dy14\hr17\min26}
\widowctrl\ftnbj\aenddoc\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\noxlattoyen
\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid15796474 Samsung Software Agreement on End User License
\par PLEASE CAREFULLY READ THE FOLLOWING TERMS AND CONDITIONS BEFORE USING THE SAMSUNG SOFTWARE PROVIDED BY SAMSUNG ELECTRONICS CO., LTD. (\'93SAMSUNG\'94). IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS SAMSUNG SOFTWARE LICENSE AGREEMENT (\'93
\par Samsung grants to you a nonexclusive, nontransferable and royalty-free license to use the Software only with Samsung SSD (Solid State Drive) products. You may not modify the Software; reverse compile, reverse engine
ership, or intellectual property rights of any kind, express or implied, are transferred to you, and all right, title, and interest in and to the Software remains with Samsung. The Software is licensed to you and not sold. You must reproduce and include a
\par You understand and agree that Samsung will collect, use and transfer internationally data relating to your device, including techn
ical information about the systems and applications, application programs and devices associated with and connected to your device, in order to provide product support, engage in statistical research, upgrade our software and provide other related service
s. This data may be shared with other Samsung affiliates worldwide and our service providers for these purposes.
\par Samsung is under no obligation to update, maintain, or provide new versions or other support for the Software. Samsung may make changes to the Software at any time without notice to you.
\par SAMSUNG EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, NONINFRINGEMENT OF THIR
D PARTY RIGHTS, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE, AND ANY WARRANTIES ARISING FOR ANY COURSE OF DEALING OR USAGE OF TRADE. SAMSUNG DOES NOT WARRANT THAT THE SOFTWARE WILL MEET YOUR REQUIREMENTS, OR THAT THE OP
RATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE. FURTHERMORE, SAMSUNG DOES NOT MAKE ANY REPRESENTATIONS REGARDING THE USE OR THE RESULTS OF THE USE OF THE SOFTWARE IN TERMS OF ITS CORRECTNESS, ACCURACY, RELIABILITY, OR OTHERWISE. THE ENTIRE RIS
\par IN NO EVENT SHALL SAMSUNG OR ITS AFFILIATED COMPANIES BE LIABLE FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, INCIDENTAL, OR SPECIAL DAMAGES (INCLUDING, WITHOUT LIMITATION, DA
MAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF YOUR USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF SAMSUNG HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
\par This Agreement is effective until terminated. This Agreement may be terminated by you at any time by deleting the Software and discontinuing its use, or by Samsung if you fail to cure any breach of this Agreement within sixty (60) days\rquote
written notice of breach by Samsung. Upon termination, the licenses granted to you shall terminate, and you shall cease all use and distribution of, and cease exercising any and all other rights granted under this Agreement with respect to, the Software.
\par This Agreement constitutes the entire agreement between Samsung and you regarding the subject matter hereof and supersedes all previous oral or written communications between the parties.
ement (including its existence, validity or termination) which cannot be amicably settled shall be finally resolved by arbitration to be held in Seoul, Korea in accordance with the Arbitration Rules of the Korean Commercial Arbitration Board by one or mor
\par Samsung is not responsible for any loss or damage to your computer, system, or application programs, arising from the use of this application. Samsung also does not
b01d583deee5f99824e290b4ba3f364eac4a430883b3c092d4eca8f946c916422ecab927f52ea42b89a1cd59c254f919b0e85e6535d135a8de20f20b8c12c3b0

=== /home/cosair/pe_segments/pe_15446.bin ===

=== /home/cosair/pe_segments/pe_16173.bin ===

=== /home/cosair/pe_segments/pe_176364.bin ===
set nvmepath=%~dp0
echo %nvmepath%
for /f "tokens=4 delims=\:" %%f in ('find /c /i "nvme.sys" "%windir%\inf\oem*.inf" ^| find /v ".INF: 0" ^| find ".INF:"') do @(
for /f "tokens=4 delims=\:" %%g in ('find /c /i "1.4.7.16" "%windir%\inf\%%f" ^| find /v ".INF: 0" ^| find ".INF"') do @(
"%nvmepath%SamsungFinder.exe" -f dp_delete %%g
for /f "tokens=4 delims=\:" %%f in ('find /c /i "nvme.sys" "%windir%\inf\oem*.inf" ^| find /v ".INF: 0" ^| find ".INF:"') do @(
for /f "tokens=4 delims=\:" %%g in ('find /c /i "1.4.7.17" "%windir%\inf\%%f" ^| find /v ".INF: 0" ^| find ".INF"') do @(
"%nvmepath%SamsungFinder.exe" -f dp_delete %%g
::"%nvmepath%SamsungFinder.exe" remove PCI\VEN_144D
::"%nvmepath%SamsungFinder.exe" rescan PCI\VEN_144D
"%nvmepath%SamsungFinder.exe" classfilter diskdrive lower !nvmeF
set nvmepath=%~dp0
:: To update device ids for which the installer has the drivers
"%nvmepath%SamsungFinder.exe" remove "PCI\VEN_144D&DEV_A802"
"%nvmepath%SamsungFinder.exe" remove "PCI\VEN_144D&DEV_A804"
"%nvmepath%SamsungFinder.exe" remove "PCI\VEN_144D&DEV_A808&SUBSYS_A801144D"
:: Rescan the system, so that the latest driver will load for the devices
"%nvmepath%SamsungFinder.exe" rescan
<String Id="Caption">Setup - [WixBundleName]</String>
<String Id="ConfirmCancelMessage">Setup is not complete. If you exit now, the program will not be installed.&#13;&#10;&#13;&#10; You may run Setup again at another time to complete the installation.&#13;&#10;&#13;&#10; Exit Setup?</String>
<String Id="HelpHeader">Setup Help</String>
<String Id="WelcomeDlgTitle">Welcome to the [WixBundleName] Setup Wizard</String>
<String Id="InstallMessage">This will install [WixBundleName] on your computer.&#13;&#10;&#13;&#10; It is recommended that you close all other applications before continuing.&#13;&#10;&#13;&#10;Click Next to continue, or Cancel to exit Setup.</String>
<String Id="EulaDlgTxtTitle">Please read the following important information before continuing.</String>
<String Id="PreInstallTitleTxt">Setup is now ready to begin installing [WixBundleName] on your computer.</String>
<String Id="ProgressTitleTxtInstalling" Overridable="yes">Please wait while Setup installs [WixBundleName] on your computer.</String>
<String Id="ProgressTitleTxtRepairing" Overridable="yes">Please wait while the Setup Wizard repairs [WixBundleName].</String>
<String Id="ModifyHeader">Select the operation you want to perform &#13;&#10;&#13;&#10; . Repair&#13;&#10; &#032;&#032;tries to fix the errors in the most recent installation state &#13;&#10;&#13;&#10; . Uninstall&#13;&#10; &#032;&#032;removes Samsung NVM Express Driver from your computer</String>
<String Id="SuccessHeader">Completing the [WixBundleName] Setup Wizard</String>
<String Id="FailureHeader">Setup Failed</String>
<String Id="FailureInstallHeader">Setup Failed</String>
<String Id="FailureHyperlinkLogText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href="#"&gt;log file&lt;/a&gt;.</String>
<String Id="FilesInUseLabel">The following applications are using files that need to be updated by this setup:</String>
<String Id="Setup">Setup</String>

=== /home/cosair/pe_segments/pe_203126.bin ===

=== /home/cosair/pe_segments/pe_2878369.bin ===

=== /home/cosair/pe_segments/pe_2893616.bin ===

=== /home/cosair/pe_segments/pe_2896962.bin ===

=== /home/cosair/pe_segments/pe_2898254.bin ===
SetupUninstallOEMInfW
SetupVerifyInfFile
D:\SVN_VOB\UBX_Internal_NEW\Source\SamsungFinder\C++\x64\Win7Release\SamsungFinder.pdb
FileTimeToSystemTime
InitiateSystemShutdownExW
SetupDiGetDeviceInfoListDetailW
SetupDiCallClassInstaller
SetupDiOpenClassRegKeyExW
SetupDiGetDeviceInstallParamsW
SetupDiSetClassInstallParamsW
SetupDiClassGuidsFromNameExW
SetupDiCreateDeviceInfoListExW
SetupDiOpenDeviceInfoW
SetupDiEnumDeviceInfo
SetupDiDestroyDeviceInfoList
SetupDiGetClassDevsExW
SetupDiGetDeviceRegistryPropertyW
SetupOpenInfFileW
SetupCloseInfFile
SetupFindFirstLineW
SetupGetStringFieldW
SetupOpenFileQueue
SetupCloseFileQueue
SetupScanFileQueueW
SetupDiBuildDriverInfoList
SetupDiEnumDriverInfoW
SetupDiSetSelectedDriverW
SetupDiGetDriverInfoDetailW
SetupDiDestroyDriverInfoList
SetupDiGetClassDescriptionExW
SetupDiOpenDevRegKey
SetupDiSetDeviceInstallParamsW
SetupDiGetDriverInstallParamsW
SETUPAPI.dll
GetSystemTimeAsFileTime
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
</trustInfo>
set nvmepath=%~dp0
echo %nvmepath%
for /f "tokens=4 delims=\:" %%f in ('find /c /i "nvme.sys" "%windir%\inf\oem*.inf" ^| find /v ".INF: 0" ^| find ".INF:"') do @(
for /f "tokens=4 delims=\:" %%g in ('find /c /i "1.4.7.16" "%windir%\inf\%%f" ^| find /v ".INF: 0" ^| find ".INF"') do @(
"%nvmepath%SamsungFinder.exe" -f dp_delete %%g
for /f "tokens=4 delims=\:" %%f in ('find /c /i "nvme.sys" "%windir%\inf\oem*.inf" ^| find /v ".INF: 0" ^| find ".INF:"') do @(
for /f "tokens=4 delims=\:" %%g in ('find /c /i "1.4.7.17" "%windir%\inf\%%f" ^| find /v ".INF: 0" ^| find ".INF"') do @(
"%nvmepath%SamsungFinder.exe" -f dp_delete %%g
::"%nvmepath%SamsungFinder.exe" remove PCI\VEN_144D
::"%nvmepath%SamsungFinder.exe" rescan PCI\VEN_144D
"%nvmepath%SamsungFinder.exe" classfilter diskdrive lower !nvmeF
set nvmepath=%~dp0
:: To update device ids for which the installer has the drivers
"%nvmepath%SamsungFinder.exe" remove "PCI\VEN_144D&DEV_A802"
"%nvmepath%SamsungFinder.exe" remove "PCI\VEN_144D&DEV_A804"
"%nvmepath%SamsungFinder.exe" remove "PCI\VEN_144D&DEV_A808&SUBSYS_A801144D"
:: Rescan the system, so that the latest driver will load for the devices
"%nvmepath%SamsungFinder.exe" rescan
set nvmepath=%~dp0
set DriverPath1="%SystemDrive%\Program Files\Samsung\Driver"
::echo %nvmepath%
set procarch="_32\secnvme.inf"
set procarch="_64\secnvme.inf"
:: Currently single inf file support both A802, A804 and A808 device ids
:: If there are more than one inf file which supports specific set of devices
:: then have to find out the device present in system and then update only that
"%nvmepath%SamsungFinder.exe" update %DriverPath2% "PCI\VEN_144D&DEV_A802"
"%nvmepath%SamsungFinder.exe" update %DriverPath2% "PCI\VEN_144D&DEV_A804"
"%nvmepath%SamsungFinder.exe" update %DriverPath2% "PCI\VEN_144D&DEV_A808&SUBSYS_A801144D"
:: Hardcoding return value as either one of above device may not be present in system
set nvmepath=%~dp0
set DriverPath1="%SystemDrive%\Program Files\Samsung\Driver"
::echo %nvmepath%
set procarch="_32\secnvme.inf"
set procarch="_64\secnvme.inf"
:: Currently single inf file support both A802, A804 and A808 device ids
:: If there are more than one inf file which supports specific set of devices
:: then have to find out the device present in system and then update only that
"%nvmepath%SamsungFinder.exe" update %DriverPath2% "PCI\VEN_144D&DEV_A802"
"%nvmepath%SamsungFinder.exe" update %DriverPath2% "PCI\VEN_144D&DEV_A804"
"%nvmepath%SamsungFinder.exe" update %DriverPath2% "PCI\VEN_144D&DEV_A808&SUBSYS_A801144D"
:: Hardcoding return value as either one of above device may not be present in system
<String Id="Caption">Setup - [WixBundleName]</String>
<String Id="ConfirmCancelMessage">Setup is not complete. If you exit now, the program will not be installed.&#13;&#10;&#13;&#10; You may run Setup again at another time to complete the installation.&#13;&#10;&#13;&#10; Exit Setup?</String>
<String Id="HelpHeader">Setup Help</String>
<String Id="WelcomeDlgTitle">Welcome to the [WixBundleName] Setup Wizard</String>
<String Id="InstallMessage">This will install [WixBundleName] on your computer.&#13;&#10;&#13;&#10; It is recommended that you close all other applications before continuing.&#13;&#10;&#13;&#10;Click Next to continue, or Cancel to exit Setup.</String>
<String Id="EulaDlgTxtTitle">Please read the following important information before continuing.</String>
<String Id="PreInstallTitleTxt">Setup is now ready to begin installing [WixBundleName] on your computer.</String>
<String Id="ProgressTitleTxtInstalling" Overridable="yes">Please wait while Setup installs [WixBundleName] on your computer.</String>
<String Id="ProgressTitleTxtRepairing" Overridable="yes">Please wait while the Setup Wizard repairs [WixBundleName].</String>
<String Id="ModifyHeader">Select the operation you want to perform &#13;&#10;&#13;&#10; . Repair&#13;&#10; &#032;&#032;tries to fix the errors in the most recent installation state &#13;&#10;&#13;&#10; . Uninstall&#13;&#10; &#032;&#032;removes Samsung NVM Express Driver from your computer</String>
<String Id="SuccessHeader">Completing the [WixBundleName] Setup Wizard</String>
<String Id="FailureHeader">Setup Failed</String>
<String Id="FailureInstallHeader">Setup Failed</String>
<String Id="FailureHyperlinkLogText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href="#"&gt;log file&lt;/a&gt;.</String>
<String Id="FilesInUseLabel">The following applications are using files that need to be updated by this setup:</String>
<String Id="Setup">Setup</String>
<String Id="Setup">
<String Id="Caption">Setup - [WixBundleName]</String>
<String Id="ConfirmCancelMessage">Das Setup ist noch nicht abgeschlossen. Wenn Sie jetzt beenden, wird das Programm nicht installiert.&#13;&#10;&#13;&#10;Sie k
nnen das Setup zu einem sp
ndigen.&#13;&#10;&#13;&#10;Setup verlassen?</String>
<String Id="HelpHeader">Setup-Hilfe</String>
<String Id="WelcomeDlgTitle">Willkommen zum [WixBundleName] Setup-Assistenten</String>
<String Id="InstallMessage">Dieser Assistent wird jetzt [WixBundleName] auf Ihrem Computer installieren.&#13;&#10;&#13;&#10;Sie sollten alle anderen Anwendungen beenden, bevor Sie mit dem Setup fortfahren.&#13;&#10;&#13;&#10;"Weiter" zum Fortfahren, "Abbrechen" zum Verlassen.</String>
<String Id="EulaDlgTxtTitle">Lesen Sie bitte folgende, wichtige Informationen bevor Sie fortfahren.</String>
<String Id="PreInstallTitleTxt">Das Setup ist jetzt bereit, [WixBundleName] auf Ihrem Computer zu installieren.</String>
hrend [WixBundleName] vom Setup-Assistenten repariert wird.</String>
en, muss das Setup Ihren Computer neu starten. M
en, muss das Setup Ihren Computer neu starten. M
<String Id="SuccessHeader">Beenden des [WixBundleName] Setup-Assistenten</String>
<String Id="FailureInstallHeader">Setup-Fehler</String>
<String Id="FailureHyperlinkLogText">Beim Setup ist aufgrund mindestens eines Problems ein Fehler aufgetreten. Beheben Sie die Probleme, und wiederholen Sie das Setup. Weitere Informationen finden Sie in der &lt;a href="#"&gt;Protokolldatei&lt;/a&gt;.</String>
<String Id="Setup">Setup</String>
<String Id="EulaDlgTxtTitle">Es importante que lea la siguiente informaci
s informaci
<String Id="Setup">Instalar</String>
<String Id="EulaDlgTxtTitle">Les informations suivantes sont importantes. Veuillez les lire avant de continuer.</String>
installer</String>
sent de toutes les informations pour installer [WixBundleName] sur votre ordinateur.</String>
<String Id="PreInstallMessage">Cliquez sur Installer pour proc
<String Id="PreInstallNextButton">Installer</String>
mes et recommencez l'installation. Pour plus d'informations, consultez le &lt;a href="#"&gt;fichier journal&lt;/a&gt;.</String>
<String Id="Setup">Installation</String>
<String Id="EulaDlgTxtTitle">Leggere con attenzione le informazioni che seguono prima di procedere.</String>
problemi. Risolvere i problemi e provare di nuovo l'installazione. Per ulteriori informazioni vedere il &lt;a href="#"&gt;file di log&lt;/a&gt;.</String>
<String Id="Setup">Installazione</String>
<String Id="Setup">
<String Id="Setup">

=== /home/cosair/pe_segments/pe_339403.bin ===

=== /home/cosair/pe_segments/pe_37871.bin ===

=== /home/cosair/pe_segments/pe_691907.bin ===
GetLogicalProcessorInformation
EnumSystemLocalesEx
GetLocaleInfoEx
GetFileInformationByHandleExW
SetFileInformationByHandleW
GetUserObjectInformationW
Too many open files in system
Read-only file system
For information on how your program can cause an assertion
GetUserObjectInformationA
1#INF
?asinf
_cabs
8Csinf
GetLogicalProcessorInformationEx
QueryUmsThreadInformation
SetUmsThreadInformation
??1type_info@@UEAA@XZ
??8type_info@@QEBA_NAEBV0@@Z
??9type_info@@QEBA_NAEBV0@@Z
?_GetConcRTTraceInfo@Concurrency@@YAPEBU_CONCRT_TRACE_INFO@details@1@XZ
?_Name_base@type_info@@CAPEBDPEBV1@PEAU__type_info_node@@@Z
?_Name_base_internal@type_info@@CAPEBDPEBV1@PEAU__type_info_node@@@Z
?_Type_info_dtor@type_info@@CAXPEAV1@@Z
?_Type_info_dtor_internal@type_info@@CAXPEAV1@@Z
?_is_exception_typeof@@YAHAEBVtype_info@@PEAU_EXCEPTION_POINTERS@@@Z
?_name_internal_method@type_info@@QEBAPEBDPEAU__type_info_node@@@Z
?_type_info_dtor_internal_method@type_info@@QEAAXXZ
?before@type_info@@QEBA_NAEBV1@@Z
?name@type_info@@QEBAPEBDPEAU__type_info_node@@@Z
?raw_name@type_info@@QEBAPEBDXZ
_CreateFrameInfo
__GetPlatformExceptionInfo
__badioinfo
__clean_type_info_names_internal
__crtEnumSystemLocalesEx
__crtGetFileInformationByHandleEx
__crtGetLocaleInfoEx
__crtSetFileInformationByHandle
__pioinfo
__pxcptinfoptrs
__sys_errlist
__sys_nerr
_aligned_msize
_cabs
_getsystime
_invalid_parameter_noinfo
_invalid_parameter_noinfo_noreturn
_msize
_setsystime
_sys_errlist
_sys_nerr
_wsystem
asinf
casinf
csinf
fminf
sinf
FileTimeToSystemTime
GetSystemTimeAsFileTime
GetTimeZoneInformation
GetLogicalProcessorInformation
GetCPInfo
HeapQueryInformation
GetSystemInfo
GetStartupInfoW
GetFileInformationByHandle
GetLocaleInfoW
EnumSystemLocalesW
.?AVtype_info@@

=== /home/cosair/pe_segments/pe_75423.bin ===
EventSetInformation
1#INF
_cabs
GetFileVersionInfoSizeW
GetFileVersionInfoW
RegQueryInfoKeyW
GetSystemTimeAsFileTime
GetStartupInfoW
GetCPInfo
.?AVtype_info@@
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
</trustInfo>
cosair@DESKTOP-1IUHAB1:~$
 
Good — thanks for the long paste. Your output shows the carved PE segments are present and that several of them contain Samsung/installer text (EULA, setup strings, references to INF handling) — that means we have the installer payloads inside those carved pe_*.bin files, we just need to find the embedded archive/MSI bytes and extract them. (You can see the earlier plan / why we carved these segments in the thread notes.
Two short choices (pick one)
  • Quick forensic attempt here (I’ll give exact commands you can paste) — try 7‑Zip and byte‑signature carving on the carved pe_*.bin files that contain Samsung text (fast, no extra installs). If we find PK/MSI/CAB blocks we can carve & extract them.
  • Fallback (usually easiest if you can run it): export the installed driver from Windows using Export‑WindowsDriver on this same machine (or run the Samsung EXE on a machine that will accept it). That produces a ready folder with .inf/.sys for DISM injection.
If you want to continue here (forensic carve/extract) — run these exact commands (copy/paste blocks). They’re safe and will show whether any carved PE contains an embedded archive/MSI.
1) Go to the carved folder and confirm the files we’ll test
cd ~/pesegments
ls -la pe
*.bin
2) Try 7‑Zip list (quick check) on the likely candidates (these are the ones your output shows Samsung text in — adjust names if you want to add/remove):
for f in pe_1238713.bin pe_1341225.bin pe_1448707.bin pe_1183964.bin pe_2898254.bin; do
echo "=== $f ==="
7z l "$f" 2>/dev/null || echo " 7z: not an openable archive"
done
3) If 7z didn't show an archive, scan those same files for embedded ZIP (PK.., OLE/MSI, and explicit filename text:
for f in pe_1238713.bin pe_1341225.bin pe_1448707.bin pe_1183964.bin pe_2898254.bin; do
echo "=== signatures in $f ==="
grep -a -n $'\x50\x4b\x03\x04' "$f" || true # PK.. (ZIP / CAB / MSI)
grep -a -n $'\xD0\xCF\x11\xE0' "$f" || true # OLE2 (MSI compound)
grep -a -n $'\x4d\x5a' "$f" || true # MZ (PE)
strings "$f" | egrep -i 'secnvme|nvme|stornvme|samsung|secnvme.inf|.msi|.inf|.sys' || true
done
  • If any grep line prints filenameffset:... we have a byte offset where an embedded ZIP/MSI/CAB starts. Paste those filenameffset lines here and I’ll give the exact dd command to carve that region.
4) If you get an offset X (example output looks like /home/cosair/pe_1341225.bin:456K..., carve from that offset and test/extract:

replace FILE and OFFSET with the values grep printed​

dd if=/home/cosair/pe_1341225.bin of=~/maybe_msi_from_1341225.bin bs=1 skip=456 status=progress
file ~/maybe_msi_from_1341225.bin
7z l ~/maybe_msi_from_1341225.bin || true

if 7z lists files:​

7z x ~/maybe_msi_from_1341225.bin -o~/maybe_msi_extracted_1341225
find ~/maybe_msi_extracted_1341225 -type f -iname '.inf' -o -iname '.sys' -print
If 7z extracts .msi or driver files, copy that extracted folder to a Windows-accessible location (example):
cp -r ~/maybe_msi_extracted_1341225 /mnt/c/Temp/SamsungDriver
Then in Windows copy C:\Temp\SamsungDriver to your USB for DISM injection later.
5) If grep finds no PK/OLE but the strings show Samsung/INF names
  • Tell me which file(s) showed the Samsung/INF text and paste the exact small strings snippet you saw (I can compute likely offsets by searching for the candidate filename strings and carve near them). Example search:
    for f in ~/pe_segments/*.bin; do
    strings "$f" | egrep -n -i 'secnvme|secnvme.inf|secnvme.sys|nvme' | sed -n '1,20p' && echo "---- $f ----"
    done
6) If nothing extractable appears here, do the fallback now
  • Run Export‑WindowsDriver on the running Windows (this machine already has the NVMe installed, so this is ideal). In an Elevated PowerShell run:
    Export-WindowsDriver -Online -Destination C:\Temp\ExportedDrivers
    Then check C:\Temp\ExportedDrivers for a Samsung / NVMe folder (contains .inf + .sys). Copy that folder to your rescue/USB and I’ll give the exact DISM / bcdboot commands to inject and repair the offline image.
Why this approach
  • Your carved segments contain installer strings (so payloads are present) but 7z could not open the whole carved segments as an archive earlier — that’s normal for WiX/Burn containers and self‑extracting PE blobs; we either need to locate an internal PK or MSI header to carve, or extract from the running Windows driver store. The steps above try both approaches in a safe, incremental way.
What I need from you right now
  • Run step 2 and/or step 3 above and paste the output (especially any grep filenameffset lines or the small strings lines that show secnvme.inf / Samsung / .inf / .sys).
  • If you prefer the fallback, say “Do Export” and I’ll give the one‑line elevated PowerShell command again and the follow‑ups for copying the exported driver to USB and then injecting it from WinPE.
I’ll stay with you through whichever path you pick — paste the outputs and I’ll produce the exact carve/extract (or DISM) commands next.
 
@ChatGPT


cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$ cd ~/pesegments
pe*.bin-bash: cd: /home/cosair/pesegments: No such file or directory
cosair@DESKTOP-1IUHAB1:~$ ls -la pe*.bin
ls: cannot access 'pe*.bin': No such file or directory
cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$ for f in pe_1238713.bin pe_1341225.bin pe_1448707.bin pe_1183964.bin pe_2898254.bin; do
> echo "=== $f ==="
> 7z l "$f" 2>/dev/null || echo " 7z: not an openable archive"
> done
=== pe_1238713.bin ===

7-Zip 23.01 (x64) : Copyright (c) 1999-2023 Igor Pavlov : 2023-06-20
64-bit locale=C.UTF-8 Threads:12 OPEN_MAX:10240

Scanning the drive for archives:
7z: not an openable archive
=== pe_1341225.bin ===

7-Zip 23.01 (x64) : Copyright (c) 1999-2023 Igor Pavlov : 2023-06-20
64-bit locale=C.UTF-8 Threads:12 OPEN_MAX:10240

Scanning the drive for archives:
7z: not an openable archive
=== pe_1448707.bin ===

7-Zip 23.01 (x64) : Copyright (c) 1999-2023 Igor Pavlov : 2023-06-20
64-bit locale=C.UTF-8 Threads:12 OPEN_MAX:10240

Scanning the drive for archives:
7z: not an openable archive
=== pe_1183964.bin ===

7-Zip 23.01 (x64) : Copyright (c) 1999-2023 Igor Pavlov : 2023-06-20
64-bit locale=C.UTF-8 Threads:12 OPEN_MAX:10240

Scanning the drive for archives:
7z: not an openable archive
=== pe_2898254.bin ===

7-Zip 23.01 (x64) : Copyright (c) 1999-2023 Igor Pavlov : 2023-06-20
64-bit locale=C.UTF-8 Threads:12 OPEN_MAX:10240

Scanning the drive for archives:
7z: not an openable archive
cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$ for f in pe_1238713.bin pe_1341225.bin pe_1448707.bin pe_1183964.bin pe_2898254.bin; do
> echo "=== signatures in $f ==="
> grep -a -n $'\x50\x4b\x03\x04' "$f" || true # PK.. (ZIP / CAB / MSI)
> grep -a -n $'\xD0\xCF\x11\xE0' "$f" || true # OLE2 (MSI compound)
> grep -a -n $'\x4d\x5a' "$f" || true # MZ (PE)
> strings "$f" | egrep -i 'secnvme|nvme|stornvme|samsung|secnvme.inf|.msi|.inf|.sys' || true
> done
=== signatures in pe_1238713.bin ===
grep: pe_1238713.bin: No such file or directory
grep: pe_1238713.bin: No such file or directory
grep: pe_1238713.bin: No such file or directory
strings: 'pe_1238713.bin': No such file
=== signatures in pe_1341225.bin ===
grep: pe_1341225.bin: No such file or directory
grep: pe_1341225.bin: No such file or directory
grep: pe_1341225.bin: No such file or directory
strings: 'pe_1341225.bin': No such file
=== signatures in pe_1448707.bin ===
grep: pe_1448707.bin: No such file or directory
grep: pe_1448707.bin: No such file or directory
grep: pe_1448707.bin: No such file or directory
strings: 'pe_1448707.bin': No such file
=== signatures in pe_1183964.bin ===
grep: pe_1183964.bin: No such file or directory
grep: pe_1183964.bin: No such file or directory
grep: pe_1183964.bin: No such file or directory
strings: 'pe_1183964.bin': No such file
=== signatures in pe_2898254.bin ===
grep: pe_2898254.bin: No such file or directory
grep: pe_2898254.bin: No such file or directory
grep: pe_2898254.bin: No such file or directory
strings: 'pe_2898254.bin': No such file
cosair@DESKTOP-1IUHAB1:~$
 
You’re very close — the “No such file or directory” errors were just from a typo / running the commands in the wrong place and/or without the directory wildcard. You created the carved files under ~/pesegments (not ~/pesegments), so use that full path or change into that folder before running per-file checks. (You already showed the pe*.bin listing earlier, so we know the files exist in ~/pe_segments.
Do this now (copy‑paste each line, one at a time) — it will put you in the right folder, list the files and run the safe searches:
1) Go to the carved folder and confirm the files
cd ~/pe_segments
pwd
ls -la
2) Show file(1) output for every carved piece
file ~/pe_segments/*
3) Search every carved piece for embedded ZIP/MSI/PE/OLE headers and for driver strings

look for ZIP/MSI (PK), MSI compound (OLE), PE (MZ)​

grep -a -n $'\x50\x4b\x03\x04' ~/pe_segments/ || true
grep -a -n $'\xD0\xCF\x11\xE0' ~/pe_segments/
|| true
grep -a -n $'\x4d\x5a' ~/pe_segments/* || true
4) Search for human-readable hints (INF/SYS/MSI/vendor names)
for f in ~/pe_segments/*; do
printf "\n=== %s ===\n" "$f"
strings "$f" | egrep -i 'secnvme|secnvme.inf|nvme|samsung|stornvme|iastor|.msi|.inf|.sys' || true
done
What to paste back
  • The output of steps 1 and 2 (pwd, ls -la, file …).
  • Any lines from step 3 that look like filenameffset:… (those are byte offsets we can carve).
  • Any interesting strings from step 4 (especially lines containing secnvme.inf, nvme, .inf, .sys, or .msi).
If step 3 gives a match (example output looks like /home/cosair/pe_1238713.bin:456K..., I’ll give the exact one‑line dd command to carve that embedded archive out and the exact 7z commands to extract it and find .inf/.sys. If 7z can’t extract it we’ll try carving with the MSI size from the Burn manifest (we already used that approach earlier).
If you prefer the faster, reliable route
If you have access to a working Windows PC (or can run the Samsung EXE on any Windows host), the quickest way to get the driver folder is:
  • Run the Samsung installer on that Windows PC (Run as administrator).
  • Open an elevated PowerShell and run:
    Export-WindowsDriver -Online -Destination X:\ExportedDrivers
    (Replace X: with a USB drive letter. That will produce a ready folder with the Samsung INF + SYS files you need; copy that to your rescue USB and I’ll give the DISM / bcdboot commands to inject it into the offline Windows image. This fallback is the least‑fragile option when installer carving is resistant.
A few quick notes / troubleshooting tips
  • The “cd ~/pesegments” failure you saw was a typo (missing underscore). Use cd ~/pe_segments.
  • If you want to run grep/strings over all files in the folder you must either cd into it first or use the full path (~/pe_segments/). Passing the directory name without the makes grep treat it as a directory and yields “Is a directory.”
  • If any command appears to hang, press Ctrl+C and paste the last lines you saw — usually a malformed grep or a command waiting on stdin is the cause.
Tell me which path you want (continue carving here, or do Export‑WindowsDriver on a Windows PC). If continuing here, run the 4 steps above and paste the outputs (especially any filenameffset lines from step 3) and I’ll give the exact dd + 7z extraction commands next.
 
@ChatGPT


cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$
cosair@DESKTOP-1IUHAB1:~$ cd ~/pe_segments
cosair@DESKTOP-1IUHAB1:~/pe_segments$ pwd
/home/cosair/pe_segments
cosair@DESKTOP-1IUHAB1:~/pe_segments$ ls -la
total 3012
drwxr-xr-x 2 cosair cosair 4096 Oct 26 05:13 .
drwxr-x--- 9 cosair cosair 4096 Oct 26 05:13 ..
-rw-r--r-- 1 cosair cosair 15446 Oct 26 05:13 pe_0.bin
-rw-r--r-- 1 cosair cosair 16026 Oct 26 05:13 pe_1166230.bin
-rw-r--r-- 1 cosair cosair 500 Oct 26 05:13 pe_1182256.bin
-rw-r--r-- 1 cosair cosair 1208 Oct 26 05:13 pe_1182756.bin
-rw-r--r-- 1 cosair cosair 54749 Oct 26 05:13 pe_1183964.bin
-rw-r--r-- 1 cosair cosair 102512 Oct 26 05:13 pe_1238713.bin
-rw-r--r-- 1 cosair cosair 107482 Oct 26 05:13 pe_1341225.bin
-rw-r--r-- 1 cosair cosair 32551 Oct 26 05:13 pe_143813.bin
-rw-r--r-- 1 cosair cosair 1429662 Oct 26 05:13 pe_1448707.bin
-rw-r--r-- 1 cosair cosair 727 Oct 26 05:13 pe_15446.bin
-rw-r--r-- 1 cosair cosair 21698 Oct 26 05:13 pe_16173.bin
-rw-r--r-- 1 cosair cosair 26762 Oct 26 05:13 pe_176364.bin
-rw-r--r-- 1 cosair cosair 136277 Oct 26 05:13 pe_203126.bin
-rw-r--r-- 1 cosair cosair 15247 Oct 26 05:13 pe_2878369.bin
-rw-r--r-- 1 cosair cosair 3346 Oct 26 05:13 pe_2893616.bin
-rw-r--r-- 1 cosair cosair 1292 Oct 26 05:13 pe_2896962.bin
-rw-r--r-- 1 cosair cosair 127126 Oct 26 05:13 pe_2898254.bin
-rw-r--r-- 1 cosair cosair 352504 Oct 26 05:13 pe_339403.bin
-rw-r--r-- 1 cosair cosair 37552 Oct 26 05:13 pe_37871.bin
-rw-r--r-- 1 cosair cosair 474323 Oct 26 05:13 pe_691907.bin
-rw-r--r-- 1 cosair cosair 68390 Oct 26 05:13 pe_75423.bin
cosair@DESKTOP-1IUHAB1:~/pe_segments$
cosair@DESKTOP-1IUHAB1:~/pe_segments$ file ~/pe_segments/*
/home/cosair/pe_segments/pe_0.bin: data
/home/cosair/pe_segments/pe_1166230.bin: data
/home/cosair/pe_segments/pe_1182256.bin: data
/home/cosair/pe_segments/pe_1182756.bin: data
/home/cosair/pe_segments/pe_1183964.bin: data
/home/cosair/pe_segments/pe_1238713.bin: data
/home/cosair/pe_segments/pe_1341225.bin: data
/home/cosair/pe_segments/pe_143813.bin: data
/home/cosair/pe_segments/pe_1448707.bin: data
/home/cosair/pe_segments/pe_15446.bin: data
/home/cosair/pe_segments/pe_16173.bin: data
/home/cosair/pe_segments/pe_176364.bin: data
/home/cosair/pe_segments/pe_203126.bin: data
/home/cosair/pe_segments/pe_2878369.bin: data
/home/cosair/pe_segments/pe_2893616.bin: data
/home/cosair/pe_segments/pe_2896962.bin: data
/home/cosair/pe_segments/pe_2898254.bin: data
/home/cosair/pe_segments/pe_339403.bin: data
/home/cosair/pe_segments/pe_37871.bin: data
/home/cosair/pe_segments/pe_691907.bin: data
/home/cosair/pe_segments/pe_75423.bin: data
cosair@DESKTOP-1IUHAB1:~/pe_segments$
cosair@DESKTOP-1IUHAB1:~/pe_segments$ grep -a -n $'\x50\x4b\x03\x04' ~/pe_segments/ || true
'\xD0\xCF\x11\xE0' ~/pe_segments/ || true
grep -a -n $'\x4d\x5a' ~/pe_grep: /home/cosair/pe_segments/: Is a directory
segments/* ||cosair@DESKTOP-1IUHAB1:~/pe_segments$ grep -a -n $'\xD0\xCF\x11\xE0' ~/pe_segments/ || true
) Search for human-readable hints (INF/SYS/MSI/vendor names)
for f in ~/pe_segmengrep: /home/cosair/pe_segments/: Is a directory
ts/*; dcosair@DESKTOP-1IUHAB1:~/pe_segments$ grep -a -n $'\x4d\x5a' ~/pe_segments/* || true
o
printf "\n=== %s ===\n" "$f"
strings "$f" | egrep -i 'secnvme|secnvme.inf|nvme|samsung|s/home/cosair/pe_segments/pe_0.bin:1:MZ@ !L!This program cannot be run in DOS mode.
eW,MZ@ !L!This program cannot be run in DOS mode.
`@؃@=@uhpR@`@Yv/pe_=@ujj`@Y3hS@@$@5܃@@h@h@h@`@@>Ydjh(f3ۉ]dP@3t;u3F3F95@u
ā@f@f@f%@f-@ȁ@E@E��@́@��@Ā@@@@ԃ@=ԃ@}vjXk̀@h e@]U jt)@
t@_^]3Ã=@t3Vjj `@YYV|`@@@ujX^Ã&3^jhhf@Ue5@5`@։Eu`@YeYe5@։E5@։EEPEP5|`@P}u֣@u֣@E
/home/cosair/pe_segments/pe_1238713.bin:1:44.4y4~444444444444444444445`$1122 5$5|55<6@6\6`66 0000 0$00040@0D0P0T0M@ !L!This program cannot be run in DOS mode.
/home/cosair/pe_segments/pe_1341225.bin:1:}}utvKYtuVYYhHRtA8csmu9xu3x pHtQȴeRp豱E@RÐڮjhQ3ۋEHt8t3QhXvQUMyeuVRQSqHHEsQÐhl9q9ujQuuPU�]Ë@u,}x]ujpYYt2jWY_^[]ÐUMZfvcH��9PEu f9Q]Ëj733333eT3ۉU}zxErˉM9Jv7k};D7}Y};D}IkD0@E��EPRSW]]wUSVWjRhBQ_^[]%Q+t3jXMAE$0,Xa9] t&BE��+WHHXMjXej
Ikr|Nyt^=EXd^r5)'Vr%]TQ"ΥUbin:1xJAY_hnώp[*g;G{K@U-fI$~fRQVՆ pwPʥD$ζɼ5ؙe'ќB1[V$+կnZW0qL)΋}qΦ`\>f^TviE1"BkN;/"f-@4i4X$o.Zy~E7J[GNfwzvip[1tT8G@TQ3|PL<ݥv6TU1jQl=|I[*:R{ufʖt􂈧Iɠ̚*t7+`\NCL^3b Ecᓤ"UhVyb'7jN=#4V}["0Cye||AttUA+^qRSl)6v8-x7&@#"F0TGg84"<<UE۪qzI@$"ꋘQphwnlvDhmqI^.D;acS_M4KVq4̎@,4ءyؙў"'9Tg#eXD<0mѫeIz:;mw36Җ<8:>aN0\e9VwC-Ϣτ@zX0go~mcLY. c;ӇOFjd!;N2SUtxy-7hQ;ɪ܃f.ٶTLp{AHXǼG<AH(v#p0+B'UTTc ;QʍO$)U+T['FӜX#a9ek,O:}ŴBnF$ѥT3#*"2$a'n "ILj|LXN!0RXJBGC.B;SAZ#`6pn
/home/cosair/pe_segments/pe_1448707.bin:1:>VWǍVu8Ou _^`_^U)]鿭VjV语Y^qQYUQEPhp?jPth?uPtЋ]^Ye=4<8}5T=P׋u؅5P׋u}}܃};rwjP9t;rg7PjP5T5P։E5P֋M9M9Eu띐;;Eu)4@t@tPV+YYEfYjhpC*YY3}j3Y!}3u;5
/home/cosair/pe_segments/pe_15446.bin:1:jY]UVtu|Nt*u&h^Yt2Wh^YD\uWj Y+ȃ3\EEEEEuE_^]jh0teMZfX_^]h@hVøHHHHøU$SVjEt)3hVP5u�]U=t}u_2YY]U\3ȃu.]h]Y]UY]Uee\VWN@;t
XLhT]U\3ʼnESV3VShT:u9VSUV$u#@WuSSu3{h,UW`@th<UW`@؅thPUW`@tPjjh`Uhօt W\@딍PPPjhUw`W\@9,I3f9Mj\Xf9Mt fMA+��A=T<OYh SPfu@WuSPƋM_^3[H]UEL3Ƀ EVjNEPV@u3uuutEMZfu׋H<~ȁ9PEuQ+S33Wyt$;1r +;q@(;r;t@= Eu9=uit %W?tB hUP`@t"3EPWWEЋPWWWuwփ u3]}؋}0V=A2'}MQhVjp-օ}3PPP7EPSuN V }MeQphք}eG}EjPEԋ7PEPvEPjքtCE;EuM;w E;r}sօuEPjt@Pl@}0J֋}p@7֋}܋p8$֋}r,֋E_[^]ËEt=sPjt@Pd@Et}PEP73PPPvEPք��EG+];A9Mv;rA;MrDM%}3��7PPPvpEPuueք��EEU%,S3C j
eyd2O|)%~{xmPT2YW"ICĈIE8-6l3&̈́c)l*��eZ!TP^I\z=P[nA=Z'fsmlds6B^EaY6ly:ѣG(lnUy]ஷ5VNҕ+8~Fjm]q=aÜ}5es,\]djjRV*eo>fc~v ",6ޏSخaJ_'K\ԅ%T޽z x!BKBxضsa4W.bJCi%D*ohHCNn$RbOO1´zO{qU]70@Xѕ+T^pzRKh,;SN���AfrbBfL@!ecue9
/home/cosair/pe_segments/pe_203126.bin:1:</WixLocalization>MZ@ !L!This program cannot be run in DOS mode.
/home/cosair/pe_segments/pe_2878369.bin:1:0000000000000000000000000000000000000000000000000105000000000000}}MZ@ L!This program cannot be run in DOS mode.
/home/cosair/pe_segments/pe_2893616.bin:1:H$8H_^]@USVATAWH$p&H+H9H3H%3LL$H3DCLDaHuDLL$0L&H7HH$&CLHL$rHHHHL$&LH\HL$`3A LD$`3ID$` Aօu0S=At#F=BtHH03LlHH0LL$0LHKH2LHL$0AH\$ t&LHH0HH0LHL$0AH\$ t1LHH0Z(HH0DHH00L$&H_Ht HH$&EËH%H3RHĐ&A_A\^[]@UVATAVAWH$H+H5H3HHMLHL$P3AHE3LD$PIHD$E3HD$DHD$ ?s|$@hHD$DLL$@HHD$(HE3HH$D$DHD$ Hϋ+|$@H$@HD$Ld$0DCE3IHD$(HD$ L$TL$LD$PIH#L+B+Huu0HLL+B+HuthAIHDL|$ AIHAH$H$HH3HA_A^A\^]A3H3H\H|$3IDDHt2HD$(L+Ht E fEtfDHAzIf9AHtLH\H|$HI;w3øW%%%%%%%%%~%p%b%<%.%%r%d%%%%%%%%%%%%<%% %%%%%%%%%%t%f,y$ -L-H,HɃv%%9��pffHL$L\M3LT$L+MBeL%M;sfAMAM;uL$L\H%H(MZf9t38Hc;H
HMHȁ9PEuf9Au3��v+=9H(7H(2@SH H(F+H _øMZf9`t3Hc
/home/cosair/pe_segments/pe_2898254.bin:1:L;rAH(E;r3H\WH HH=\H4t"H+HHHt@$Ѓ3H\$0H _H��MZft3HcH<H3��9PEu f9Q%H\$ UHH H|&HeH2-+H;uoHMHEHEH1EHM H1EE H HMH3E H3EH3HH#H3-+H;HDH%H\$HHH%H ]3@SH H=+uJ2HHH+H+(+HD$@HtHLD$@HT$8HHL$8TH*HL$@BHHH [H(GH(H\WH HH=HHtH;rH\$0H _H\WH HH=xHHtH;rH\$0H _%J%<%.% %%%%%%%%%%|%n%`%:%,%%%%%%@UH HHHH ]@UH HH3Ɂ8��H ]@UH cH ]Fw.wwwvvvvvvZwFv.v~~~vvuuuuuuuxu~~|~@|d~V~L~D~ ~~}}}}}|}r}d}L}@}2}}||||||||||x|n|d|X|L|6|(||{|r~{{w{~{b{H{.{{zzwztzXz>z z
/home/cosair/pe_segments/pe_339403.bin:1:HH_艰HH9H(HtH!HLHzH(@SH0HHL$ AHHH\$(HtuHHKu HHH0[Ht H!H@SH@H9HtHH [H3H [HHHhHpHx AWH03HHHuN衺HtAuADd$(H#Hd$ AL3ҋHcu&N3OHHHHHtAL3ҋωl$(HD$ uMHFH#AH\$@Hl$HHt$PH|$XH0A_HHHhHpHx AWH@3HHHuM衹HtAuADHd$8Hd$0d$(Hd$ H#AL3ҋHcuM3XHGHHtHd$8Hd$0AL3ҋωl$(HD$ uLHEH#AH\$PHlB3H(E3APpH(HurJ7HHtH3H(H(Hu:JHYHtH3H(@SH 3HH3HOH7HoHHH [EH\Hl$Ht$WH 3HHH+ًHHH;HGHtHHtHH;rH\$0Hl$8Ht$@H _H\WH 3HHH;suHHtH;rH\$0H _H\Ht$DD$WATAUAVAWH@EDEum3MZfu[Lc@<LA8PEuKA@=t =t3(Av*3A9AxtT 6HHD$ LHt$(LHD$8H|$ H;rv3H9uH;rbHH3HH
/home/cosair/pe_segments/pe_37871.bin:1:uh5YeuhAhAYYhAhAYYuE'u,*E0Ëuj&Y/ËUe*t d0@u@P@OYA\A^}t2øMZf9uu\@M3ӟ]ËU]jjjËUjj]̡Ã=t3VW.-2u*V0YuPP73jYVY_^ËUQQSVW3ҋ<=tB΍YAu+FuBjPYYtm]RύAu+ʀ?=AEt7jPYYt0WuVuAEj0E9EY?uS)jYY3jY_^[]3PPPPPp̋UVtWPYuVY_^]ËUQ\3ʼnEVW~V\AY;uM_3^]U;tPyY]ËU;tP^Y]h{hl525'YYjhĨe0"YeM
/home/cosair/pe_segments/pe_691907.bin:1:L;rAH(E;r3H\WH HH=~H4t"H+HHHt@$Ѓ3H\$0H _H��MZft3HcH<H3��9PEu f9QH3UtH [H\Ht$H|$UATAUAVAWHH@3HHMDH]H9@uH9HuDL5ITCiLHu
Y_^[]UMZft3]ËH��9PEu f9Q]VD$u(L$D$3؋Dd$ȋd$Gȋ\$T$Dud$ȋD$r;T$r;Dv N+D$$3+D$؃ʋӋًȋ^had5D$l$l+SVW\1E3ʼnEPeuEEEEdËM3 WVU33D$}GET$ڃD$T$D$}GT$ڃD$T$u(L$D$3؋D$d$ȋd$G؋L$T$D$ud$ȋD$r;T$r;Dv N+D$$3+D$$My؃ʋӋًȋOu؃]^_̀@s sË3Ҁ33QL+ȃ QL+ȃ ̃=t7$,$Ã=t$XfftӍ$IU T$|$l$T$D$t<y$$T$,$$T$T$u\$\$UW=wwUfnp۹#σ+3offtftf#uf#DžEЃSf#3+#I#[DžD_Ut93t;DDžt Gufnf:cG@LBu_ø#fft#Ϻf#ufft@ft뽋3��كE8t3_̃=r_fnpۋT$#+o
cosair@DESKTOP-1IUHAB1:~/pe_segments$ 4) Search for human-readable hints (INF/SYS/MSI/vendor names)
-bash: syntax error near unexpected token `)'
cosair@DESKTOP-1IUHAB1:~/pe_segments$ for f in ~/pe_segments/*; do
> printf "\n=== %s ===\n" "$f"
> strings "$f" | egrep -i 'secnvme|secnvme.inf|nvme|samsung|stornvme|iastor|.msi|.inf|.sys' || true
> done

=== /home/cosair/pe_segments/pe_0.bin ===

=== /home/cosair/pe_segments/pe_1166230.bin ===

=== /home/cosair/pe_segments/pe_1182256.bin ===

=== /home/cosair/pe_segments/pe_1182756.bin ===

=== /home/cosair/pe_segments/pe_1183964.bin ===
SetupUninstallOEMInfW
SetupVerifyInfFile
D:\SVN_VOB\UBX_Internal_NEW\Source\SamsungFinder\C++\Win7Release\SamsungFinder_86.pdb
FileTimeToSystemTime
InitiateSystemShutdownExW
SetupDiGetDeviceInfoListDetailW
SetupDiCreateDeviceInfoListExW
SetupDiOpenDeviceInfoW
SetupDiEnumDeviceInfo
SetupDiDestroyDeviceInfoList
SetupOpenInfFileW
SetupCloseInfFile
SetupDiBuildDriverInfoList
SetupDiEnumDriverInfoW
SetupDiGetDriverInfoDetailW
SetupDiDestroyDriverInfoList
GetSystemTimeAsFileTime
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
</trustInfo>

=== /home/cosair/pe_segments/pe_1238713.bin ===
??1type_info@@UAE@XZ
??8type_info@@QBE_NABV0@@Z
??9type_info@@QBE_NABV0@@Z
?_GetConcRTTraceInfo@Concurrency@@YAPBU_CONCRT_TRACE_INFO@details@1@XZ
?_Name_base@type_info@@CAPBDPBV1@PAU__type_info_node@@@Z
?_Name_base_internal@type_info@@CAPBDPBV1@PAU__type_info_node@@@Z
?_Type_info_dtor@type_info@@CAXPAV1@@Z
?_Type_info_dtor_internal@type_info@@CAXPAV1@@Z
?_is_exception_typeof@@YAHABVtype_info@@PAU_EXCEPTION_POINTERS@@@Z
?_name_internal_method@type_info@@QBEPBDPAU__type_info_node@@@Z
?_type_info_dtor_internal_method@type_info@@QAEXXZ
?before@type_info@@QBE_NABV1@@Z
?name@type_info@@QBEPBDPAU__type_info_node@@@Z
?raw_name@type_info@@QBEPBDXZ
_CreateFrameInfo
__GetPlatformExceptionInfo
__badioinfo
__clean_type_info_names_internal
__crtEnumSystemLocalesEx
__crtGetFileInformationByHandleEx
__crtGetLocaleInfoEx
__crtSetFileInformationByHandle
__libm_sse2_asinf
__libm_sse2_sinf
__pioinfo
__pxcptinfoptrs
__sys_errlist
__sys_nerr
_aligned_msize
_getsystime
_invalid_parameter_noinfo
_invalid_parameter_noinfo_noreturn
_msize
_setsystime
_sys_errlist
_sys_nerr
_wsystem
casinf
csinf
fminf
Too many open files in system
Read-only file system

=== /home/cosair/pe_segments/pe_1341225.bin ===
GetLogicalProcessorInformationEx
GetLogicalProcessorInformation
EnumSystemLocalesEx
GetLocaleInfoEx
GetFileInformationByHandleExW
SetFileInformationByHandleW

=== /home/cosair/pe_segments/pe_143813.bin ===

=== /home/cosair/pe_segments/pe_1448707.bin ===
1#INF
GetUserObjectInformationW
For information on how your program can cause an assertion
GetUserObjectInformationA
.?AVtype_info@@
FileTimeToSystemTime
GetSystemTimeAsFileTime
GetTimeZoneInformation
GetLogicalProcessorInformation
GetCPInfo
HeapQueryInformation
GetSystemInfo
GetStartupInfoW
GetFileInformationByHandle
GetLocaleInfoW
EnumSystemLocalesW
\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}
\info{\author Prateek Verma}{\operator Prateek Verma}{\creatim\yr2015\mo9\dy14\hr17\min26}{\revtim\yr2015\mo9\dy14\hr17\min26}
\widowctrl\ftnbj\aenddoc\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\noxlattoyen
\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid15796474 Samsung Software Agreement on End User License
\par PLEASE CAREFULLY READ THE FOLLOWING TERMS AND CONDITIONS BEFORE USING THE SAMSUNG SOFTWARE PROVIDED BY SAMSUNG ELECTRONICS CO., LTD. (\'93SAMSUNG\'94). IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS SAMSUNG SOFTWARE LICENSE AGREEMENT (\'93
\par Samsung grants to you a nonexclusive, nontransferable and royalty-free license to use the Software only with Samsung SSD (Solid State Drive) products. You may not modify the Software; reverse compile, reverse engine
ership, or intellectual property rights of any kind, express or implied, are transferred to you, and all right, title, and interest in and to the Software remains with Samsung. The Software is licensed to you and not sold. You must reproduce and include a
\par You understand and agree that Samsung will collect, use and transfer internationally data relating to your device, including techn
ical information about the systems and applications, application programs and devices associated with and connected to your device, in order to provide product support, engage in statistical research, upgrade our software and provide other related service
s. This data may be shared with other Samsung affiliates worldwide and our service providers for these purposes.
\par Samsung is under no obligation to update, maintain, or provide new versions or other support for the Software. Samsung may make changes to the Software at any time without notice to you.
\par SAMSUNG EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, NONINFRINGEMENT OF THIR
D PARTY RIGHTS, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE, AND ANY WARRANTIES ARISING FOR ANY COURSE OF DEALING OR USAGE OF TRADE. SAMSUNG DOES NOT WARRANT THAT THE SOFTWARE WILL MEET YOUR REQUIREMENTS, OR THAT THE OP
RATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE. FURTHERMORE, SAMSUNG DOES NOT MAKE ANY REPRESENTATIONS REGARDING THE USE OR THE RESULTS OF THE USE OF THE SOFTWARE IN TERMS OF ITS CORRECTNESS, ACCURACY, RELIABILITY, OR OTHERWISE. THE ENTIRE RIS
\par IN NO EVENT SHALL SAMSUNG OR ITS AFFILIATED COMPANIES BE LIABLE FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, INCIDENTAL, OR SPECIAL DAMAGES (INCLUDING, WITHOUT LIMITATION, DA
MAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF YOUR USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF SAMSUNG HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
\par This Agreement is effective until terminated. This Agreement may be terminated by you at any time by deleting the Software and discontinuing its use, or by Samsung if you fail to cure any breach of this Agreement within sixty (60) days\rquote
written notice of breach by Samsung. Upon termination, the licenses granted to you shall terminate, and you shall cease all use and distribution of, and cease exercising any and all other rights granted under this Agreement with respect to, the Software.
\par This Agreement constitutes the entire agreement between Samsung and you regarding the subject matter hereof and supersedes all previous oral or written communications between the parties.
\par Samsung is not responsible for any loss or damage to your computer, system, or application programs, arising from the use of this application. Samsung also does not
\mwrapIndent1440\mintLim0\mnaryLim1}{\info{\upr{\author ???(Hyunsoo Lee)}{\*\ud\uc0{\author {\uc1\u-14476 ?\u-10748 ?\u-15848 ?(Hyunsoo Lee)}}}}{\operator Prateek Verma}{\creatim\yr2015\mo10\dy15\hr15\min18}{\revtim\yr2015\mo10\dy15\hr15\min18}{\version2}
{\edmins0}{\nofpages3}{\nofwords355}{\nofchars2027}{\*\company SAMSUNG}{\nofcharsws2378}{\vern49167}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}
\deftab800\widowctrl\ftnbj\aenddoc\revisions\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\formshade\horzdoc\dgmargin
\par \loch\af31506\hich\af31506\dbch\f31505 \u-16196\'bb\'ef\u-16079\'bc\'ba\u-14528\'c0\'ba\hich\af31506\dbch\af31505\loch\f31506 Samsung SSD(Solid State \hich\af31506\dbch\af31505\loch\f31506 Drive) \loch\af31506\hich\af31506\dbch\f31505 \u-14308\'c1\'a6
\mintLim0\mnaryLim1}{\info{\upr{\author ???(Hyunsoo Lee)}{\*\ud\uc0{\author {\uc1\u-14476 ?\u-10748 ?\u-15848 ?(Hyunsoo Lee)}}}}{\operator Prateek Verma}{\creatim\yr2015\mo10\dy15\hr15\min17}{\revtim\yr2015\mo10\dy15\hr15\min17}{\version2}{\edmins0}
{\nofpages4}{\nofwords876}{\nofchars4997}{\*\company SAMSUNG}{\nofcharsws5862}{\vern49167}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw11906\paperh16838\margl1440\margr1440\margt1701\margb1440\gutter0\ltrsect
\deftab800\widowctrl\ftnbj\aenddoc\revisions\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\formshade\horzdoc\dgmargin
\fs20\lang1031\langfe1031\kerning2\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp1031\langfenp1031 {\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung Endbenutzerlizenzvereinbarung
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 LESEN SIE DIE FOLGENDEN ALLGEMEINEN GESCH\u196\'41\loch\f31506 \hich\f31506 FTSBEDINGUNGEN SORGF\u196\'41\loch\f31506 \hich\f31506 LTIG DURCH, BEVOR SIE DIE VON SAMSUNG ELECTRONICS CO., LTD. (\u8222\'3f
\loch\f31506 SAMSUNG\uc2\u8220\'a1\'b0) \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 BEREITGESTELLTE SAMSUNG-SOFTWARE VERWENDEN. WENN SIE DEN ALLGEMEINEN GESCH\uc1\u196\'41\loch\f31506 \hich\f31506
FTSBEDINGUNGEN DIESER SAMSUNG-ENDBENUTZERLIZENZVEREINBARUNG (\u8222\'3f\loch\f31506 VEREINBARUNG\uc2\u8220\'a1\'b0\hich\f31506 ) NICHT ZUSTIMMEN, D\uc1\u220\'55\loch\f31506 RFEN SIE DIE SOFTWARE NICHT VERWENDEN.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Samsung gew\u228\'61\loch\f31506 hrt Ihnen e\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 ine nichtexklusive, nicht\u252\'75\loch\f31506 \hich\f31506 bertragbare und geb\u252\'75\loch\f31506
hrenfreie Lizenz zur ausschlie\uc2\u223\'a9\'ac\hich\f31506 lichen Verwendung der Software in SSD-Produkten (Solid State Drive) von Samsung. Es ist Ihnen nicht gestattet, die Software zu ver\uc1\u228\'61\loch\f31506 \hich\f31506
\'75\loch\f31506 che, Rechte und Interessen an der Software verbleiben bei Samsung. Die Software wird lizenziert und nicht an Sie verkauft. Si\hich\af31506\dbch\af31505\loch\f31506 e\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 m\u252\'75
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Sie verstehen und stimmen zu, dass Samsung Daten zu Ihrem Ger\u228\'61\loch\f31506 t\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 sammeln, verwenden und international \u252\'75\loch\f31506
bertragen darf, einschlie\uc2\u223\'a9\'ac\hich\f31506 lich technischer Informationen \uc1\u252\'75\loch\f31506 \hich\f31506 ber die Systeme und Anwendungen, Anwendungsprogramme und mit Ihrem Ger\u228\'61\loch\f31506 \hich\f31506
r andere Samsung-Tochtergesellschaften und unsere Dienstanbieter verf\u252\'75\loch\f31506 gbar gemacht.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Samsung ist nicht verpflichtet, Aktualisierungen herauszugeben, die Software zu pflegen oder neue Versionen zu ver\u246\'6f\loch\f31506 \hich\f31506 ffentlichen oder Support f\u252\'75\loch\f31506
\hich\f31506 r die Software anzubieten. Samsung kann die Software jederzeit und ohne Vorank\u252\'75\loch\f31506 \hich\f31506 ndigung \u228\'61\loch\f31506 ndern.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 SAMSUNG LEHNT AUSDR\u220\'55\loch\f31506 \hich\f31506 CKLICH JEDE AUSDR\u220\'55\loch\f31506 \hich\f31506 CKLICHEN UND KONKLUDENTEN GEW\u196\'41\loch\f31506 \hich\f31506
\'41\loch\f31506 FTSBEZIEHUNG ODER EINEM HANDELSBRAUCH RESULTIEREN. SAMSUNG GARANTIERT NICHT, DASS DIE SOFTWA\hich\af31506\dbch\af31505\loch\f31506 R\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506
UFT. AUSSERDEM GIBT SAMSUNG KEINERLEI ZUSICHERUNGEN HINSICHTLICH DER VERWENDUNG BZW. DER ERGEBNISSE DER VERWENDUNG DER SOFTWARE AB, WAS DEREN RICHTIGKEI\hich\af31506\dbch\af31505\loch\f31506 T\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 KEINESFALLS HAFTEN SAMSUNG ODER SEINE ANGESCHLOSSENEN UNTERNEHMEN \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 F\u220\'55\loch\f31506 \hich\f31506 R DIREKTE, INDIREKTE ODER ZUF\u196\'41\loch\f31506
\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 LICHKEIT EINER VERWENDUNG DER SOFTWARE ERGEBEN, SELBST WENN SAMSUNG \u220\'55\loch\f31506 \hich\f31506 BER DIE M\u214\'4f\loch\f31506 \hich\f31506 GLICHKEIT SOLCHER SCH\u196\'41\loch\f31506
DEN INFORMIERT WURDE.
n, indem Sie die Software l\u246\'6f\loch\f31506 schen und nicht mehr verwenden. Samsung kann die Vereinbarung aufheben, wenn Sie einen Versto\uc2\u223\'a9\'ac\hich\f31506
gegen diese Vereinbarung nicht innerhalb von sechzig (60) Tagen nach schriftlicher Mitteilung \uc1\u252\'75\loch\f31506 ber den Vertragsversto\uc2\u223\'a9\'ac durch Samsung\hich\af31506\dbch\af31505\loch\f31506 \hich\af31506\dbch\af31505\loch\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 Die\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 se Vereinbarung stellt die gesamte Vereinbarung zwischen Samsung und Ihnen in Bezug auf den Vereinbarungsgegenstand dar und ersetzt alle vorherigen m\u252\'75
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 SAMSUNG IST NICHT F\u220\'55\loch\f31506 \hich\f31506 R VERLUSTE ODER SCH\u196\'41\loch\f31506 DEN AN IHREM COMPUTER, SYSTEM ODER AN ANWENDUNGSPROGRAMMEN VERANTWORTLIC
\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 H, DIE AUS DER VERWENDUNG DIESER ANWENDUNG ENTSTEHEN. WEITERHIN \u220\'55\loch\f31506 \hich\f31506 BERNIMMT SAMSUNG KEINERLEI HAFTUNG F\u220\'55\loch\f31506 \hich\f31506
Balloon Text Char;}}{\*\rsidtbl \rsid28394\rsid3277568\rsid10186454\rsid12192073\rsid15282049\rsid16136231}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\in
o
{\nofchars5217}{\*\company SAMSUNG}{\nofcharsws6120}{\vern49167}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw11906\paperh16838\margl1440\margr1440\margt1701\margb1440\gutter0\ltrsect
\deftab800\widowctrl\ftnbj\aenddoc\revisions\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\formshade\horzdoc\dgmargin
\fs20\lang1031\langfe1031\kerning2\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp1031\langfenp1031 {\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung Acuerdo de licencia para el usuario final del software
\par \hich\af31506\dbch\af31505\loch\f31506 LEA ATENTAMENTE LAS CONDICIONES DE USO SIGUIENTES ANTES DE UTILIZAR EL SOFTWARE SAMSUNG PROPORCIONADO POR SAMSUNG ELECTRONICS CO., LTD. (EN ADELANTE, \uc2\u8220\'a1\'b0SAMSUNG\u8221\'a1\'b1
). SI NO ACEPTA LAS CONDICIONES \hich\af31506\dbch\af31505\loch\f31506 DE ESTE ACUERDO DE LICENCIA DEL SOFTWARE DE SAMSUNG (EN ADELANTE, EL \u8220\'a1\'b0ACUERDO\u8221\'a1\'b1), NO UTILICE EL SOFTWARE.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Samsung proporciona al usuario una licencia no exclusiva, intransferible y libre de regal\uc1\u237\'69\loch\f31506 \hich\f31506 as para utilizar el Software \u250\'75\loch\f31506 nicamente
\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 con los productos Samsung SSD (Solid State Drive). El usuario no podr\u225\'61\loch\f31506 \hich\f31506 modificar el Software; no podr\u225\'61\loch\f31506 \hich\f31506
ismo, todos los derechos, la titularidad y los intereses relativos al Software son propiedad de Samsung. El Software se cede bajo licencia; no se vende al usuario. El usuario est\u225\'61\loch\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 El usuario entiende y acepta que Samsung recopilar\u225\'61\loch\f31506 \hich\f31506 , usar\u225\'61\loch\f31506 \hich\f31506 y transferir\u225\'61\loch\f31506
a escala internacional datos relacionados con\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 su dispositivo, en la medida en que lo permitan las leyes aplicables, incluida la informaci\u243\'6f\loch\f31506 \hich\f31506 n t\u233\'65\loch\f31506
\loch\f31506 n compartir con otras filiales de Samsung en todo el mundo y con nuestros proveedores de servicios \hich\af31506\dbch\af31505\loch\f31506 p\hich\af31506\dbch\af31505\loch\f31506 ara tales fines.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Samsung no est\u225\'61\loch\f31506 \hich\f31506 obligado a actualizar, mantener o proporcionar nuevas versiones del Software ni ning\u250\'75\loch\f31506
n otro servicio de asistencia para este. Samsung puede realizar cambios en el Software en cualquier moment\hich\af31506\dbch\af31505\loch\f31506 o sin previo aviso.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 SAMSUNG RECHAZA EXPRESAMENTE LA CONCESI\u211\'4f\loch\f31506 \hich\f31506 N DE CUALQUIER GARANT\u205\'49\loch\f31506 \hich\f31506 A, EXPL\u205\'49\loch\f31506 \hich\f31506 CITA O IMPL\u205\'49
\loch\f31506 CITA, LO QUE INCLUYE, PERO SIN LIMITARSE A ELLAS, LAS GARAN\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 T\u205\'49\loch\f31506 \hich\f31506 AS DE AUSENCIA DE INFRACCI\u211\'4f\loch\f31506 \hich\f31506 N DE DERECHOS DE TERCEROS, AS\u205
CITAS DE COMERCIABILIDAD, IDONEIDAD PARA UN FIN DETERMINADO Y CUALESQUIERA OTRAS DERIVADAS DE TRANSACCIONES O ACUERDOS COMERCIALES DEL TIPO QUE SEAN. SAMSUNG NO OTOR\hich\af31506\dbch\af31505\loch\f31506 G\hich\af31506\dbch\af31505\loch\f31506
INTERRUMPIDO NI CONTENDR\u193\'41\loch\f31506 \hich\f31506 NING\u218\'55\loch\f31506 \hich\f31506 N TIPO DE ERROR O FALLO. SAMSUNG TAMPOCO EFECT\u218\'55\loch\f31506 \hich\f31506 A NINGUNA DECLARACI\u211\'4f\loch\f31506 N SOBRE EL USO O LOS RESULTADOS
\par \hich\af31506\dbch\af31505\loch\f31506 NI SAMSUNG NI NINGUNA DE SUS F\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 ILIALES SER\u193\'41\loch\f31506 \hich\f31506 N RESPONSABLES EN NING\u218\'55\loch\f31506 \hich\f31506 N CASO POR DA\u209\'4e
\loch\f31506 \hich\f31506 N DE LA PRODUCCI\u211\'4f\loch\f31506 \hich\f31506 N O P\u201\'45\loch\f31506 R\hich\af31506\dbch\af31505\loch\f31506 D\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 IDA DE INFORMACI\u211\'4f\loch\f31506
N) QUE SE DERIVEN DEL USO DEL SOFTWARE O DE LA IMPOSIBILIDAD DE USARLO, AUNQUE SE HAYA COMUNICADO A SAMSUNG LA POSIBILIDAD DE QUE SE PRODUZCAN.
ndir el presente Acuerdo en cualquier momento eliminando el Software y dejando de utilizarlo; Samsung podr\u225\'61\loch\f31506
\hich\f31506 as a partir de la notificaci\u243\'6f\loch\f31506 \hich\f31506 n por escrito de Samsung de dicho incumplimiento. Tras la rescisi\u243\'6f\loch\f31506 \hich\f31506 n, finalizar\u225\'61\loch\f31506 \hich\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Este Acuerdo constituye el acuerdo completo entre Samsung y el usuario respecto del objeto aqu\u237\'69\loch\f31506 expuesto y sustituye a todas las comunicaciones anter
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 SAMSUNG NO ES RESPONSABLE DE NING\u218\'55\loch\f31506 \hich\f31506 N TIPO DE P\u201\'45\loch\f31506 \hich\f31506 RDIDA O DA\u209\'4e\loch\f31506 \hich\f31506
OS QUE PUEDAN SUFRIR EL ORDENADOR, EL SISTEMA O LOS PROGRAMAS DE APLICACI\u211\'4f\loch\f31506 \hich\f31506 N DEL USUARIO COMO CONSECUENCIA DEL USO DE ESTA APLICACI\u211\'4f\loch\f31506 N. SAMSUNG TAMPOCO ACEPTA RESPON
\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info{\upr{\author ???(Hyunsoo Lee)}{\*\ud\uc0{\author {\uc1\u-14476 ?\u-10748 ?\u-15848 ?(Hyunsoo Lee)}}}}{\operator Prateek Verma}{\creatim\yr2015\mo10\dy15\hr15\min17}
{\revtim\yr2015\mo10\dy15\hr15\min17}{\version2}{\edmins0}{\nofpages3}{\nofwords810}{\nofchars4623}{\*\company SAMSUNG}{\nofcharsws5423}{\vern49167}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}
\deftab800\widowctrl\ftnbj\aenddoc\revisions\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\formshade\horzdoc\dgmargin
\fs20\lang1036\langfe1036\kerning2\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp1036\langfenp1036 {\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung Contrat de licence de l'utilisateur final du logiciel
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 VEUILLEZ LIRE ATTENTIVEMENT LES CONDITIONS G\u201\'45\loch\f31506 \hich\f31506 N\u201\'45\loch\f31506 RALES SUIVANTES AVANT D'UTILISER LE LOGICIEL SAMSUNG FOURNI PAR SAMSUNG
SAMSUNG\~\u187\'a1\'ed\hich\f31506 ). SI VOUS N"ACCEPTEZ PAS LES CONDITIONS G\uc1\u201\'45\loch\f31506 \hich\f31506 N\u201\'45\loch\f31506 \hich\f31506 RALES DU PR\u201\'45\loch\f31506 SENT CONTRAT DE LICENCE DU LOGICIEL SAMSUNG (\uc2\u171\'a1\'ec\~
\par \hich\af31506\dbch\af31505\loch\f31506 Samsung vous octroie une licence non exclusive et non cess\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506
ible exempte de redevance de franchise pour l'utilisation exclusive du Logiciel avec des produits Samsung SSD (Solid State Drive). Vous n'\u234\'65\loch\f31506 \hich\f31506 tes pas autoris\u233\'65\loch\f31506 \hich\f31506 \u224\'61\loch\f31506
\'65\loch\f31506 \hich\f31506 t\u233\'65\loch\f31506 \hich\f31506 de Samsung. Le Logiciel vous est conc\u233\'65\loch\f31506 \hich\f31506 d\u233\'65\loch\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Vous comprenez et acceptez que Samsung collecte, utilise et transf\u232\'65\loch\f31506 \hich\f31506 re dans le monde entier des donn\u233\'65\loch\f31506 \hich\f31506 es relatives \u224\'61\loch\f31506
votre appareil, y compris des in\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 formations techniques sur les syst\u232\'65\loch\f31506 \hich\f31506 mes et applications, programmes et p\u233\'65\loch\f31506 \hich\f31506 riph\u233\'65\loch\f31506
s de Samsung dans le monde entier et avec nos fournisseurs de services.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Samsung n'est pas tenu de mettre \u224\'61\loch\f31506 jour, d'assurer la maintenance ni de fournir d\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506
e nouvelles versions ou tout autre support pour le Logiciel. Samsung peut modifier le Logiciel \u224\'61\loch\f31506 \hich\f31506 tout moment sans vous avertir pr\u233\'65\loch\f31506 alablement.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 SAMSUNG REJETTE EXPRESS\uc1\u201\'45\loch\f31506 M\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 ENT TOUTE GARANTIE, EXPRESSE OU IMPLICITE, Y COMPRIS MAIS SANS S'Y LIMITER, L'ABSENCE DE CONTREFA
UN USAGE PARTICULIER AINSI QUE TOUTE GARANTIE ISSUE D'UN TRAITEMENT OU D'\hich\af31506\dbch\af31505\loch\f31506 U\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 N USAGE COMMERCIAL QUELCONQUE. SAMSUNG NE GARANTIT PAS QUE LE LOGICIEL R\u201\'45
\loch\f31506 \hich\f31506 PONDE \u192\'41\loch\f31506 \hich\f31506 VOS EXIGENCES OU QU'IL FONCTIONNE SANS INTERRUPTION ET SANS ERREUR. EN OUTRE, SAMSUNG NE FAIT AUCUNE REPR\u201\'45\loch\f31506 \hich\f31506 SENTATION CONCERNANT L'UTILISATION OU LES R
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 EN AUCUN CAS SAMSUNG OU SES SOCI\u201\'45\loch\f31506 \hich\f31506 T\u201\'45\loch\f31506 \hich\f31506 S AFFILI\u201\'45\loch\f31506 ES NE SONT RESPONSABLES\hich\af31506\dbch\af31505\loch\f31506
LA PERTE DE PROFIT, L'INTERRUPTION D'ACTIVIT\u201\'45\loch\f31506 \hich\f31506 OU LA PERTE D'INFORMATION) EN RELATION AVEC L'UTILISATION OU L'IMPOSSIBILIT\u201\'45\loch\f31506 D'UTI\hich\af31506\dbch\af31505\loch\f31506 L
\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 ISER LE LOGICIEL, M\u202\'45\loch\f31506 \hich\f31506 ME SI SAMSUNG A \u201\'45\loch\f31506 \hich\f31506 T\u201\'45\loch\f31506 \hich\f31506 AVIS\u201\'45\loch\f31506 \hich\f31506 DE L'\u201\'45
diez pas \u224\'61\loch\f31506 \hich\f31506 une quelconque violation du pr\u233\'65\loch\f31506 sent Contrat dans les soixante (60)\~\hich\f31506 jours qui suivent l'avis de violation \u233\'65\loch\f31506 \hich\f31506 crit par Samsung. D\u232\'65
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Le pr\u233\'65\loch\f31506 \hich\f31506 sent Contrat constitue l'accord complet entre Samsung et vous au sujet de ce qu'il d\u233\'65\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG N'EST PAS RESPONSABLE DES \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 PERTES OU DOMMAGES OCCASIONN\u201\'45\loch\f31506 \hich\f31506 S \u192\'41\loch\f31506 \hich\f31506 VOTRE ORDINATEUR, VOTRE SYST
\u200\'45\loch\f31506 \hich\f31506 ME OU VOS APPLICATIONS PAR L'UTILISATION DE CETTE APPLICATION. SAMSUNG REFUSE AUSSI TOUTE RESPONSABILIT\u201\'45\loch\f31506 \hich\f31506 LI\u201\'45\loch\f31506 \hich\f31506 E \u192\'41\loch\f31506 \hich\f31506
{\info{\upr{\author ???(Hyunsoo Lee)}{\*\ud\uc0{\author {\uc1\u-14476 ?\u-10748 ?\u-15848 ?(Hyunsoo Lee)}}}}{\operator Prateek Verma}{\creatim\yr2015\mo10\dy15\hr15\min18}{\revtim\yr2015\mo10\dy15\hr15\min18}{\version2}{\edmins0}{\nofpages4}{\nofwords857}
{\nofchars4891}{\*\company SAMSUNG}{\nofcharsws5737}{\vern49167}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw11906\paperh16838\margl1440\margr1440\margt1701\margb1440\gutter0\ltrsect
\deftab800\widowctrl\ftnbj\aenddoc\revisions\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\formshade\horzdoc\dgmargin
Samsung Contratto di licenza con l'utente finale per il software
\par \hich\af31506\dbch\af31505\loch\f31506 LEGGERE ATTENTAMENTE I TERMINI E LE CONDIZIONI SEGUENTI PRIMA DI UTILIZZARE IL SOFTWARE SAMSUNG FORNITO DA SAMSUNG \hich\af31506\dbch\af31505\loch\f31506 ELECTRONICS CO., LTD}{\rtlch\fcs1 \af31507 \ltrch\fcs0
\lang1031\langfe1042\langfenp1042\insrsid2387677 .}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 ("SAMSUNG"). L\dbch\f31505 \rquote \loch\f31506 \hich\f31506 UTILIZZO DEL SOFTWARE \u200\'45\loch\f31506
POSSIBILE ESCLUSIVAMENTE PREVIA ACCETTAZIONE DEI TERMINI E DELLE CONDIZIONI DEL PRESENTE CONTRATTO DI LICENZA SOFTWARE
SAMSUNG ("CONTRATTO").
\par \hich\af31506\dbch\af31505\loch\f31506 Samsung concede una licenza non \hich\af31506\dbch\af31505\loch\f31506 esclusiva, non trasferibile e a titolo gratuito per l'utilizzo del Software esclusivamente con i prodotti Samsung SSD (Solid State Drive). L
di Samsung. Il Software viene concesso in licenza e non venduto all\dbch\f31505 \rquote \loch\f31506 \hich\f31506 utente. \u200\'45\loch\f31506 necessario riprodurre e includere tutti gli avvisi di copyright e qualunque altra notifica d
di raccolta, utilizzo e trasferimento a livello internazionale da parte di Samsung dei dati relativi al \hich\af31506\dbch\af31505\loch\f31506
proprio dispositivo, comprese le informazioni tecniche relative a sistemi, applicazioni, programmi applicativi e dispositivi associati e collegati al proprio, finalizzate a fornitura di supporto tecnico, elaborazione di ricerche statistiche, aggiornamento
del software e fornitura di altri servizi associati. Tali dati possono essere condivisi, per gli scopi di cui sopra, con i provider di servizi e le consociate di Samsung presenti in tutto il mondo.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Samsung non \u232\'65\loch\f31506 tenuta a effettuare \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 attivit\u224\'61\loch\f31506 \hich\f31506
di aggiornamento o di manutenzione oppure a fornire nuove versioni o altri tipi di assistenza per il Software. Samsung pu\u242\'6f\loch\f31506 apportare modifiche al Software in qualsiasi momento senza preventiva comunicazione all\dbch\f31505 \rquote
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 SAMSUNG NON RICONOSCE ALCUN TIPO DI GARANZIA, ESPLICITA O IMPLICITA, INCLUSE, A TITOLO ESEMPLIFICATIVO, EVENTUALI GARANZIE IMPLICITE DI COMMERCIABILIT\u192\'41\loch\f31506 \hich\f31506 , IDONEIT\u192\'41
COPO SPECIFICO, NON VIOLAZIONE DI DIRITTI ALTRUI E GARANZIE DERIVANTI DALLO SCHEMA DI PRECEDENTI TRANSAZIONI O DALLE CONSUETUDINI COMMERCIALI. SAMSUNG NON GARANTISCE CHE IL SOFTWARE RISPONDA ALLE ESIGENZE DELL'UTENTE O CHE IL SUO FUNZIONAMENTO SIA PRIVO D
\hich\af31506\dbch\af31505\loch\f31506 I\hich\af31506\dbch\af31505\loch\f31506 ERRORI O SENZA INTERRUZIONI. INOLTRE, SAMSUNG NON RILASCIA ALCUNA DICHIARAZIONE IN MERITO ALL\dbch\f31505 \rquote \loch\f31506 \hich\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 IN NESSUN CASO SAMSUNG O UNA QUALSIASI DELLE SUE AFFILIATE RISPONDERANNO PER QUALSIVOGLIA DANNO DIRETTO, INDIRETTO, CONSEQUENZIALE, ACCIDENTALE O SPECIALE, \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506
INCLUSI, MA NON LIMITATAMENTE AD ESSI, DANNI PER LUCRO CESSANTE, INTERRUZIONE DELLE ATTIVIT\u192\'41\loch\f31506 \hich\f31506 LAVORATIVE O PERDITA DI INFORMAZIONI, CAUSATI DALL'UTILIZZO O DALL'IMPOSSIBILIT\u192\'41\loch\f31506 \hich\f31506
DI UTILIZZARE IL SOFTWARE, ANCHE NELL'EVENTUALIT\u192\'41\loch\f31506 CHE SAMSUNG FOSSE STATA AVVISAT\hich\af31506\dbch\af31505\loch\f31506 A\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 DELLA POSSIBILIT\u192\'41\loch\f31506 DI TALE DANNO.
utente in qualsiasi momento eliminando il Software e interrompendone l\dbch\f31505 \rquote \loch\f31506 \hich\f31506 utilizzo, nonch\u233\'65\loch\f31506 risolto da Samsung, in c\hich\af31506\dbch\af31505\loch\f31506 aso di violazione da parte dell
\dbch\f31505 \rquote \loch\f31506 utente di una qualsiasi delle disposizioni del presente Contratto, entro sessanta (60) giorni dall\dbch\f31505 \rquote \loch\f31506 invio di un preavviso scritto da parte della stessa Samsung. All\dbch\f31505 \rquote
\par \hich\af31506\dbch\af31505\loch\f31506 Il presente Contratto costituisce l\dbch\f31505 \rquote \loch\f31506 intero accordo tra Samsung e l\dbch\f31505 \rquote \loch\f31506 utente relativamente agli \hich\af31506\dbch\af31505\loch\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 SAMSUNG NON \u200\'45\loch\f31506 RESPONSABILE DI EVENTUALI PERDITE O DANNI AL COMPUTER, AL SISTEMA O AI PROGRAMMI, DERIVANTI DALL\dbch\f31505 \rquote \loch\f31506 \hich\f31506
UTILIZZO DI QUESTA APPLICAZIONE. SAMSUNG DECLINA INOLTRE OGNI RESPONSABILIT\u192\'41\loch\f31506 PER QUALSIASI TIPO DI P\hich\af31506\dbch\af31505\loch\f31506 ERDITA E RIPRISTINO DI DATI CHE POTREBBERO VERIFICARSI DURANTE L\dbch\f31505 \rquote
Balloon Text Char;}}{\*\rsidtbl \rsid28394\rsid3277568\rsid3812581\rsid10186454\rsid12192073\rsid15282049}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info
{\nofchars2126}{\*\company SAMSUNG}{\nofcharsws2494}{\vern49167}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw11906\paperh16838\margl1440\margr1440\margt1701\margb1440\gutter0\ltrsect
\deftab800\widowctrl\ftnbj\aenddoc\revisions\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\formshade\horzdoc\dgmargin
\'ab\'b9\u12395\'aa\'cb\uc1\u-27230\'3f\uc2\u12377\'aa\'b9\u12427\'aa\'eb}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
\par \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG ELECTRONICS CO., LTD. (}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12300\'a1\'b8}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
\hich\af31506\dbch\af31505\loch\f31506 SAMSUNG}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12301\'a1\'b9}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 ) }{
\hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12477\'ab\'bd\u12501\'ab\'d5\u12488\'ab\'c8\u12454\'ab\'a6\u12455\'ab\'a7\u12450\'ab\'a2\u12434\'aa\'f2\u20351
\uc1\u-30035\'3f\uc2\u12415\'aa\'df\u12367\'aa\'af\u12384\'aa\'c0\u12373\'aa\'b5\u12356\'aa\'a4\u12290\'a1\'a3\u26412\'dc\'e2}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507
\par \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12399\'aa\'cf\u12289\'a1\'a2\u26412\'dc\'e2\u12477\'ab\'bd\u12501\'ab\'d5\u12488\'ab\'c8\u12454\'ab\'a6\u12455
\'ab\'a7\u12450\'ab\'a2\u12434\'aa\'f2}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung SSD (Solid State \hich\af31506\dbch\af31505\loch\f31506 Drive) }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
\'aa\'ce\uc1\u27177\'3f\uc2\u21033\'d7\'d7\u12399\'aa\'cf}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505
\insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12395\'aa\'cb\u30041\'d7\'ba\u12414\'aa\'de\u12426\'aa\'ea\u12414\'aa\'de\u12377\'aa\'b9\u12290
\hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12364\'aa\'ac\u12289\'a1\'a2\u-30467\'f0\'b2\u21697\'f9\'a1\u12469\'ab\'b5\u12509\'ab\'dd\uc1\u12540\'3f
\'ee\'dc\u12391\'aa\'c7\u12289\'a1\'a2\u19990\'e1\'a6\u30028\'cd\'a3\u21508\'ca\'c0\u22320\'f2\'a2\u12398\'aa\'ce\u20182\'f6\'e2\u12398\'aa\'ce}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{
\par \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12399\'aa\'cf\u12289\'a1\'a2\u26412\'dc\'e2\u12477\'ab\'bd\u12501\'ab\'d5\u12488\'ab\'c8\u12454\'ab\'a6\u12455
Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12399\'aa\'cf\u12289\'a1\'a2\u12356\'aa\'a4\u12388\'aa\'c4\u12391\'aa\'c7\u12418\'aa\'e2\u12362\'aa\'aa\u23458\'cb\'d4\uc1\u27096\'3f\uc2\u12395
\par \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12399\'aa\'cf\u12289\'a1\'a2\u26126\'d9\'a5\u31034\'e3\'c6\u12289\'a1\'a2\uc1\u-24871\'3f\uc2\u31034\'e3\'c6
\u12377\'aa\'b9\u12290\'a1\'a3}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12399\'aa\'cf\u12289\'a1\'a2
\insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12399\'aa\'cf\u12289\'a1\'a2\u26412\'dc\'e2\u12477\'ab\'bd\u12501\'ab\'d5\u12488\'ab\'c8\u12454
\par \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12362\'aa\'aa\u12424\'aa\'e8\u12403\'aa\'d3\u12381\'aa\'bd\u12398\'aa\'ce\uc1\u-27230\'3f\uc2\u-28637\'d6\'a7
\hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12364\'aa\'ac\u20107\'de\'c0\u21069\'ee\'f1\u12395\'aa\'cb\u22577\'dc\'c3\u21578\'cd\'b1\u12434\'aa\'f2\u21463
\'da\'e3\u12434\'aa\'f2}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12363\'aa\'ab\u12425\'aa\'e9\u-28587
\insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12364\'aa\'ac\u-30237\'fa\'b0\u-27036\'f0\'b6\u12391\'aa\'c7\u12365\'aa\'ad\u12414\'aa\'de
\'aa\'ce\u20027\'f1\'ab\u-26548\'f0\'b9\u12395\'aa\'cb\uc1\u-27230\'3f\uc2\u12375\'aa\'b7\u12390\'aa\'c6}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
\par \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12399\'aa\'cf\u12289\'a1\'a2\u26412\'dc\'e2\u12477\'ab\'bd\u12501\'ab\'d5\u12488\'ab\'c8\u12454\'ab\'a6\u12455
\insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12399\'aa\'cf\u12289\'a1\'a2\u26412\'dc\'e2\u12477\'ab\'bd\u12501\'ab\'d5\u12488\'ab\'c8\u12454
Balloon Text Char;}}{\*\rsidtbl \rsid28394\rsid3277568\rsid3671184\rsid10186454\rsid12192073\rsid15282049}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info
{\nofchars5044}{\*\company SAMSUNG}{\nofcharsws5917}{\vern49167}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw11906\paperh16838\margl1440\margr1440\margt1701\margb1440\gutter0\ltrsect
\deftab800\widowctrl\ftnbj\aenddoc\revisions\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\formshade\horzdoc\dgmargin
\'ac\'e5 \u1086\'ac\'e0\u1073\'ac\'d2\u1077\'ac\'d6\u1089\'ac\'e3\u1087\'ac\'e1\u1077\'ac\'d6\u1095\'ac\'e9\u1077\'ac\'d6\u1085\'ac\'df\u1080\'ac\'da\u1102\'ac\'f0 Samsung
\'ac\'b1\u1045\'ac\'a6\u1063\'ac\'b9\u1045\'ac\'a6\u1053\'ac\'af\u1048\'ac\'aa\u1045\'ac\'a6\u1052\'ac\'ae SAMSUNG, \u1055\'ac\'b1\u1056\'ac\'b2\u1045\'ac\'a6\u1044\'ac\'a5\u1054\'ac\'b0\u1057\'ac\'b3\u1058\'ac\'b4\u1040\'ac\'a1\u1042\'ac\'a3\u1051
\'ac\'ad\u1071\'ac\'c1\u1045\'ac\'a6\u1052\'ac\'ae\u1067\'ac\'bd\u1052\'ac\'ae \u1050\'ac\'ac\u1054\'ac\'b0\u1052\'ac\'ae\u1055\'ac\'b1\u1040\'ac\'a1\u1053\'ac\'af\u1048\'ac\'aa\u1045\'ac\'a6\u1049\'ac\'ab SAMSUNG ELECTRONICS CO.,
\hich\af31506\dbch\af31505\loch\f31506 LTD. (\u1044\'ac\'a5\u1040\'ac\'a1\u1051\'ac\'ad\u1045\'ac\'a6\u1045\'ac\'a6\~\hich\f31506 \emdash \loch\f31506 \u171\'a1\'ecSAMSUNG\u187\'a1\'ed). \u1045\'ac\'a6\u1057\'ac\'b3\u1051\'ac\'ad\u1048\'ac\'aa \u1042
\u1053\'ac\'af\u1048\'ac\'aa\u1070\'ac\'c0 SAMSUNG (\u1044\'ac\'a5\u1040\'ac\'a1\u1051\'ac\'ad\u1045\'ac\'a6\u1045\'ac\'a6\~\hich\f31506 \emdash \loch\f31506 \u171\'a1\'ec\u1057\'ac\'b3\u1054\'ac\'b0\u1043\'ac\'a4\u1051\'ac\'ad\u1040\'ac\'a1\u1064
\par \u1050\'ac\'ac\u1086\'ac\'e0\u1084\'ac\'de\u1087\'ac\'e1\u1072\'ac\'d1\u1085\'ac\'df\u1080\'ac\'da\u1103\'ac\'f1\hich\af31506\dbch\af31505\loch\f31506 Samsung \u1087\'ac\'e1\u1088\'ac\'e2\u1077\'ac\'d6\u1076\'ac\'d5\u1086\'ac\'e0\u1089\'ac\'e3\u1090
\'ac\'e1\u1088\'ac\'e2\u1086\'ac\'e0\u1076\'ac\'d5\u1091\'ac\'e5\u1082\'ac\'dc\u1090\'ac\'e4\u1072\'ac\'d1\u1084\'ac\'de\u1080\'ac\'da Samsung SSD (Solid State Drive\~\hich\f31506 \emdash \u1090\'ac\'e4\u1074\'ac\'d3\u1077\'ac\'d6\u1088\'ac\'e2\u1076
\u1085\'ac\'df\u1086\'ac\'e0 \u1080\'ac\'da\u1085\'ac\'df\u1086\'ac\'e0\u1077\'ac\'d6, \u1082\'ac\'dc\u1086\'ac\'e0\u1084\'ac\'de\u1087\'ac\'e1\u1072\'ac\'d1\u1085\'ac\'df\u1080\'ac\'da\u1103\'ac\'f1 Samsung \u1085\'ac\'df\u1077\'ac\'d6 \u1087\'ac\'e1
\'ac\'df\u1080\'ac\'da\u1103\'ac\'f1 Samsung \u1073\'ac\'d2\u1091\'ac\'e5\u1076\'ac\'d5\u1077\'ac\'d6\u1090\'ac\'e4 \u1089\'ac\'e3\u1086\'ac\'e0\u1073\'ac\'d2\u1080\'ac\'da\u1088\'ac\'e2\u1072\'ac\'d1\u1090\'ac\'e4\u1100\'ac\'ee, \u1080\'ac\'da\u1089
\u1099\'ac\'ed\u1084\'ac\'de \u1082\'ac\'dc\u1086\'ac\'e0\u1084\'ac\'de\u1087\'ac\'e1\u1072\'ac\'d1\u1085\'ac\'df\u1080\'ac\'da\u1103\'ac\'f1\u1084\'ac\'de Samsung \u1087\'ac\'e1\u1086\'ac\'e0 \u1074\'ac\'d3\u1089\'ac\'e3\u1077\'ac\'d6\u1084\'ac\'de\u1091
\par \u1050\'ac\'ac\u1086\'ac\'e0\u1084\'ac\'de\u1087\'ac\'e1\u1072\'ac\'d1\u1085\'ac\'df\u1080\'ac\'da\u1103\'ac\'f1\hich\af31506\dbch\af31505\loch\f31506 Samsung \u1085\'ac\'df\u1077\'ac\'d6 \u1086\'ac\'e0\u1073\'ac\'d2\u1103\'ac\'f1\u1079\'ac\'d9\u1072
\u1080\'ac\'da\u1103\'ac\'f1 Samsung \u1084\'ac\'de\u1086\'ac\'e0\u1078\'ac\'d8\u1077\'ac\'d6\u1090\'ac\'e4 \u1074\'ac\'d3 \u1083\'ac\'dd\u1102\'ac\'f0\u1073\'ac\'d2\u1086\'ac\'e0\u1077\'ac\'d6 \u1074\'ac\'d3\u1088\'ac\'e2\u1077\'ac\'d6\u1084\'ac\'de
\par \u1050\'ac\'ac\u1054\'ac\'b0\u1052\'ac\'ae\u1055\'ac\'b1\u1040\'ac\'a1\u1053\'ac\'af\u1048\'ac\'aa\u1071\'ac\'c1\hich\af31506\dbch\af31505\loch\f31506 SAMSUNG \u1055\'ac\'b1\u1056\'ac\'b2\u1071\'ac\'c1\u1052\'ac\'ae\u1054\'ac\'b0 \u1054\'ac\'b0\u1058
\u1050\'ac\'ac\u1054\'ac\'b0\u1052\'ac\'ae\u1055\'ac\'b1\u1040\'ac\'a1\u1053\'ac\'af\u1048\'ac\'aa\u1071\'ac\'c1\hich\af31506\dbch\af31505\loch\f31506 SAMSUNG \u1053\'ac\'af\u1045\'ac\'a6 \u1043\'ac\'a4\u1040\'ac\'a1\u1056\'ac\'b2\u1040\'ac\'a1\u1053
\u1052\'ac\'ae\u1045\'ac\'a6 \u1058\'ac\'b4\u1054\'ac\'b0\u1043\'ac\'a4\u1054\'ac\'b0, \u1050\'ac\'ac\u1054\'ac\'b0\u1052\'ac\'ae\u1055\'ac\'b1\u1040\'ac\'a1\u1053\'ac\'af\u1048\'ac\'aa\u1071\'ac\'c1 SAMSUNG \u1053\'ac\'af\u1045\'ac\'a6 \u1044\'ac\'a5
\hich\af31506\dbch\af31505\loch\f31506 SAMSUNG \u1048\'ac\'aa \u1045\'ac\'a6\u1045\'ac\'a6 \u1040\'ac\'a1\u1060\'ac\'b6\u1060\'ac\'b6\u1048\'ac\'aa\u1051\'ac\'ad\u1048\'ac\'aa\u1056\'ac\'b2\u1054\'ac\'b0\u1042\'ac\'a3\u1040\'ac\'a1\u1053\'ac\'af\u1053
\u1048\'ac\'aa \u1050\'ac\'ac\u1054\'ac\'b0\u1052\'ac\'ae\u1055\'ac\'b1\u1040\'ac\'a1\u1053\'ac\'af\u1048\'ac\'aa\u1071\'ac\'c1 SAMSUNG \u1041\'ac\'a2\u1067\'ac\'bd\u1051\'ac\'ad\u1040\'ac\'a1 \u1059\'ac\'b5\u1042\'ac\'a3\u1045\'ac\'a6\u1044\'ac\'a5\u1054
\u1089\'ac\'e3\u1103\'ac\'f1. \u1050\'ac\'ac\u1086\'ac\'e0\u1084\'ac\'de\u1087\'ac\'e1\u1072\'ac\'d1\u1085\'ac\'df\u1080\'ac\'da\u1103\'ac\'f1 Samsung \u1084\'ac\'de\u1086\'ac\'e0\u1078\'ac\'d8\u1077\'ac\'d6\u1090\'ac\'e4 \u1088\'ac\'e2\u1072\'ac\'d1
\u1077\'ac\'d6\u1081\'ac\'db Samsung \u1087\'ac\'e1\u1080\'ac\'da\u1089\'ac\'e3\u1100\'ac\'ee\u1084\'ac\'de\u1077\'ac\'d6\u1085\'ac\'df\u1085\'ac\'df\u1086\'ac\'e0\u1075\'ac\'d4\u1086\'ac\'e0 \u1091\'ac\'e5\u1074\'ac\'d3\u1077\'ac\'d6\u1076\'ac\'d5\u1086
\u1081\'ac\'db Samsung \u1080\'ac\'da \u1074\'ac\'d3\u1072\'ac\'d1\u1084\'ac\'de\u1080\'ac\'da \u1087\'ac\'e1\u1086\'ac\'e0 \u1076\'ac\'d5\u1072\'ac\'d1\u1085\'ac\'df\u1085\'ac\'df\u1086\'ac\'e0\u1084\'ac\'de\u1091\'ac\'e5 \u1087\'ac\'e1\u1088\'ac\'e2
\par \u1050\'ac\'ac\u1054\'ac\'b0\u1052\'ac\'ae\u1055\'ac\'b1\u1040\'ac\'a1\u1053\'ac\'af\u1048\'ac\'aa\u1071\'ac\'c1\hich\af31506\dbch\af31505\loch\f31506 SAMSUNG \u1053\'ac\'af\u1045\'ac\'a6 \u1053\'ac\'af\u1045\'ac\'a6\u1057\'ac\'b3\u1045\'ac\'a6\u1058
\'ac\'b1\u1040\'ac\'a1\u1053\'ac\'af\u1048\'ac\'aa\u1071\'ac\'c1 SAMSUNG \u1053\'ac\'af\u1045\'ac\'a6 \u1053\'ac\'af\u1045\'ac\'a6\u1057\'ac\'b3\u1045\'ac\'a6\u1058\'ac\'b4 \u1054\'ac\'b0\u1058\'ac\'b4\u1042\'ac\'a3\u1045\'ac\'a6\u1058\'ac\'b4\u1057
\rsid1073929\rsid2043383\rsid3277568\rsid10186454\rsid12192073\rsid12260028\rsid12987064\rsid15219283\rsid15282049}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info
{\nofchars1413}{\*\company SAMSUNG}{\nofcharsws1657}{\vern49167}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw11906\paperh16838\margl1440\margr1440\margt1701\margb1440\gutter0\ltrsect
\deftab800\widowctrl\ftnbj\aenddoc\revisions\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\formshade\horzdoc\dgmargin
\uc1\u25143\'3f\u-29768\'3f\uc2\u21487\'ca\'a6\u-27068\'dd\'be\uc1\u24102\'3f\uc2\u30340\'ee\'dc}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
SAMSUNG ELECTRONICS CO., LTD.}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u-248\'a3\'a8\u20197\'ec\'a4\u19979\'f9\'bb\uc1\u31616\'3f\u31216\'3f}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \uc2\u8220
\'a1\'b0\hich\af31506\dbch\af31505\loch\f31506 SAMSUNG\u8221\'a1\'b1}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u-247\'a3\'a9\u25552\'f0\'ab\u20379\'cd\'ea\u30340\'ee\'dc}{\rtlch\fcs1 \af31507
\ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \u-28817\'3f\uc2\u20214\'cb\'ec\u20043\'f1\'fd\u21069\'ee\'f1\u-244\'a3\'ac\uc1\u-29705
\'dc\'f4\u21516\'d4\'d2\u24847\'eb\'f2\u26412\'dc\'e2}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \u-28817\'3f
\par \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u25480\'e2\'a3\u20104\'e5\'f8\uc1\u24744\'3f\uc2\u-26786\'de\'aa\uc1\u19987\'3f\uc2\u26377\'ea\'f3\u30340\'ee\'dc
\uc2\u21487\'ca\'a6\u-244\'a3\'ac\u21482\'f1\'fe\u-32515\'d2\'f6\u22312\'ee\'a4}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung SSD (Solid State Drive) }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
\u22806\'e8\'e2\u-244\'a3\'ac}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u19981\'dc\'f4\u21521\'fa\'be
\u20173\'ed\'a4\uc1\u23646\'3f\uc2\u20110\'e9\'cd}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u12290
\hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \u23558\'3f\uc2\u22312\'ee\'a4\u20840\'ee\'ef\u29699\'cf\'b9\u-31997\'db\'f5\uc1\u22260\'3f\uc2\u25910\'e2\'a5
\hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u20998\'dd\'c2\u20844\'cd\'eb\u21496\'de\'c9\u20197\'ec\'a4\u21450\'d0\'e0\u25105\'e4\'b2\uc1\u20204\'3f
\par \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \u27809\'3f\uc2\u26377\'ea\'f3\uc1\u20041\'3f\u21153\'3f\uc2\u26356\'cc\'da\u26032\'e3\'e6\u12289\'a1\'a2\uc1\u32500
\u20854\'d0\'ec\u20182\'f6\'e2\u25903\'f2\'a8\u25345\'f2\'a5\u12290\'a1\'a3}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
\par \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u26126\'d9\'a5\uc1\u30830\'3f\uc2\u-30616\'f8\'fa\u31034\'e3\'c6\u19981\'dc\'f4\u25552\'f0\'ab\u20379\'cd\'ea
\'d6\'c7\u30340\'ee\'dc\uc1\u25285\'3f\uc2\u20445\'dc\'c1\u12290\'a1\'a3}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
\'d8\'fc\u30340\'ee\'dc\u20351\'de\'c5\u29992\'e9\'c4\u25928\'fc\'f9\u26524\'cd\'fd\u-244\'a3\'ac}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
\uc2\u22833\'e3\'f7\u-247\'a3\'a9\u-244\'a3\'ac}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u21450\'d0\'e0
\uc2\u20351\'de\'c5}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \uc2\u30693\'f2\'b1\u-28589\'d4\'b3\u21487
\u-29778\'3f\u24182\'3f\uc2\u19988\'f3\'a6\u26410\'da\'b1\u22312\'ee\'a4\u25910\'e2\'a5\u21040\'d3\'f0}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1
\u-28709\'3f\uc2\u-30644\'fa\'bc\uc1\u32416\'3f\uc2\u27491\'ef\'e1\u-244\'a3\'ac}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568
\hich\af31506\dbch\af31505\loch\f31506 Samsung }{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \loch\af31506\hich\af31506\dbch\f31505 \u19982\'3f\u24744\'3f\uc2\u20043\'f1\'fd\uc1\u-27148\'3f\uc2\u23601\'f6\'a6\u26412\'dc\'e2\u25991\'d9\'fe\u20027
\'e0\'f7\u30340\'ee\'dc\uc1\u25439\'3f\uc2\u22833\'e3\'f7\u25110\'fb\'e4\uc1\u25439\'3f\uc2\u23475\'fa\'aa\u-244\'a3\'ac}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507 \ltrch\fcs0
\uc1\u25968\'3f\uc2\u25454\'cb\'df\uc1\u20002\'3f\uc2\u22833\'e3\'f7\u21644\'fb\'fa\u24674\'fc\'e1\uc1\u22797\'3f\uc2\u-244\'a3\'ac}{\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid3277568 \hich\af31506\dbch\af31505\loch\f31506 SAMSUNG }{\rtlch\fcs1 \af31507
Balloon Text Char;}}{\*\rsidtbl \rsid28394\rsid3277568\rsid10186454\rsid12192073\rsid12799740\rsid15282049}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\in
o
{\nofchars4823}{\*\company SAMSUNG}{\nofcharsws5657}{\vern49167}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw11906\paperh16838\margl1440\margr1440\margt1701\margb1440\gutter0\ltrsect
\deftab800\widowctrl\ftnbj\aenddoc\revisions\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\formshade\horzdoc\dgmargin
a de Utilizador Final do Software Samsung
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 LEIA ATENTAMENTE OS TERMOS E CONDI\u199\'43\u213\'4f\loch\f31506 \hich\f31506 ES SEGUINTES ANTES DE UTILIZAR O SOFTWARE SAMSUNG FORNECIDO PELA SAMSUNG ELECTRONICS CO., LTD. ("SAMSUNG"). SE N\u195\'41
\loch\f31506 \hich\f31506 O ACEITAR OS TERMOS E CONDI\u199\'43\u213\'4f\loch\f31506 ES DO PRESENTE \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 CONTRATO DE LICEN\u199\'43\loch\f31506 \hich\f31506 A DO SOFTWARE SAMSUNG ("CONTRATO"), N\u195\'41
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 A Samsung concede ao Utilizador uma licen\u231\'63\loch\f31506 \hich\f31506 a n\u227\'61\loch\f31506 \hich\f31506 o exclusiva, n\u227\'61\loch\f31506 \hich\f31506 o transfer\u237\'69\loch\f31506
vel e isenta de royalties para utilizar o Software apenas com produtos Samsung SSD (S\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 olid State Drive). O Utilizador n\u227\'61\loch\f31506 \hich\f31506 o pode modificar o Software, efectuar a compila
\hich\f31506 ermanecem com a Samsung. O Software \u233\'65\loch\f31506 \hich\f31506 licenciado, e n\u227\'61\loch\f31506 \hich\f31506 o vendido, ao Utilizador. O Utilizador tem de reproduzir e incluir todas as informa\u231\'63\u245\'6f\loch\f31506
\hich\f31506 es de direitos de autor e quaisquer outras informa\u231\'63\u245\'6f\loch\f31506 es de direitos de propriedade no Software.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 O Utilizador compreende e concorda que a Samsung ir\u225\'61\loch\f31506 \hich\f31506
recolher, utilizar e transferir intencionalmente dados relacionados com o dispositivo do Utilizador, incluindo informa\u231\'63\u245\'6f\loch\f31506 \hich\f31506 es t\u233\'65\loch\f31506 \hich\f31506 cnicas sobre os sistemas e aplica\u231\'63\u245\'6f
\hich\af31506\dbch\af31505\loch\f31506 o\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 m outras afiliadas internacionais da Samsung e com os nossos fornecedores de servi\u231\'63\loch\f31506 os, para estes fins.
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 A Samsung n\u227\'61\loch\f31506 \hich\f31506 o tem qualquer obriga\u231\'63\u227\'61\loch\f31506 \hich\f31506 o de actualizar, manter ou fornecer novas vers\u245\'6f\loch\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 A SAMSUNG EXCLUI EXPRESSAMENTE TODAS AS GARANTIAS, EXPRESSAS\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 OU IMPL\u205\'49\loch\f31506 \hich\f31506 CITAS, INCLUINDO, SEM LIMITA\u199\'43\u213\'4f\loch\f31506
\hich\f31506 ES, A N\u195\'41\loch\f31506 \hich\f31506 O INFRAC\u199\'43\u195\'41\loch\f31506 \hich\f31506 O DE DIREITOS DE TERCEIROS, QUAISQUER GARANTIAS IMPL\u205\'49\loch\f31506 \hich\f31506 CITAS DE COMERCIALIZA\u199\'43\u195\'41\loch\f31506
\loch\f31506 O OU COS\hich\af31506\dbch\af31505\loch\f31506 T\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 UME COMERCIAL. A SAMSUNG N\u195\'41\loch\f31506 \hich\f31506 O GARANTE QUE O SOFTWARE IR\u193\'41\loch\f31506 \hich\f31506
SATISFAZER AS NECESSIDADES DO UTILIZADOR, NEM QUE O FUNCIONAMENTO DO SOFTWARE SER\u193\'41\loch\f31506 \hich\f31506 CONT\u205\'49\loch\f31506 \hich\f31506 NUO OU ISENTO DE ERROS. AL\u201\'45\loch\f31506 \hich\f31506 M DISSO, A SAMSUNG N\u195\'41
\par \hich\af31506\dbch\af31505\loch\f31506 A SAMSUNG OU QUALQUER UMA DAS SUAS EMPRESA\hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 S AFILIADAS N\u195\'41\loch\f31506 \hich\f31506 O SER\u195\'41\loch\f31506 \hich\f31506 O RESPONS\u193\'41\loch\f31506
\hich\f31506 O DE NEG\u211\'4f\loch\f31506 \hich\f31506 CIO OU PERDA DE INFORMA\u199\'43\u213\'4f\loch\f31506 ES) DECORRENTES DA UTILIZA\loch\af31506\dbch\af31505\hich\f31506 \u199\'43\loch\af31506\dbch\af31505\hich\f31506 \u195\'41\loch\f31506
\hich\f31506 O OU INCAPACIDADE DE UTILIZA\u199\'43\u195\'41\loch\f31506 O DO SOFTWARE POR PARTE DO UTILIZADOR, MESMO QUE A SAMSUNG TENHA SIDO AVISADA DA POSSIBILIDADE DESSES DANOS.
o deste, ou pela Samsung, caso o Utilizador n\u227\'61\loch\f31506 \hich\f31506 o corrija qualquer viola\u231\'63\u227\'61\loch\f31506 \hich\f31506 o do presente Contrato num prazo de sessenta (60) dias ap\u243\'6f\loch\f31506 \hich\f31506
s aviso por escrito da viola\u231\'63\u227\'61\loch\f31506 o pela Samsung.\hich\af31506\dbch\af31505\loch\f31506 \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 Ap\u243\'6f\loch\f31506 \hich\f31506 s a cessa\u231\'63\u227\'61\loch\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 O presente Contrato constitui o contrato integral entre a Samsung e o Utilizador relativamente ao objecto do mesmo, substituindo todas as comunica\u231\'63\u245\'6f\loch\f31506
\par \hich\af31506\dbch\af31505\loch\f31506 \hich\f31506 A SAMSUNG N\u195\'41\loch\f31506 \hich\f31506 O \u201\'45\loch\f31506 \hich\f31506 RESPONS\u193\'41\loch\f31506 \hich\f31506
O DESTA APLICA\u199\'43\u195\'41\loch\f31506 \hich\f31506 O. A SAMSUNG TAMB\u201\'45\loch\f31506 \hich\f31506 M N\u195\'41\loch\f31506 \hich\f31506
0000000000000000000000000000000000000000000000000105000000000000}}Copyright (c) 2020, SAMSUNG ELECTRONICS CO., LTD.
<!--<Image X="-3" Y="0" Width="64" Height="64" ImageFile="Samsung_Logo.png"/>-->
<Image X="-3" Y="3" Width="64" Height="64" ImageFile="Samsung_Logo.png"/>
<Editbox Name="FolderEditbox" X="11" Y="180" Width="-91" Height="21" TabStop="yes" FontId="3" FileSystemAutoComplete="yes" />
<!--<Image X="-3" Y="0" Width="64" Height="64" ImageFile="Samsung_Logo.png"/>-->
<!--<Image X="11" Y="0" Width="64" Height="64" ImageFile="Samsung_Logo.png"/>-->
<!--<Image X="-3" Y="0" Width="64" Height="64" ImageFile="Samsung_Logo.png"/>-->
\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}
\info{\author Prateek Verma}{\operator Prateek Verma}{\creatim\yr2015\mo9\dy14\hr17\min26}{\revtim\yr2015\mo9\dy14\hr17\min26}
\widowctrl\ftnbj\aenddoc\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\noxlattoyen
\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid15796474 Samsung Software Agreement on End User License
\par PLEASE CAREFULLY READ THE FOLLOWING TERMS AND CONDITIONS BEFORE USING THE SAMSUNG SOFTWARE PROVIDED BY SAMSUNG ELECTRONICS CO., LTD. (\'93SAMSUNG\'94). IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS SAMSUNG SOFTWARE LICENSE AGREEMENT (\'93
\par Samsung grants to you a nonexclusive, nontransferable and royalty-free license to use the Software only with Samsung SSD (Solid State Drive) products. You may not modify the Software; reverse compile, reverse engine
ership, or intellectual property rights of any kind, express or implied, are transferred to you, and all right, title, and interest in and to the Software remains with Samsung. The Software is licensed to you and not sold. You must reproduce and include a
\par You understand and agree that Samsung will collect, use and transfer internationally data relating to your device, including techn
ical information about the systems and applications, application programs and devices associated with and connected to your device, in order to provide product support, engage in statistical research, upgrade our software and provide other related service
s. This data may be shared with other Samsung affiliates worldwide and our service providers for these purposes.
\par Samsung is under no obligation to update, maintain, or provide new versions or other support for the Software. Samsung may make changes to the Software at any time without notice to you.
\par SAMSUNG EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, NONINFRINGEMENT OF THIR
D PARTY RIGHTS, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE, AND ANY WARRANTIES ARISING FOR ANY COURSE OF DEALING OR USAGE OF TRADE. SAMSUNG DOES NOT WARRANT THAT THE SOFTWARE WILL MEET YOUR REQUIREMENTS, OR THAT THE OP
RATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE. FURTHERMORE, SAMSUNG DOES NOT MAKE ANY REPRESENTATIONS REGARDING THE USE OR THE RESULTS OF THE USE OF THE SOFTWARE IN TERMS OF ITS CORRECTNESS, ACCURACY, RELIABILITY, OR OTHERWISE. THE ENTIRE RIS
\par IN NO EVENT SHALL SAMSUNG OR ITS AFFILIATED COMPANIES BE LIABLE FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, INCIDENTAL, OR SPECIAL DAMAGES (INCLUDING, WITHOUT LIMITATION, DA
MAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF YOUR USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF SAMSUNG HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
\par This Agreement is effective until terminated. This Agreement may be terminated by you at any time by deleting the Software and discontinuing its use, or by Samsung if you fail to cure any breach of this Agreement within sixty (60) days\rquote
written notice of breach by Samsung. Upon termination, the licenses granted to you shall terminate, and you shall cease all use and distribution of, and cease exercising any and all other rights granted under this Agreement with respect to, the Software.
\par This Agreement constitutes the entire agreement between Samsung and you regarding the subject matter hereof and supersedes all previous oral or written communications between the parties.
\par Samsung is not responsible for any loss or damage to your computer, system, or application programs, arising from the use of this application. Samsung also does not

=== /home/cosair/pe_segments/pe_15446.bin ===

=== /home/cosair/pe_segments/pe_16173.bin ===

=== /home/cosair/pe_segments/pe_176364.bin ===
set nvmepath=%~dp0
echo %nvmepath%
for /f "tokens=4 delims=\:" %%f in ('find /c /i "nvme.sys" "%windir%\inf\oem*.inf" ^| find /v ".INF: 0" ^| find ".INF:"') do @(
for /f "tokens=4 delims=\:" %%g in ('find /c /i "1.4.7.16" "%windir%\inf\%%f" ^| find /v ".INF: 0" ^| find ".INF"') do @(
"%nvmepath%SamsungFinder.exe" -f dp_delete %%g
for /f "tokens=4 delims=\:" %%f in ('find /c /i "nvme.sys" "%windir%\inf\oem*.inf" ^| find /v ".INF: 0" ^| find ".INF:"') do @(
for /f "tokens=4 delims=\:" %%g in ('find /c /i "1.4.7.17" "%windir%\inf\%%f" ^| find /v ".INF: 0" ^| find ".INF"') do @(
"%nvmepath%SamsungFinder.exe" -f dp_delete %%g
::"%nvmepath%SamsungFinder.exe" remove PCI\VEN_144D
::"%nvmepath%SamsungFinder.exe" rescan PCI\VEN_144D
"%nvmepath%SamsungFinder.exe" classfilter diskdrive lower !nvmeF
set nvmepath=%~dp0
"%nvmepath%SamsungFinder.exe" remove "PCI\VEN_144D&DEV_A802"
"%nvmepath%SamsungFinder.exe" remove "PCI\VEN_144D&DEV_A804"
"%nvmepath%SamsungFinder.exe" remove "PCI\VEN_144D&DEV_A808&SUBSYS_A801144D"
:: Rescan the system, so that the latest driver will load for the devices
"%nvmepath%SamsungFinder.exe" rescan
<String Id="EulaDlgTxtTitle">Please read the following important information before continuing.</String>
<String Id="ModifyHeader">Select the operation you want to perform &#13;&#10;&#13;&#10; . Repair&#13;&#10; &#032;&#032;tries to fix the errors in the most recent installation state &#13;&#10;&#13;&#10; . Uninstall&#13;&#10; &#032;&#032;removes Samsung NVM Express Driver from your computer</String>
<String Id="FailureHyperlinkLogText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href="#"&gt;log file&lt;/a&gt;.</String>

=== /home/cosair/pe_segments/pe_203126.bin ===

=== /home/cosair/pe_segments/pe_2878369.bin ===

=== /home/cosair/pe_segments/pe_2893616.bin ===

=== /home/cosair/pe_segments/pe_2896962.bin ===

=== /home/cosair/pe_segments/pe_2898254.bin ===
SetupUninstallOEMInfW
SetupVerifyInfFile
D:\SVN_VOB\UBX_Internal_NEW\Source\SamsungFinder\C++\x64\Win7Release\SamsungFinder.pdb
FileTimeToSystemTime
InitiateSystemShutdownExW
SetupDiGetDeviceInfoListDetailW
SetupDiCreateDeviceInfoListExW
SetupDiOpenDeviceInfoW
SetupDiEnumDeviceInfo
SetupDiDestroyDeviceInfoList
SetupOpenInfFileW
SetupCloseInfFile
SetupDiBuildDriverInfoList
SetupDiEnumDriverInfoW
SetupDiGetDriverInfoDetailW
SetupDiDestroyDriverInfoList
GetSystemTimeAsFileTime
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
</trustInfo>
set nvmepath=%~dp0
echo %nvmepath%
for /f "tokens=4 delims=\:" %%f in ('find /c /i "nvme.sys" "%windir%\inf\oem*.inf" ^| find /v ".INF: 0" ^| find ".INF:"') do @(
for /f "tokens=4 delims=\:" %%g in ('find /c /i "1.4.7.16" "%windir%\inf\%%f" ^| find /v ".INF: 0" ^| find ".INF"') do @(
"%nvmepath%SamsungFinder.exe" -f dp_delete %%g
for /f "tokens=4 delims=\:" %%f in ('find /c /i "nvme.sys" "%windir%\inf\oem*.inf" ^| find /v ".INF: 0" ^| find ".INF:"') do @(
for /f "tokens=4 delims=\:" %%g in ('find /c /i "1.4.7.17" "%windir%\inf\%%f" ^| find /v ".INF: 0" ^| find ".INF"') do @(
"%nvmepath%SamsungFinder.exe" -f dp_delete %%g
::"%nvmepath%SamsungFinder.exe" remove PCI\VEN_144D
::"%nvmepath%SamsungFinder.exe" rescan PCI\VEN_144D
"%nvmepath%SamsungFinder.exe" classfilter diskdrive lower !nvmeF
set nvmepath=%~dp0
"%nvmepath%SamsungFinder.exe" remove "PCI\VEN_144D&DEV_A802"
"%nvmepath%SamsungFinder.exe" remove "PCI\VEN_144D&DEV_A804"
"%nvmepath%SamsungFinder.exe" remove "PCI\VEN_144D&DEV_A808&SUBSYS_A801144D"
:: Rescan the system, so that the latest driver will load for the devices
"%nvmepath%SamsungFinder.exe" rescan
set nvmepath=%~dp0
set DriverPath1="%SystemDrive%\Program Files\Samsung\Driver"
::echo %nvmepath%
set procarch="_32\secnvme.inf"
set procarch="_64\secnvme.inf"
:: Currently single inf file support both A802, A804 and A808 device ids
:: If there are more than one inf file which supports specific set of devices
:: then have to find out the device present in system and then update only that
"%nvmepath%SamsungFinder.exe" update %DriverPath2% "PCI\VEN_144D&DEV_A802"
"%nvmepath%SamsungFinder.exe" update %DriverPath2% "PCI\VEN_144D&DEV_A804"
"%nvmepath%SamsungFinder.exe" update %DriverPath2% "PCI\VEN_144D&DEV_A808&SUBSYS_A801144D"
:: Hardcoding return value as either one of above device may not be present in system
set nvmepath=%~dp0
set DriverPath1="%SystemDrive%\Program Files\Samsung\Driver"
::echo %nvmepath%
set procarch="_32\secnvme.inf"
set procarch="_64\secnvme.inf"
:: Currently single inf file support both A802, A804 and A808 device ids
:: If there are more than one inf file which supports specific set of devices
:: then have to find out the device present in system and then update only that
"%nvmepath%SamsungFinder.exe" update %DriverPath2% "PCI\VEN_144D&DEV_A802"
"%nvmepath%SamsungFinder.exe" update %DriverPath2% "PCI\VEN_144D&DEV_A804"
"%nvmepath%SamsungFinder.exe" update %DriverPath2% "PCI\VEN_144D&DEV_A808&SUBSYS_A801144D"
:: Hardcoding return value as either one of above device may not be present in system
<String Id="EulaDlgTxtTitle">Please read the following important information before continuing.</String>
<String Id="ModifyHeader">Select the operation you want to perform &#13;&#10;&#13;&#10; . Repair&#13;&#10; &#032;&#032;tries to fix the errors in the most recent installation state &#13;&#10;&#13;&#10; . Uninstall&#13;&#10; &#032;&#032;removes Samsung NVM Express Driver from your computer</String>
<String Id="FailureHyperlinkLogText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href="#"&gt;log file&lt;/a&gt;.</String>
<String Id="EulaDlgTxtTitle">Lesen Sie bitte folgende, wichtige Informationen bevor Sie fortfahren.</String>
<String Id="FailureHyperlinkLogText">Beim Setup ist aufgrund mindestens eines Problems ein Fehler aufgetreten. Beheben Sie die Probleme, und wiederholen Sie das Setup. Weitere Informationen finden Sie in der &lt;a href="#"&gt;Protokolldatei&lt;/a&gt;.</String>
<String Id="EulaDlgTxtTitle">Es importante que lea la siguiente informaci
s informaci
<String Id="EulaDlgTxtTitle">Les informations suivantes sont importantes. Veuillez les lire avant de continuer.</String>
sent de toutes les informations pour installer [WixBundleName] sur votre ordinateur.</String>
mes et recommencez l'installation. Pour plus d'informations, consultez le &lt;a href="#"&gt;fichier journal&lt;/a&gt;.</String>
<String Id="EulaDlgTxtTitle">Leggere con attenzione le informazioni che seguono prima di procedere.</String>
problemi. Risolvere i problemi e provare di nuovo l'installazione. Per ulteriori informazioni vedere il &lt;a href="#"&gt;file di log&lt;/a&gt;.</String>

=== /home/cosair/pe_segments/pe_339403.bin ===

=== /home/cosair/pe_segments/pe_37871.bin ===

=== /home/cosair/pe_segments/pe_691907.bin ===
GetLogicalProcessorInformation
EnumSystemLocalesEx
GetLocaleInfoEx
GetFileInformationByHandleExW
SetFileInformationByHandleW
GetUserObjectInformationW
Too many open files in system
Read-only file system
For information on how your program can cause an assertion
GetUserObjectInformationA
1#INF
?asinf
8Csinf
GetLogicalProcessorInformationEx
QueryUmsThreadInformation
SetUmsThreadInformation
??1type_info@@UEAA@XZ
??8type_info@@QEBA_NAEBV0@@Z
??9type_info@@QEBA_NAEBV0@@Z
?_GetConcRTTraceInfo@Concurrency@@YAPEBU_CONCRT_TRACE_INFO@details@1@XZ
?_Name_base@type_info@@CAPEBDPEBV1@PEAU__type_info_node@@@Z
?_Name_base_internal@type_info@@CAPEBDPEBV1@PEAU__type_info_node@@@Z
?_Type_info_dtor@type_info@@CAXPEAV1@@Z
?_Type_info_dtor_internal@type_info@@CAXPEAV1@@Z
?_is_exception_typeof@@YAHAEBVtype_info@@PEAU_EXCEPTION_POINTERS@@@Z
?_name_internal_method@type_info@@QEBAPEBDPEAU__type_info_node@@@Z
?_type_info_dtor_internal_method@type_info@@QEAAXXZ
?before@type_info@@QEBA_NAEBV1@@Z
?name@type_info@@QEBAPEBDPEAU__type_info_node@@@Z
?raw_name@type_info@@QEBAPEBDXZ
_CreateFrameInfo
__GetPlatformExceptionInfo
__badioinfo
__clean_type_info_names_internal
__crtEnumSystemLocalesEx
__crtGetFileInformationByHandleEx
__crtGetLocaleInfoEx
__crtSetFileInformationByHandle
__pioinfo
__pxcptinfoptrs
__sys_errlist
__sys_nerr
_aligned_msize
_getsystime
_invalid_parameter_noinfo
_invalid_parameter_noinfo_noreturn
_msize
_setsystime
_sys_errlist
_sys_nerr
_wsystem
asinf
casinf
csinf
fminf
sinf
FileTimeToSystemTime
GetSystemTimeAsFileTime
GetTimeZoneInformation
GetLogicalProcessorInformation
GetCPInfo
HeapQueryInformation
GetSystemInfo
GetStartupInfoW
GetFileInformationByHandle
GetLocaleInfoW
EnumSystemLocalesW
.?AVtype_info@@

=== /home/cosair/pe_segments/pe_75423.bin ===
EventSetInformation
1#INF
GetFileVersionInfoSizeW
GetFileVersionInfoW
RegQueryInfoKeyW
GetSystemTimeAsFileTime
GetStartupInfoW
GetCPInfo
.?AVtype_info@@
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
</trustInfo>
cosair@DESKTOP-1IUHAB1:~/pe_segments$
 
Your shell is waiting for input because grep was started without a filename (so it read stdin). That’s why the prompt never returned — grep was sitting there waiting for you to type or send EOF.
Quick recovery options (pick one):
  • Press Ctrl-C — this sends SIGINT and will stop the running grep and return you to the prompt.
  • Or press Ctrl-D — this sends EOF to grep; if grep was just waiting for stdin it will exit.
  • If the terminal is unresponsive or you backgrounded it (Ctrl-Z), open a second terminal and do:
    • jobs -l # show stopped/background jobs in the current shell
    • fg %1 # bring job 1 to foreground (if you stopped it) and then Ctrl-C to kill
    • or find & kill the process:
    • ps aux | grep '[g]rep -a -n' # find the grep process
    • kill <PID> # send SIGTERM
    • kill -9 <PID> # if SIGTERM doesn’t work (use only if needed)
    • or kill by name:
    • pkill -f "grep -a -n" # kills any grep matching that pattern
Why it happened
  • Running grep with only a pattern (no filename) makes grep read from stdin. Example of what hung:
    grep -a -n $'\x50\x4b\x03\x04' || true
    grep waits for input from the keyboard until you send EOF (Ctrl-D) or interrupt (Ctrl-C).
  • Also some garbled commands in your history show partial/accidentally-pasted lines; be careful to include the filename (or path) when you want to search files.
How to run the grep you intended
  • To search a file for the ZIP header (PK.., run:
    grep -a -b $'\x50\x4b\x03\x04' /path/to/combined.bin
  • To search carved_container.bin:
    grep -a -b $'\x50\x4b\x03\x04' ~/carved_container.bin
  • To search for strings like the MSI name:
    strings -a -n 6 ~/carved_container.bin | egrep -i 'SamsungInstaller64.msi|SamsungInstaller64|SamsungInstaller'
If you want, tell me which of the recovery options you tried (Ctrl-C / Ctrl-D / opened another terminal) and I’ll give the exact next commands to continue your extraction safely.
 
@ChatGPT

Okay, I'm back on a new Windows session.

Given the progress made and the information gained, what is the most direct and thorough way to extract the driver files needed?
 
Good — you already did most of the hard work (you located the Burn manifest and carved the attached container). Below I’ll give a short, practical plan with the fewest steps that will reliably get you the actual driver MSI/CAB/INF files, plus fallback steps for the tricky cases you already ran into (zlib-compressed resources, installer bootstrapper that 7‑Zip won’t open).
Pick the path that matches your environment (you said you’re on Windows now). If you want, I can walk you through any single step interactively.
Recommended (fastest / most direct) — on Windows (preferred)
  • Work from the original combined.bin (the Wix/Burn bootstrapper). Make a copy and rename so it looks like an EXE:
    • copy combined.bin Samsung_NVM_Express_Driver.exe
  • Try 7‑Zip first (GUI or CLI). 7‑Zip usually understands Burn bootstrapper overlays:
    • GUI: Right‑click → 7‑Zip → Open archive. If it opens, you should see an attached container (and .msi files such as SamsungInstaller64.msi / SamsungInstaller32.msi). Extract them to a folder.
    • CLI: from an elevated CMD/PowerShell:
    • mkdir C:\temp\extracted
    • "C:\Program Files\7-Zip\7z.exe" x "C:\path\Samsung_NVM_Express_Driver.exe" -oC:\temp\extracted
    • If the .msi files appear, you’re done — open them with 7‑Zip or lessmsi / MSIEXEC to inspect/extract driver files (INF, SYS, CAT).
  • If 7‑Zip extracts a secondary attached container (e.g. a .cab or another EXE), open that container with 7‑Zip the same way until you reach Setup64 / SamsungInstaller64.msi (or the .cab containing the drivers).
  • Once you have the .msi:
    • Use lessmsi (Windows) to extract: lessmsi x SamsungInstaller64.msi C:\temp\drivers
    • Or use msiexec (to just view contents): msiexec /a SamsungInstaller64.msi /qb TARGETDIR=C:\temp\drivers
If 7‑Zip fails: carve the embedded MSI using offsets (WSL/PowerShell)
  • You already found where the container starts (example offset you used earlier, 394394) and carved a 3,025,380‑byte chunk. If 7‑Zip couldn’t open that carved file, try searching inside the carved file for a ZIP/MSI header and then extracting that slice to a separate file:
    • In WSL (or Linux VM):
    • grep -a -b $'\x50\x4b\x03\x04' combined.bin # list offsets of ZIP/MSI signatures
    • If that prints offsets (for example N), carve starting at that offset:
      • dd if=combined.bin of=carved_msi.zip bs=1 skip=<N> status=progress
    • Try to open carved_msi.zip with 7z: 7z t carved_msi.zip (or 7z x carved_msi.zip -ocarved_out)
    • If you find a PK header but the ZIP is not contiguous (split across compression blocks), see the “zlib blocks” fallback below.
If the payload is zlib-compressed (what you found earlier)
  • You already extracted .zlib resources and decompressed to .dec files (good). Those .dec files are resource blobs (images, INF/msi fragments, etc.. The thorough approach is:
    1. Decompress every .zlib chunk (you already did).
    2. Search each decompressed chunk for PK / MZ / OLE2 signatures:
      • grep -a -n $'\x50\x4b\x03\x04' *.dec
      • grep -a -n $'\x4d\x5a' *.dec
      • grep -a -n $'\xD0\xCF\x11\xE0' *.dec
    3. If you find a PK header inside a decompressed chunk, carve that slice (dd) out to a file and try 7‑Zip / lessmsi on it.
  • If the MSI has been split across multiple zlib blobs (rare, but possible with custom bundling), you will need to:
    • locate the sequence of blobs that contain contiguous parts of the central directory and the files,
    • concatenate them in the correct order to produce a valid ZIP/MSI, then open with 7‑Zip. (I can help identify the correct order if you paste the grep results.
Alternate extraction tools (when 7‑Zip or grep/dd are not enough)
  • wrestool / icoutils (extract embedded resources from PE) — wrestool -x -a <exe> -o outdir. This works if the MSI or CAB is a PE resource. You attempted wrestool earlier and got “not a PE” for some carved files; if you carve the correct full PE the tool will succeed.
  • Resource Hacker, PE Explorer / CFF Explorer (Windows GUI) — open the carved PE and look for RT_RCDATA or embedded data blocks.
  • lessmsi or msiexec (for .msi once you have it).
  • cabextract / expand / msiextract / 7z for .cab files.
How to pick the right carved offset (summary of what you already did)
  • The Burn manifest at the start of combined.bin tells you there’s an Attached container (Samsung NVM Express Driver.exe) and its FileSize. Use that exact size and the offset of the first MZ following the manifest to carve the container. You already carved a 3,025,380‑byte chunk from offset 394,394 — that was the right idea; the next step is to open that carved EXE with Windows tools (7‑Zip / Resource Hacker / wrestool). If it doesn’t open on Linux, try the Windows GUI 7‑Zip first.
If you want me to produce exact commands now
  • Tell me which file you have accessible on the Windows machine:
    • the original combined.bin (full bootstrapper), or
    • the carved_container.bin you made earlier, or
    • the decompressed .dec files from the zlib extraction.
  • Tell me whether you prefer GUI steps (7‑Zip/Resource Hacker/lessmsi) or CLI (PowerShell/WSL). I’ll give the exact commands to run and what to paste back (if you want me to read grep/grep outputs to identify exact offsets and carve them).
Quick checklist for success (useful to verify progress)
  • You can open the top-level bootstrapper EXE in 7‑Zip and see files called SamsungInstaller64.msi / SamsungInstaller32.msi OR you can extract a subordinate EXE that in turn contains those MSIs.
  • If you get an actual .msi, confirm by running lessmsi or 7‑Zip on it and verify it contains .inf/.sys/.cat driver files.
  • If you only see zlib/resource chunks, decompress them all and search the decompressed outputs for PK/MZ headers. If you find them, carve and open.
If you want immediate help, tell me:
  • path to the file you want me to target (example: C:\Temp\combined.bin or the carved file you made),
  • whether you can run WSL / PowerShell / have 7‑Zip installed,
    and I will give the exact command sequence (or the exact GUI clicks) to extract the MSI and driver files.
 
@ChatGPT

I'm not absolutely sure if I did actually unpack the parts, since I can't find where they extracts got saved to. Maybe we need to do the unpacking again. That said, when I renamed a copy of combined.bin to Samsung_NVM_Express_Driver.exe, 7zip said it wasn't a readable archive.
 
Good — you already found the important pieces (the Wix Burn manifest that lists a WixAttachedContainer containing several MSI payloads, and you carved that container out of combined.bin). Now the most direct, reliable ways to actually get the driver MSI(s) (and the INF/SYS files inside them) are, in order:
1) Preferred / fastest: let the original bootstrapper (the .exe) produce a layout on Windows
  • On a Windows machine (preferably an isolated / test VM), make a copy of combined.bin and rename it to Samsung_NVM_Express_Driver.exe:
    • copy combined.bin Samsung_NVM_Express_Driver.exe
  • Run the bootstrapper with the bootstrapper/layout switch so it writes its embedded payloads to disk:
    • Open an elevated Command Prompt and run:
    • Samsung_NVM_Express_Driver.exe /layout C:\Temp\SamsungExtract
    • If that option exists for the bundle it will extract all embedded MSIs and payload files to C:\Temp\SamsungExtract (this is what Wix/Burn bootstrappers support: a layout/offline extraction).
  • If /layout is not recognized, run Samsung_NVM_Express_Driver.exe /? to see supported switches. Also try:
    • Samsung_NVM_Express_Driver.exe /extract C:\Temp\SamsungExtract
    • Samsung_NVM_Express_Driver.exe /quiet /norestart /extract:C:\Temp\SamsungExtract
  • Once you have the extracted folder, look for the MSI names referenced in the Burn manifest (e.g., SamsungInstaller64.msi, Samsung960ProInstaller64.msi, etc.. Open each MSI with 7‑Zip or lessmsi (Windows) to extract the driver files (INF, SYS, CAT).
Why this first: it’s the vendor-intended method, it extracts MSIs intact and avoids us trying to reconstruct compressed resource blobs manually.
2) If you cannot run the EXE (e.g., you only have the carved blob on Linux), try automatic carving tools (binwalk) on the carved container
  • On Linux (or WSL) run binwalk’s extraction which looks for embedded archives and decompresses them:
    • sudo apt install binwalk (if missing)
    • sudo binwalk -M -e carved_container.bin
    • Look in the binwalk _carved_container.bin.extracted (or similar) directory for .msi / .cab / .zip blobs that were recovered. Then use 7z or msiextract on those.
  • Binwalk often finds and extracts embedded ZIP/CAB/MSI chunks automatically; it’s much easier than manual offset-by-offset carving.
3) If binwalk/7z fail, use a manual decompress + search sequence (you already started this workflow)
  • You already carved the WixAttachedContainer bytes out (dd if=combined.bin skip=OFFSET count=SIZE of=carved_container.bin). If that carved file is still not a 7z-openable archive:
    • Run binwalk (above) on carved_container.bin; or
    • Search the carved blob for compressed resource blocks and for ZIP/MSI headers:
    • grep -a -b $'\x50\x4b\x03\x04' carved_container.bin # searches for PK.. (ZIP/MSI/CAB)
    • grep -a -b $'\xD0\xCF\x11\xE0' carved_container.bin # OLE2 (compound MSI)
    • grep -a -b $'\x4d\x5a' carved_container.bin # MZ (PE/exe resources)
  • Many bootstrappers store payload resources compressed individually (zlib). If you find .zlib blobs (you already saw .zlib pieces in your _carved_container.bin.extracted step), decompress them and then search the decompressed output for ZIP headers:
    • For each .zlib file:
    • python3 - <<'PY'
      import zlib,sys
      data=open('file.zlib','rb').read
      open('file.dec','wb').write(zlib.decompress(data)
      PY
    • Then grep the .dec files for PK header:
    • grep -a -b $'\x50\x4b\x03\x04' *.dec
    • When you find a PK header inside a .dec, note the offset and carve that region out (dd with skip=offset count=… or cut from that file). A PK header usually marks the start of an MSI/CAB/ZIP entry you can open with 7‑Zip.
4) Once you obtain an MSI (or a CAB inside an MSI), extract the driver files:
  • On Windows:
    • Use 7‑Zip: right click the MSI → 7‑Zip → Open archive → extract the contents.
    • Or use lessmsi (GUI or command line): lessmsi x SamsungInstaller64.msi C:\Temp\msi_contents
  • Inside the MSI you’ll find the driver INF(s) and SYS(s) (and catalogs). Those are the files you need to install the driver (copy to Program Files\Samsung\Driver or use pnputil /devcon to add).
5) If you only need specific INF/SYS and want to avoid installation, extract them and use:
  • pnputil /add-driver path\secnvme.inf /install (on an admin Windows shell) to install the driver from the extracted INF.
  • Or copy the files into a driver folder and use Device Manager → Update driver → Browse my computer for drivers.
Practical checklist for you (recommended order)
  1. On Windows VM: copy combined.bin → Samsung_NVM_Express_Driver.exe and run:
    • Samsung_NVM_Express_Driver.exe /layout C:\Temp\SamsungExtract
    • If successful → open C:\Temp\SamsungExtract and extract the MSI(s) with 7‑Zip / lessmsi.
  2. If (1) fails, take carved_container.bin you already created and run binwalk -Me carved_container.bin to auto-extract.
  3. If binwalk fails, decompress all .zlib pieces (you already did that once) and search the .dec outputs for PK (ZIP/MSI), then carve and extract.
  4. After you get the MSI(s), extract kernel driver files (INF/SYS) using 7‑Zip or lessmsi and test-install in a VM.
Notes / safety
  • Run extraction and any installs in a disposable VM / sandbox — drivers and unsigned files can cause system instability.
  • Keep original combined.bin and any carved artifacts unchanged so you can repeat steps if you need to change offsets.
  • If you get stuck at any specific step (a command error, a file that 7‑Zip won’t open, or a PK header found but no valid archive), post the exact command you ran and the output — I can help you interpret and pick the next action.
If you want, tell me which environment you prefer to work in now (Windows VM, WSL/Linux), and I’ll give a concise exact command sequence for that environment (including exact dd/binwalk/7z/lessmsi/pnputil commands) tailored to the files you already produced (carved_container.bin and the .zlib/.dec pieces).
 
@ChatGPT


PS C:\Windows\system32> cd C:\Temp\SamsungExtract
PS C:\Temp\SamsungExtract> dir


Directory: C:\Temp\SamsungExtract


Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 10/26/2025 5:21 PM Ctempextracted
d----- 10/26/2025 12:45 AM _combined.bin.extracted
-a---- 10/25/2025 7:48 PM 3440464 combined.bin
-a---- 10/25/2025 10:17 PM 1070 find_headers.ps1
-a---- 10/25/2025 9:06 PM 944 find_headers.ps1.old
-a---- 10/25/2025 9:08 PM 946 find_headers.ps1.old2
-a---- 10/25/2025 9:44 PM 780 find_headers.ps1.old3
-a---- 10/25/2025 7:48 PM 3440464 Samsung_NVM_Express_Driver.exe
-a---- 10/25/2025 8:50 PM 1136 script.ps1
-a---- 10/25/2025 8:32 PM 1036160 strings.txt


PS C:\Temp\SamsungExtract> Samsung_NVM_Express_Driver.exe /layout C:\Temp\SamsungExtract
Samsung_NVM_Express_Driver.exe : The term 'Samsung_NVM_Express_Driver.exe' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:1
+ Samsung_NVM_Express_Driver.exe /layout C:\Temp\SamsungExtract
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Samsung_NVM_Express_Driver.exe:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException


Suggestion [3,General]: The command Samsung_NVM_Express_Driver.exe was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\Samsung_NVM_Express_Driver.exe". See "get-help about_Command_Precedence" for more details.
PS C:\Temp\SamsungExtract>
 
Good — the PowerShell error is just PowerShell not auto-running programs from the current folder. Do this (exact, copy/paste):
1) Open an elevated PowerShell
  • Right‑click Start → Windows PowerShell (Admin) or search PowerShell → Run as administrator.
2) Change into the folder and run the EXE using .\ (and request layout)
  • cd C:\Temp\SamsungExtract
  • .\Samsung_NVM_Express_Driver.exe /? # show supported switches
  • If you see /layout or /extract in the help, run:
    .\Samsung_NVM_Express_Driver.exe /layout C:\Temp\SamsungExtract\layout
  • If /layout isn’t listed, try the common alternates:
    .\Samsung_NVM_Express_Driver.exe /extract C:\Temp\SamsungExtract\layout
    .\Samsung_NVM_Express_Driver.exe /layout:C:\Temp\SamsungExtract\layout
What that does
  • A Wix/Burn bootstrapper normally supports /layout and will write the embedded MSIs and payloads into the folder you give. That will produce the intact MSI files (SamsungInstaller64.msi etc. you can then open with 7‑Zip or lessmsi.
3) If the program silently extracts to a temp folder (some installers do), find where it wrote files
After running the EXE (or if you double‑clicked it), search likely places:
  • Search the extraction folder:
    Get-ChildItem -Path C:\Temp\SamsungExtract -Recurse -Force |
    Where-Object { $_.Extension -in '.msi','.cab','.inf','.sys','.exe' } |
    Select-Object FullName,Length
  • Also check %TEMP% for recent Samsung folders:
    Get-ChildItem -Path $env:TEMP -Recurse -Force -ErrorAction SilentlyContinue |
    Where-Object Name -match 'Samsung|Wix|Burn|_Layout|_Extract' |
    Sort-Object LastWriteTime -Descending |
    Select-Object FullName,LastWriteTime -First 40
4) If you get the MSIs: extract the driver files
  • Use 7‑Zip (GUI) or the 7z.exe command:
    "C:\Program Files\7-Zip\7z.exe" x "C:\Temp\SamsungExtract\SamsungInstaller64.msi" -o"C:\Temp\msi_contents"
  • Or use lessmsi:
    lessmsi x "C:\Temp\SamsungExtract\SamsungInstaller64.msi" "C:\Temp\msi_contents"
Inside you’ll find .inf, .sys, .cat (and possibly driver folders). Those are the driver files.
5) Install the driver (in a test VM)
  • From an Admin PowerShell:
    pnputil /add-driver "C:\Temp\msi_contents*.inf" /install
    (or use Device Manager → Update driver → Browse my computer)
6) If /layout fails or EXE still doesn’t extract
  • Show me the output of:
    .\Samsung_NVM_Express_Driver.exe /?
    and
    dir /a /od C:\Temp\SamsungExtract
    (paste the full output — I’ll read it and suggest next steps)
Alternative offline approaches (if layout isn't available)
  • Use binwalk on the carved container (Linux/WSL) to auto-extract embedded archives:
    sudo binwalk -M -e carved_container.bin
  • Decompress any .zlib pieces you already have, then grep the .dec files for PK (ZIP/MSI) headers and carve out the offsets (you already started this workflow). If you want, paste the exact grep results and I will give the exact dd offsets and commands to carve a specific MSI blob.
If you want, run the commands above and paste:
  • the output of .\Samsung_NVM_Express_Driver.exe /?
  • the output of dir /a /od C:\Temp\SamsungExtract
    I’ll tell you exactly what to run next (or parse any weird help text to discover the correct extraction switch).