Skip to content

Commit

Permalink
Add frida server installers
Browse files Browse the repository at this point in the history
  • Loading branch information
dzervas committed Feb 23, 2023
1 parent 91c8202 commit 6ad24a7
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Software/fridaserverx86.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Name: fridaserverx86
Description: "Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers - Windows x86 server"
Grade: Platinum
Arch: win32

Executable:
name: Frida Server x86
icon: frida.png
path: Users/Public/Desktop/frida-server-x86.exe
file: frida-server-x86.exe
arguments: []

Steps:
- action: run_script
script: |
export FRIDA_URL=$(curl --silent "https://api.github.com/repos/frida/frida/releases/latest" | grep 'browser_download_url' | grep -o 'https://.*frida-server-.*-windows-x86.exe.xz')
wget "$FRIDA_URL" -O !bottle_drive/users/Public/Desktop/frida-server-x86.exe.xz
unxz !bottle_drive/users/Public/Desktop/frida-server-x86.exe.xz
18 changes: 18 additions & 0 deletions Software/fridaserverx86_64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Name: fridaserverx86_64
Description: "Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers - Windows x64 server"
Grade: Platinum
Arch: win64

Executable:
name: Frida Server x86_64
icon: frida.png
path: Users/Public/Desktop/frida-server-x86_64.exe
file: frida-server-x86_64.exe
arguments: []

Steps:
- action: run_script
script: |
export FRIDA_URL=$(curl --silent "https://api.github.com/repos/frida/frida/releases/latest" | grep 'browser_download_url' | grep -o 'https://.*frida-server-.*-windows-x86_64.exe.xz')
wget "$FRIDA_URL" -O !bottle_drive/users/Public/Desktop/frida-server-x86_64.exe.xz
unxz !bottle_drive/users/Public/Desktop/frida-server-x86_64.exe.xz
Binary file added data/fridaserverx86/frida.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/fridaserverx86_64/frida.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,22 @@ scpcontainmentbreach:
Category: Games
Icon: SCPContainmentBreach.ico

fridaserverx86_64:
Arch: win64
Name: Frida Server x86_64
Description: Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers - Windows x64 server
Grade: Platinum
Category: Software
Icon: frida.png

fridaserverx86:
Arch: win32
Name: Frida Server x86
Description: Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers - Windows x86 server
Grade: Platinum
Category: Software
Icon: frida.png

#rockstar:
# Arch: win64
# Name: Rockstar Launcher
Expand Down

0 comments on commit 6ad24a7

Please sign in to comment.