Skip to content

Instantly share code, notes, and snippets.

@foxlet
Last active August 11, 2018 23:17
Show Gist options
  • Save foxlet/b70932bc467342aa6375ba70c39a50b4 to your computer and use it in GitHub Desktop.
Save foxlet/b70932bc467342aa6375ba70c39a50b4 to your computer and use it in GitHub Desktop.

Revisions

  1. Foxlet revised this gist Aug 11, 2018. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion patch-43.bat
    Original 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"
  2. Foxlet revised this gist Aug 11, 2018. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions patch-43.bat
    Original 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
  3. Foxlet revised this gist Aug 11, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions patch.sh
    Original 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
  4. Foxlet revised this gist Aug 11, 2018. No changes.
  5. Foxlet revised this gist Aug 11, 2018. 2 changed files with 2 additions and 2 deletions.
    2 changes: 1 addition & 1 deletion README.md
    Original 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
    del /Q /S .\xdelta\
    rmdir /Q /S .\xdelta\
    ```

    ### Powershell (.ps1)
    2 changes: 1 addition & 1 deletion patch.bat
    Original 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
    del /Q /S .\xdelta\
    rmdir /Q /S .\xdelta\
  6. Foxlet revised this gist Aug 11, 2018. 2 changed files with 10 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion README.md
    Original 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 /S .\xdelta\
    del /Q /S .\xdelta\
    ```

    ### Powershell (.ps1)
    8 changes: 8 additions & 0 deletions patch.bat
    Original 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\
  7. Foxlet revised this gist Aug 11, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions README.md
    Original 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://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://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
  8. Foxlet revised this gist Aug 11, 2018. 2 changed files with 13 additions and 10 deletions.
    18 changes: 12 additions & 6 deletions README.md
    Original 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
    ### 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
    ### 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 ImpactorWindows.xdelta
    rm xdelta3.zip
    rm impactor.zip
    rm -r .\xdelta\
    rm -r ImpactorWindows.xdelta, xdelta3.zip, impactor.zip, .\xdelta\
    ```
    5 changes: 1 addition & 4 deletions patch.ps1
    Original 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 ImpactorWindows.xdelta
    rm xdelta3.zip
    rm impactor.zip
    rm -r .\xdelta\
    rm -r ImpactorWindows.xdelta, xdelta3.zip, impactor.zip, .\xdelta\
  9. Foxlet revised this gist Aug 11, 2018. 2 changed files with 4 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions README.md
    Original 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\
    ```
    2 changes: 2 additions & 0 deletions patch.ps1
    Original 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\
  10. Foxlet revised this gist Aug 11, 2018. 2 changed files with 19 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion README.md
    Original 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 ImpactorWindows.xdelta impactor\NewImpactor.exe
    .\xdelta\xdelta3-3.1.0-x86_64.exe -d -s impactor\Impactor.exe ImpactorWindows.xdelta impactor\NewImpactor.exe
    rm ImpactorWindows.xdelta
    rm -r .\xdelta\
    ```
    16 changes: 16 additions & 0 deletions patch.ps1
    Original 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\
  11. Foxlet revised this gist Aug 11, 2018. 1 changed file with 6 additions and 4 deletions.
    10 changes: 6 additions & 4 deletions README.md
    Original 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://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
    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://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
    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://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://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\
  12. Foxlet revised this gist Aug 11, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions README.md
    Original 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. '
    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.
    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
  13. Foxlet revised this gist Aug 11, 2018. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion README.md
    Original 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.
    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
  14. Foxlet revised this gist Aug 11, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    Totally Legal (TM) Impactor Patches
    ===================================

    It fixes the issue with signing applications on Windows and Linux platforms. Based on ur0's patch.
    Fixes the issue with signing applications on Windows and Linux platforms. Based on ur0's patch.

    ## On a Linux Host
    ### Linux (64-bit) version
  15. Foxlet revised this gist Aug 11, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions README.md
    Original 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
    ## 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
    ## On a Windows Host
    ### Powershell
    ```
    Add-Type -AssemblyName System.IO.Compression.FileSystem
  16. Foxlet revised this gist Aug 11, 2018. 1 changed file with 31 additions and 1 deletion.
    32 changes: 31 additions & 1 deletion README.md
    Original 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.
    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
    ```
  17. foxlet revised this gist Aug 11, 2018. 2 changed files with 0 additions and 0 deletions.
    Binary file added ImpactorLinux.xdelta
    Binary file not shown.
    Binary file added ImpactorWindows.xdelta
    Binary file not shown.
  18. Foxlet revised this gist Aug 11, 2018. No changes.
  19. Foxlet renamed this gist Aug 11, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  20. Foxlet created this gist Aug 11, 2018.
    4 changes: 4 additions & 0 deletions README
    Original 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.