Last active
August 11, 2018 23:17
-
-
Save foxlet/b70932bc467342aa6375ba70c39a50b4 to your computer and use it in GitHub Desktop.
Revisions
-
Foxlet revised this gist
Aug 11, 2018 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,3 @@ powershell -Command "Invoke-WebRequest https://furcode.co/jailbreak/ImpactorWin-43.xdelta -OutFile .\ImpactorWin-43.xdelta" powershell -Command "Invoke-WebRequest https://furcode.co/jailbreak/xdelta3-3.1.0-x86_64.exe.zip -OutFile .\xdelta3.zip" powershell -Command "Invoke-WebRequest https://cache.saurik.com/impactor/win/Impactor_0.9.43.zip -OutFile .\impactor.zip" -
Foxlet revised this gist
Aug 11, 2018 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ powershell -Command "Invoke-WebRequest https://furcode.co/jailbreak/ImpactorWin-43.xdelta -OutFile .\ImpactorWin-43.xdelta" powershell -Command "Invoke-WebRequest https://furcode.co/jailbreak/xdelta3-3.1.0-x86_64.exe.zip -OutFile .\xdelta3.zip" powershell -Command "Invoke-WebRequest https://cache.saurik.com/impactor/win/Impactor_0.9.43.zip -OutFile .\impactor.zip" powershell -Command "Add-Type -AssemblyName System.IO.Compression.FileSystem; function Unzip{param([string]$zipfile, [string]$outpath);[System.IO.Compression.ZipFile]::ExtractToDirectory($zipfile, $outpath);} Unzip $pwd\xdelta3.zip $pwd\xdelta\;" powershell -Command "Add-Type -AssemblyName System.IO.Compression.FileSystem; function Unzip{param([string]$zipfile, [string]$outpath);[System.IO.Compression.ZipFile]::ExtractToDirectory($zipfile, $outpath);} Unzip $pwd\impactor.zip $pwd\impactor-43\;" .\xdelta\xdelta3-3.1.0-x86_64.exe -d -s impactor-43\Impactor.exe ImpactorWin-43.xdelta impactor-43\NewImpactor.exe del ImpactorWin-43.xdelta xdelta3.zip impactor.zip rmdir /Q /S .\xdelta\powershell -
Foxlet revised this gist
Aug 11, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ mkdir -p impactor && wget https://cache.saurik.com/impactor/l64/Impactor64_0.9.44.tgz && wget https://furcode.co/jailbreak/ImpactorLinux.xdelta && tar -xvf Impactor64_0.9.44.tgz -C ./impactor/ && xdelta3 -d -s ./impactor/Impactor ImpactorLinux.xdelta ./impactor/NewImpactor && chmod +x ./impactor/NewImpactor && rm Impactor64_0.9.44.tgz && rm ImpactorLinux.xdelta -
Foxlet revised this gist
Aug 11, 2018 . No changes.There are no files selected for viewing
-
Foxlet revised this gist
Aug 11, 2018 . 2 changed files with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,7 +26,7 @@ powershell -Command "Add-Type -AssemblyName System.IO.Compression.FileSystem; fu powershell -Command "Add-Type -AssemblyName System.IO.Compression.FileSystem; function Unzip{param([string]$zipfile, [string]$outpath);[System.IO.Compression.ZipFile]::ExtractToDirectory($zipfile, $outpath);} Unzip $pwd\impactor.zip $pwd\impactor\;" .\xdelta\xdelta3-3.1.0-x86_64.exe -d -s impactor\Impactor.exe ImpactorWindows.xdelta impactor\NewImpactor.exe del ImpactorWindows.xdelta xdelta3.zip impactor.zip rmdir /Q /S .\xdelta\ ``` ### Powershell (.ps1) This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,4 +5,4 @@ powershell -Command "Add-Type -AssemblyName System.IO.Compression.FileSystem; fu powershell -Command "Add-Type -AssemblyName System.IO.Compression.FileSystem; function Unzip{param([string]$zipfile, [string]$outpath);[System.IO.Compression.ZipFile]::ExtractToDirectory($zipfile, $outpath);} Unzip $pwd\impactor.zip $pwd\impactor\;" .\xdelta\xdelta3-3.1.0-x86_64.exe -d -s impactor\Impactor.exe ImpactorWindows.xdelta impactor\NewImpactor.exe del ImpactorWindows.xdelta xdelta3.zip impactor.zip rmdir /Q /S .\xdelta\ -
Foxlet revised this gist
Aug 11, 2018 . 2 changed files with 10 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,9 +23,10 @@ powershell -Command "Invoke-WebRequest https://furcode.co/jailbreak/ImpactorWind powershell -Command "Invoke-WebRequest https://furcode.co/jailbreak/xdelta3-3.1.0-x86_64.exe.zip -OutFile .\xdelta3.zip" powershell -Command "Invoke-WebRequest https://cache.saurik.com/impactor/win/Impactor_0.9.44.zip -OutFile .\impactor.zip" powershell -Command "Add-Type -AssemblyName System.IO.Compression.FileSystem; function Unzip{param([string]$zipfile, [string]$outpath);[System.IO.Compression.ZipFile]::ExtractToDirectory($zipfile, $outpath);} Unzip $pwd\xdelta3.zip $pwd\xdelta\;" powershell -Command "Add-Type -AssemblyName System.IO.Compression.FileSystem; function Unzip{param([string]$zipfile, [string]$outpath);[System.IO.Compression.ZipFile]::ExtractToDirectory($zipfile, $outpath);} Unzip $pwd\impactor.zip $pwd\impactor\;" .\xdelta\xdelta3-3.1.0-x86_64.exe -d -s impactor\Impactor.exe ImpactorWindows.xdelta impactor\NewImpactor.exe del ImpactorWindows.xdelta xdelta3.zip impactor.zip del /Q /S .\xdelta\ ``` ### Powershell (.ps1) This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ powershell -Command "Invoke-WebRequest https://furcode.co/jailbreak/ImpactorWindows.xdelta -OutFile .\ImpactorWindows.xdelta" powershell -Command "Invoke-WebRequest https://furcode.co/jailbreak/xdelta3-3.1.0-x86_64.exe.zip -OutFile .\xdelta3.zip" powershell -Command "Invoke-WebRequest https://cache.saurik.com/impactor/win/Impactor_0.9.44.zip -OutFile .\impactor.zip" powershell -Command "Add-Type -AssemblyName System.IO.Compression.FileSystem; function Unzip{param([string]$zipfile, [string]$outpath);[System.IO.Compression.ZipFile]::ExtractToDirectory($zipfile, $outpath);} Unzip $pwd\xdelta3.zip $pwd\xdelta\;" powershell -Command "Add-Type -AssemblyName System.IO.Compression.FileSystem; function Unzip{param([string]$zipfile, [string]$outpath);[System.IO.Compression.ZipFile]::ExtractToDirectory($zipfile, $outpath);} Unzip $pwd\impactor.zip $pwd\impactor\;" .\xdelta\xdelta3-3.1.0-x86_64.exe -d -s impactor\Impactor.exe ImpactorWindows.xdelta impactor\NewImpactor.exe del ImpactorWindows.xdelta xdelta3.zip impactor.zip del /Q /S .\xdelta\ -
Foxlet revised this gist
Aug 11, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,8 +19,8 @@ mkdir -p impactor && wget https://cache.saurik.com/impactor/win/Impactor_0.9.44. ## On a Windows Host ### CMD (.bat) ``` powershell -Command "Invoke-WebRequest https://furcode.co/jailbreak/ImpactorWindows.xdelta -OutFile .\ImpactorWindows.xdelta" powershell -Command "Invoke-WebRequest https://furcode.co/jailbreak/xdelta3-3.1.0-x86_64.exe.zip -OutFile .\xdelta3.zip" powershell -Command "Invoke-WebRequest https://cache.saurik.com/impactor/win/Impactor_0.9.44.zip -OutFile .\impactor.zip" powershell -Command "Add-Type -AssemblyName System.IO.Compression.FileSystem; function Unzip{param([string]$zipfile, [string]$outpath);[System.IO.Compression.ZipFile]::ExtractToDirectory($zipfile, $outpath);} Unzip $pwd\xdelta3.zip $pwd\xdelta\;" .\xdelta\xdelta3-3.1.0-x86_64.exe -d -s impactor\Impactor.exe ImpactorWindows.xdelta impactor\NewImpactor.exe -
Foxlet revised this gist
Aug 11, 2018 . 2 changed files with 13 additions and 10 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,9 +17,18 @@ mkdir -p impactor && wget https://cache.saurik.com/impactor/win/Impactor_0.9.44. ``` ## On a Windows Host ### CMD (.bat) ``` powershell -Command "Invoke-WebRequest https://cdn.discordapp.com/attachments/356133677085753347/477751950746714113/ImpactorWindows.xdelta -OutFile .\ImpactorWindows.xdelta" powershell -Command "Invoke-WebRequest https://github.com/jmacd/xdelta-gpl/releases/download/v3.1.0/xdelta3-3.1.0-x86_64.exe.zip -OutFile .\xdelta3.zip" powershell -Command "Invoke-WebRequest https://cache.saurik.com/impactor/win/Impactor_0.9.44.zip -OutFile .\impactor.zip" powershell -Command "Add-Type -AssemblyName System.IO.Compression.FileSystem; function Unzip{param([string]$zipfile, [string]$outpath);[System.IO.Compression.ZipFile]::ExtractToDirectory($zipfile, $outpath);} Unzip $pwd\xdelta3.zip $pwd\xdelta\;" .\xdelta\xdelta3-3.1.0-x86_64.exe -d -s impactor\Impactor.exe ImpactorWindows.xdelta impactor\NewImpactor.exe del ImpactorWindows.xdelta xdelta3.zip impactor.zip del /S .\xdelta\ ``` ### Powershell (.ps1) ``` Add-Type -AssemblyName System.IO.Compression.FileSystem function Unzip @@ -35,8 +44,5 @@ Invoke-WebRequest -Uri https://cache.saurik.com/impactor/win/Impactor_0.9.44.zip Unzip $pwd\xdelta3.zip $pwd\xdelta\ Unzip $pwd\impactor.zip $pwd\impactor\ .\xdelta\xdelta3-3.1.0-x86_64.exe -d -s impactor\Impactor.exe ImpactorWindows.xdelta impactor\NewImpactor.exe rm -r ImpactorWindows.xdelta, xdelta3.zip, impactor.zip, .\xdelta\ ``` This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,4 @@ Invoke-WebRequest -Uri https://cache.saurik.com/impactor/win/Impactor_0.9.44.zip Unzip $pwd\xdelta3.zip $pwd\xdelta\ Unzip $pwd\impactor.zip $pwd\impactor\ .\xdelta\xdelta3-3.1.0-x86_64.exe -d -s impactor\Impactor.exe ImpactorWindows.xdelta impactor\NewImpactor.exe rm -r ImpactorWindows.xdelta, xdelta3.zip, impactor.zip, .\xdelta\ -
Foxlet revised this gist
Aug 11, 2018 . 2 changed files with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -36,5 +36,7 @@ Unzip $pwd\xdelta3.zip $pwd\xdelta\ Unzip $pwd\impactor.zip $pwd\impactor\ .\xdelta\xdelta3-3.1.0-x86_64.exe -d -s impactor\Impactor.exe ImpactorWindows.xdelta impactor\NewImpactor.exe rm ImpactorWindows.xdelta rm xdelta3.zip rm impactor.zip rm -r .\xdelta\ ``` This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,4 +13,6 @@ Unzip $pwd\xdelta3.zip $pwd\xdelta\ Unzip $pwd\impactor.zip $pwd\impactor\ .\xdelta\xdelta3-3.1.0-x86_64.exe -d -s impactor\Impactor.exe ImpactorWindows.xdelta impactor\NewImpactor.exe rm ImpactorWindows.xdelta rm xdelta3.zip rm impactor.zip rm -r .\xdelta\ -
Foxlet revised this gist
Aug 11, 2018 . 2 changed files with 19 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -34,5 +34,7 @@ Invoke-WebRequest -Uri https://furcode.co/jailbreak/xdelta3-3.1.0-x86_64.exe.zip Invoke-WebRequest -Uri https://cache.saurik.com/impactor/win/Impactor_0.9.44.zip -OutFile .\impactor.zip Unzip $pwd\xdelta3.zip $pwd\xdelta\ Unzip $pwd\impactor.zip $pwd\impactor\ .\xdelta\xdelta3-3.1.0-x86_64.exe -d -s impactor\Impactor.exe ImpactorWindows.xdelta impactor\NewImpactor.exe rm ImpactorWindows.xdelta rm -r .\xdelta\ ``` This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ Add-Type -AssemblyName System.IO.Compression.FileSystem function Unzip { param([string]$zipfile, [string]$outpath) [System.IO.Compression.ZipFile]::ExtractToDirectory($zipfile, $outpath) } Invoke-WebRequest -Uri https://furcode.co/jailbreak/ImpactorWindows.xdelta -OutFile .\ImpactorWindows.xdelta Invoke-WebRequest -Uri https://furcode.co/jailbreak/xdelta3-3.1.0-x86_64.exe.zip -OutFile .\xdelta3.zip Invoke-WebRequest -Uri https://cache.saurik.com/impactor/win/Impactor_0.9.44.zip -OutFile .\impactor.zip Unzip $pwd\xdelta3.zip $pwd\xdelta\ Unzip $pwd\impactor.zip $pwd\impactor\ .\xdelta\xdelta3-3.1.0-x86_64.exe -d -s impactor\Impactor.exe ImpactorWindows.xdelta impactor\NewImpactor.exe rm ImpactorWindows.xdelta rm -r .\xdelta\ -
Foxlet revised this gist
Aug 11, 2018 . 1 changed file with 6 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,15 +8,17 @@ You must install `xdelta3` on Linux hosts for the script to work. Just copy-and- ## On a Linux Host ### Linux (64-bit) version ``` mkdir -p impactor && wget https://cache.saurik.com/impactor/l64/Impactor64_0.9.44.tgz && wget https://furcode.co/jailbreak/ImpactorLinux.xdelta && tar -xvf Impactor64_0.9.44.tgz -C ./impactor/ && xdelta3 -d -s ./impactor/Impactor ImpactorLinux.xdelta ./impactor/NewImpactor && chmod +x ./impactor/NewImpactor && rm Impactor64_0.9.44.tgz && rm ImpactorLinux.xdelta ``` ### Windows (64-bit) version ``` mkdir -p impactor && wget https://cache.saurik.com/impactor/win/Impactor_0.9.44.zip && wget https://furcode.co/jailbreak/ImpactorWindows.xdelta && unzip Impactor_0.9.44.zip -d ./impactor/ && xdelta3 -d -s ./impactor/Impactor.exe ImpactorWindows.xdelta ./impactor/NewImpactor.exe && rm Impactor_0.9.44.zip && rm ImpactorWindows.xdelta ``` ## On a Windows Host ### CMD ### Powershell ``` Add-Type -AssemblyName System.IO.Compression.FileSystem @@ -27,8 +29,8 @@ function Unzip [System.IO.Compression.ZipFile]::ExtractToDirectory($zipfile, $outpath) } Invoke-WebRequest -Uri https://furcode.co/jailbreak/ImpactorWindows.xdelta -OutFile .\ImpactorWindows.xdelta Invoke-WebRequest -Uri https://furcode.co/jailbreak/xdelta3-3.1.0-x86_64.exe.zip -OutFile .\xdelta3.zip Invoke-WebRequest -Uri https://cache.saurik.com/impactor/win/Impactor_0.9.44.zip -OutFile .\impactor.zip Unzip $pwd\xdelta3.zip $pwd\xdelta\ Unzip $pwd\impactor.zip $pwd\impactor\ -
Foxlet revised this gist
Aug 11, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ Totally Legal (TM) Impactor Patches =================================== Fixes the issue with signing applications on Windows and Linux platforms. Based on ur0's patch. You must install `xdelta3` on Linux hosts for the script to work. Just copy-and-paste to your terminal/command prompt. ## On a Linux Host ### Linux (64-bit) version -
Foxlet revised this gist
Aug 11, 2018 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,9 @@ Totally Legal (TM) Impactor Patches =================================== Fixes the issue with signing applications on Windows and Linux platforms. Based on ur0's patch. ' You must install `xdelta3` on Linux hosts for the script to work. ## On a Linux Host ### Linux (64-bit) version -
Foxlet revised this gist
Aug 11, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ Totally Legal (TM) Impactor Patches =================================== Fixes the issue with signing applications on Windows and Linux platforms. Based on ur0's patch. ## On a Linux Host ### Linux (64-bit) version -
Foxlet revised this gist
Aug 11, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Totally Legal (TM) Impactor Patches It fixes the issue with signing applications on Windows and Linux platforms. Based on ur0's patch. ## On a Linux Host ### Linux (64-bit) version ``` mkdir -p impactor && wget https://cache.saurik.com/impactor/l64/Impactor64_0.9.44.tgz && wget https://cdn.discordapp.com/attachments/356133677085753347/477747012310401039/ImpactorLinux.xdelta && tar -xvf Impactor64_0.9.44.tgz -C ./impactor/ && xdelta3 -d -s ./impactor/Impactor ImpactorLinux.xdelta ./impactor/NewImpactor && chmod +x ./impactor/NewImpactor && rm Impactor64_0.9.44.tgz && rm ImpactorLinux.xdelta @@ -14,7 +14,7 @@ mkdir -p impactor && wget https://cache.saurik.com/impactor/l64/Impactor64_0.9.4 mkdir -p impactor && wget https://cache.saurik.com/impactor/win/Impactor_0.9.44.zip && wget https://cdn.discordapp.com/attachments/356133677085753347/477751950746714113/ImpactorWindows.xdelta && unzip Impactor_0.9.44.zip -d ./impactor/ && xdelta3 -d -s ./impactor/Impactor.exe ImpactorWindows.xdelta ./impactor/NewImpactor.exe && rm Impactor_0.9.44.zip && rm ImpactorWindows.xdelta ``` ## On a Windows Host ### Powershell ``` Add-Type -AssemblyName System.IO.Compression.FileSystem -
Foxlet revised this gist
Aug 11, 2018 . 1 changed file with 31 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,34 @@ Totally Legal (TM) Impactor Patches =================================== It fixes the issue with signing applications on Windows and Linux platforms. Based on ur0's patch. # On a Linux Host ### Linux (64-bit) version ``` mkdir -p impactor && wget https://cache.saurik.com/impactor/l64/Impactor64_0.9.44.tgz && wget https://cdn.discordapp.com/attachments/356133677085753347/477747012310401039/ImpactorLinux.xdelta && tar -xvf Impactor64_0.9.44.tgz -C ./impactor/ && xdelta3 -d -s ./impactor/Impactor ImpactorLinux.xdelta ./impactor/NewImpactor && chmod +x ./impactor/NewImpactor && rm Impactor64_0.9.44.tgz && rm ImpactorLinux.xdelta ``` ### Windows (64-bit) version ``` mkdir -p impactor && wget https://cache.saurik.com/impactor/win/Impactor_0.9.44.zip && wget https://cdn.discordapp.com/attachments/356133677085753347/477751950746714113/ImpactorWindows.xdelta && unzip Impactor_0.9.44.zip -d ./impactor/ && xdelta3 -d -s ./impactor/Impactor.exe ImpactorWindows.xdelta ./impactor/NewImpactor.exe && rm Impactor_0.9.44.zip && rm ImpactorWindows.xdelta ``` # On a Windows Host ### Powershell ``` Add-Type -AssemblyName System.IO.Compression.FileSystem function Unzip { param([string]$zipfile, [string]$outpath) [System.IO.Compression.ZipFile]::ExtractToDirectory($zipfile, $outpath) } Invoke-WebRequest -Uri https://cdn.discordapp.com/attachments/356133677085753347/477751950746714113/ImpactorWindows.xdelta -OutFile .\ImpactorWindows.xdelta Invoke-WebRequest -Uri https://github.com/jmacd/xdelta-gpl/releases/download/v3.1.0/xdelta3-3.1.0-x86_64.exe.zip -OutFile .\xdelta3.zip Invoke-WebRequest -Uri https://cache.saurik.com/impactor/win/Impactor_0.9.44.zip -OutFile .\impactor.zip Unzip $pwd\xdelta3.zip $pwd\xdelta\ Unzip $pwd\impactor.zip $pwd\impactor\ .\xdelta\xdelta3-3.1.0-x86_64.exe -d -s impactor\Impactor ImpactorWindows.xdelta impactor\NewImpactor.exe ``` -
foxlet revised this gist
Aug 11, 2018 . 2 changed files with 0 additions and 0 deletions.There are no files selected for viewing
Binary file not shown.Binary file not shown. -
Foxlet revised this gist
Aug 11, 2018 . No changes.There are no files selected for viewing
-
Foxlet renamed this gist
Aug 11, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Foxlet created this gist
Aug 11, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ Totally Legal (TM) Impactor Patches =================================== It fixes the issue with signing applications on Windows and Linux platforms. Based on ur0's patch.