-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresolve_deps.sh
31 lines (31 loc) · 1.33 KB
/
resolve_deps.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
cp 'C:\Windows\System32\ntdll.dll' . &&
cp 'C:\Windows\System32\kernel32.dll' . &&
cp 'C:\Windows\System32\KernelBase.dll' . &&
cp 'C:\Windows\System32\advapi32.dll' . &&
cp 'C:\Windows\System32\msvcrt.dll' . &&
cp 'C:\Windows\System32\sechost.dll' . &&
cp 'C:\Windows\System32\rpcrt4.dll' . &&
cp 'C:\Windows\System32\crypt32.dll' . &&
cp 'C:\Windows\System32\ucrtbase.dll' . &&
cp 'C:\Windows\System32\msasn1.dll' . &&
cp 'C:\Windows\System32\secur32.dll' . &&
cp 'C:\Windows\System32\user32.dll' . &&
cp 'C:\Windows\System32\win32u.dll' . &&
cp 'C:\Windows\System32\gdi32.dll' . &&
cp 'C:\Windows\System32\gdi32full.dll' . &&
cp 'C:\Windows\System32\msvcp_win.dll' . &&
cp 'C:\Windows\System32\shell32.dll' . &&
cp 'C:\Windows\System32\cfgmgr32.dll' . &&
cp 'C:\Windows\System32\SHCore.dll' . &&
cp 'C:\Windows\System32\combase.dll' . &&
cp 'C:\Windows\System32\bcryptprimitives.dll' . &&
cp 'C:\Windows\System32\windows.storage.dll' . &&
cp 'C:\Windows\System32\profapi.dll' . &&
cp 'C:\Windows\System32\powrprof.dll' . &&
cp 'C:\Windows\System32\umpdc.dll' . &&
cp 'C:\Windows\System32\shlwapi.dll' . &&
cp 'C:\Windows\System32\kernel.appcore.dll' . &&
cp 'C:\Windows\System32\cryptsp.dll' . &&
cp 'C:\Windows\System32\vcruntime140d.dll' . &&
cp 'C:\Windows\System32\ucrtbased.dll' . &&
cp 'C:\Windows\System32\ws2_32.dll' .