diff --git a/files/verbs/apps.txt b/files/verbs/apps.txt index d01cc4759..519efc0da 100644 --- a/files/verbs/apps.txt +++ b/files/verbs/apps.txt @@ -39,6 +39,7 @@ ollydbg200 OllyDbg (ollydbg.de, 2010) [downloadable] ollydbg201 OllyDbg (ollydbg.de, 2013) [downloadable] openwatcom Open Watcom C/C++ compiler (can compile win16 code!) (Watcom, 2010) [downloadable] origin EA Origin (EA, 2011) [downloadable] +procexp Process Explorer (Microsoft, 2023) [downloadable] protectionid Protection ID (CDKiLLER & TippeX, 2016) psdk2003 MS Platform SDK 2003 (Microsoft, 2003) [downloadable] psdkwin71 MS Windows 7.1 SDK (Microsoft, 2010) [downloadable] diff --git a/src/winetricks b/src/winetricks index 05b6683d8..1fc3ef6ba 100755 --- a/src/winetricks +++ b/src/winetricks @@ -16895,6 +16895,21 @@ _EOF_ #---------------------------------------------------------------- +w_metadata procexp apps \ + title="Process Explorer" \ + publisher="Steve P. Miller" \ + year="2006" \ + media="download" \ + +load_procexp() +{ + w_download https://download.sysinternals.com/files/ProcessExplorer.zip + w_try_unzip "${W_TMP}" "${W_CACHE}"/procexp/ProcessExplorer.zip + w_try cp "${W_TMP}"/procexp*.exe "${W_DRIVE_C}/windows" +} + +#---------------------------------------------------------------- + w_metadata protectionid apps \ title="Protection ID" \ publisher="CDKiLLER & TippeX" \